Skip to content

Commit

Permalink
Removing unused ThermalHydraulics parameters (#568)
Browse files Browse the repository at this point in the history
* Removing unused ThermalHydraulics parameters

* Clarifying units of buGroups
  • Loading branch information
john-science committed Feb 9, 2022
1 parent 75f65b2 commit dfd6c9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions armi/physics/thermalHydraulics/parameters.py
Expand Up @@ -76,13 +76,6 @@ def _getBlockParams():
description="Acceleration component to the pressure drop.",
)

pb.defParam(
"THdeltaPFric",
units="Pa",
saveToDB=False,
description="Friction component to the pressure drop.",
)

pb.defParam(
"THdeltaPInlet",
units="Pa",
Expand Down Expand Up @@ -311,13 +304,6 @@ def _getBlockParams():
location=ParamLocation.AVERAGE,
)

pb.defParam(
"THassemPressDrop",
units="Pa",
description="The pressure drop across this block",
location=ParamLocation.AVERAGE,
)

pb.defParam(
"THaveCoolantVel",
units="m/s",
Expand Down Expand Up @@ -375,13 +361,6 @@ def _getBlockParams():
location=ParamLocation.AVERAGE,
)

pb.defParam(
"THdPfrict",
units="Pa",
description="Frictional pressure drop",
location=ParamLocation.AVERAGE,
)

pb.defParam(
"THdeltaPFormLoss",
units="Pa",
Expand Down
2 changes: 1 addition & 1 deletion armi/settings/fwSettings/globalSettings.py
Expand Up @@ -317,7 +317,7 @@ def defineSettings() -> List[setting.Setting]:
default=[10, 20, 30, 100],
label="Burnup Groups",
description="The range of burnups where cross-sections will be the same "
"for a given assembly type",
"for a given assembly type (units of %FIMA).",
schema=vol.Schema([vol.Any(int, float)]),
),
setting.Setting(
Expand Down

0 comments on commit dfd6c9c

Please sign in to comment.