mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
Return energy in J/s/source neutron for EnergyHelper
Addressing comments in review for #1278 - Documentation cleanup - Better naming convention regarding ReactionRateHelper results cache - The power in Operator tally unpacking and normalizing is no longer converted to eV/s, since the EnergyHelper.energy property is now returned in J/s/source neutron
This commit is contained in:
parent
808a41b4e3
commit
9f41dce1d2
4 changed files with 55 additions and 41 deletions
|
|
@ -75,8 +75,8 @@ data, such as number densities and reaction rates for each material.
|
|||
:template: myclass.rst
|
||||
|
||||
AtomNumber
|
||||
ChainFissHelper
|
||||
DirectRxnRateHelper
|
||||
ChainFissionHelper
|
||||
DirectReactionRateHelper
|
||||
OperatorResult
|
||||
ReactionRates
|
||||
Results
|
||||
|
|
@ -92,7 +92,7 @@ The following classes are abstract classes that can be used to extend the
|
|||
:template: myclass.rst
|
||||
|
||||
ReactionRateHelper
|
||||
FissionEnergyHelper
|
||||
EnergyHelper
|
||||
TransportOperator
|
||||
|
||||
Each of the integrator functions also relies on a number of "helper" functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue