mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Kinetics parameters using Iterated Fission Probability (#3133)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
c1a4d43da8
commit
47ca2916aa
28 changed files with 1002 additions and 6 deletions
|
|
@ -202,6 +202,9 @@ std::unordered_map<int, std::string> REACTION_NAME_MAP {
|
|||
{SCORE_FISS_Q_PROMPT, "fission-q-prompt"},
|
||||
{SCORE_FISS_Q_RECOV, "fission-q-recoverable"},
|
||||
{SCORE_PULSE_HEIGHT, "pulse-height"},
|
||||
{SCORE_IFP_TIME_NUM, "ifp-time-numerator"},
|
||||
{SCORE_IFP_BETA_NUM, "ifp-beta-numerator"},
|
||||
{SCORE_IFP_DENOM, "ifp-denominator"},
|
||||
// Normal ENDF-based reactions
|
||||
{TOTAL_XS, "(n,total)"},
|
||||
{ELASTIC, "(n,elastic)"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue