mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
initial implementation of migration area score
This commit is contained in:
parent
c6ef84d1d5
commit
fe77e3fdbb
15 changed files with 593 additions and 9 deletions
|
|
@ -187,6 +187,7 @@ std::unordered_map<int, std::string> REACTION_NAME_MAP {
|
|||
{SCORE_FLUX, "flux"},
|
||||
{SCORE_TOTAL, "total"},
|
||||
{SCORE_SCATTER, "scatter"},
|
||||
{SCORE_MIGRATION, "migration-area"},
|
||||
{SCORE_NU_SCATTER, "nu-scatter"},
|
||||
{SCORE_ABSORPTION, "absorption"},
|
||||
{SCORE_FISSION, "fission"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue