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:
Andrew Johnson 2019-07-23 08:29:37 -05:00
parent 808a41b4e3
commit 9f41dce1d2
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
4 changed files with 55 additions and 41 deletions

View file

@ -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