Skip to content

Commit

Permalink
remove setting removed on main
Browse files Browse the repository at this point in the history
  • Loading branch information
onufer committed May 30, 2024
1 parent ad0866d commit e77917d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions armi/settings/fwSettings/globalSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
CONF_DETAIL_ASSEM_LOCATIONS_BOL = "detailAssemLocationsBOL"
CONF_DETAIL_ASSEM_NUMS = "detailAssemNums"
CONF_DETAILED_AXIAL_EXPANSION = "detailedAxialExpansion"
CONF_DO_ORIFICED_TH = "doOrificedTH" # zones
CONF_DUMP_SNAPSHOT = "dumpSnapshot"
CONF_EQ_DIRECT = "eqDirect" # fuelCycle/equilibrium coupling
CONF_EXPLICIT_REPEAT_SHUFFLES = "explicitRepeatShuffles"
Expand Down Expand Up @@ -508,13 +507,6 @@ def defineSettings() -> List[setting.Setting]:
description="List of snapshots to dump reactor physics kernel input and "
"output files. Can be used to perform follow-on analysis.",
),
setting.Setting(
CONF_DO_ORIFICED_TH,
default=False,
label="Perform Core Orificing",
description="Perform orificed thermal hydraulics (requires bounds file "
"from a previous case)",
),
setting.Setting(
CONF_EQ_DIRECT,
default=False,
Expand Down

0 comments on commit e77917d

Please sign in to comment.