mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Combined secondary particle data into _REACTIONS in chain.py
This commit is contained in:
parent
2d6ea64dc3
commit
c3368d2c11
5 changed files with 100 additions and 157 deletions
|
|
@ -124,7 +124,7 @@ const std::unordered_map<int, std::string> REACTION_NAME_MAP {
|
|||
{N_2N2A, "(n,2n2a)"},
|
||||
{N_ND, "(n,nd)"},
|
||||
{N_NT, "(n,nt)"},
|
||||
{N_N3HE, "(n,nHe-3)"},
|
||||
{N_N3HE, "(n,n3He)"},
|
||||
{N_ND2A, "(n,nd2a)"},
|
||||
{N_NT2A, "(n,nt2a)"},
|
||||
{N_4N, "(n,4n)"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue