mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 12:35:29 -04:00
Mark fission heating as redundant cross section
Fission heating should not contribute to total cross section, and marking the reaction as redundant ensures this. MT=318 for fission heating is already included in the redundant reactions to keep when exported to HDF5 Related to #1340
This commit is contained in:
parent
a09b17e933
commit
71825fb35a
1 changed files with 1 additions and 0 deletions
|
|
@ -834,6 +834,7 @@ class IncidentNeutron(EqualityMixin):
|
|||
non_fission_heating = Reaction(999)
|
||||
non_fission_heating.redundant = True
|
||||
fission_heating = Reaction(318)
|
||||
fission_heating.redundant = True
|
||||
|
||||
heatr_evals = get_evaluations(kwargs["heatr"])
|
||||
for heatr in heatr_evals:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue