From 71825fb35a6ea1d42261f9e19ece22dfdbbb4b75 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 10 Sep 2019 09:01:18 -0500 Subject: [PATCH] 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 --- openmc/data/neutron.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openmc/data/neutron.py b/openmc/data/neutron.py index 9024b932e..32de3385f 100644 --- a/openmc/data/neutron.py +++ b/openmc/data/neutron.py @@ -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: