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:
Andrew Johnson 2019-09-10 09:01:18 -05:00
parent a09b17e933
commit 71825fb35a
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB

View file

@ -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: