mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 21:25:36 -04:00
Store heating, gas production, and damage energy as redundant reactions
This commit is contained in:
parent
b2d6a06284
commit
a48d590158
10 changed files with 94 additions and 18 deletions
|
|
@ -229,8 +229,10 @@ std::string reaction_name(int mt)
|
|||
return "(n,X3He)";
|
||||
} else if (mt == 207) {
|
||||
return "(n,Xa)";
|
||||
} else if (mt == 301) {
|
||||
return "heating";
|
||||
} else if (mt == 444) {
|
||||
return "(damage)";
|
||||
return "damage-energy";
|
||||
} else if (mt == COHERENT) {
|
||||
return "coherent scatter";
|
||||
} else if (mt == INCOHERENT) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue