Skip to content

Commit

Permalink
Making peakPercentBu a cumulative and eq cumulative shift param (
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Jun 13, 2024
1 parent e8a80be commit 3ab04b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion armi/reactor/blockParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from armi import runLog
from armi.physics.neutronics import crossSectionGroupManager
from armi.reactor import parameters
from armi.reactor.parameters import ParamLocation, Parameter, NoDefault
from armi.reactor.parameters import NoDefault, Parameter, ParamLocation
from armi.reactor.parameters.parameterDefinitions import isNumpyArray
from armi.utils import units
from armi.utils.units import ASCII_LETTER_A
Expand Down Expand Up @@ -785,6 +785,7 @@ def xsTypeNum(self, value):
units=units.PERCENT_FIMA,
description="Peak percentage of the initial heavy metal atoms that have been fissioned",
location=ParamLocation.MAX,
categories=["cumulative", "eq cumulative shift"],
)

pb.defParam(
Expand Down

0 comments on commit 3ab04b4

Please sign in to comment.