Skip to content

Commit

Permalink
Removing the setting doOrificedTH (#1706)
Browse files Browse the repository at this point in the history
* Removing the setting doOrificedTH

* Fixing typo
  • Loading branch information
john-science committed May 16, 2024
1 parent 83a21fa commit bc50e27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 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
3 changes: 2 additions & 1 deletion doc/release/0.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ API Changes
* Moving ``ArmiObject.getTotalEnergyGenerationConstants`` to ``Block``.
* Moving ``ArmiObject.getFissionEnergyGenerationConstants`` to ``Block``.
* Moving ``ArmiObject.getCaptureEnergyGenerationConstants`` to ``Block``.
#. Removing the parameeters ``outsideFuelRing`` and ``outsideFuelRingFluxFr``. (`PR#1700 <https://github.com/terrapower/armi/pull/1700>`_)
#. Removing the parameters ``outsideFuelRing`` and ``outsideFuelRingFluxFr``. (`PR#1700 <https://github.com/terrapower/armi/pull/1700>`_)
#. Removing the setting ``doOrificedTH``. (`PR#1706 <https://github.com/terrapower/armi/pull/1706>`_)
#. TBD

Bug Fixes
Expand Down

0 comments on commit bc50e27

Please sign in to comment.