Add ConstantFissionYieldHelper concrete class

Given a requested energy, will take fission yields from that
energy on all nuclides and hold them as constant throughout
the simulation. If the requested energy is not found for a specific
nuclide, then the closest energy is used. The default is to
take the thermal 0.0253 eV yields.

This is now the helper attached to the Operator. The user can
select what energy of yields they would like to use.
This commit is contained in:
Andrew Johnson 2019-08-13 15:39:13 -05:00
parent 2cfbb21858
commit d8b9f5db54
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
5 changed files with 99 additions and 225 deletions

View file

@ -78,6 +78,7 @@ data, such as number densities and reaction rates for each material.
AtomNumber
ChainFissionHelper
ConstantFissionYieldHelper
DirectReactionRateHelper
OperatorResult
ReactionRates