|
Celeritas 0.7.0-dev.242+develop.62c3034b
|
Calculates the macroscopic cross section. More...
#include <MacroXsCalculator.hh>
Public Types | |
Type aliases | |
| using | ParamsRef = typename MicroXsT::ParamsRef |
| using | Energy = typename MicroXsT::Energy |
| using | MicroXs = units::BarnXs |
| using | MacroXsUnits = units::Native |
Public Member Functions | |
| MacroXsCalculator (ParamsRef const &shared, MaterialView const &material) | |
| Construct with shared and material data. | |
| real_type | operator() (Energy energy) const |
| Compute the macroscopic cross section on the fly at the given energy. | |
Calculates the macroscopic cross section.
| MicroXsT | microscopic (element) cross section calculator |