Skip to content

Commit

Permalink
Removing unused TH parameters (#981)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 18, 2022
1 parent 8cc08e5 commit 474534b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
36 changes: 0 additions & 36 deletions armi/physics/thermalHydraulics/parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,27 +69,6 @@ def _getBlockParams():
description="Average fluid velocity taken at the outlet of the block.",
)

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

pb.defParam(
"THdeltaPInlet",
units="Pa",
saveToDB=False,
description="Pressure drop at the inlet of the block.",
)

pb.defParam(
"THdeltaPOutlet",
units="Pa",
saveToDB=False,
description="Pressure drop at the outlet of the block.",
)

pb.defParam(
"THhotChannelCladMidwallT",
units=units.DEGC,
Expand Down Expand Up @@ -243,14 +222,6 @@ def _getBlockParams():
location=ParamLocation.AVERAGE,
)

pb.defParam(
"THmaxLifeTimePower",
units="W",
description="Maximum power over the lifetime of this block.",
default=0.0,
location=ParamLocation.MAX,
)

with pDefs.createBuilder(
default=0.0, categories=["thInterface"], saveToDB=True
) as pb:
Expand Down Expand Up @@ -389,13 +360,6 @@ def _getBlockParams():
location=ParamLocation.AVERAGE,
)

pb.defParam(
"THinletCoolantVel",
units="m/s",
description="Flow velocity",
location=ParamLocation.AVERAGE,
)

pb.defParam(
"THhotChannelOutletT",
units=units.DEGC,
Expand Down
2 changes: 0 additions & 2 deletions armi/reactor/reactorParameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ def detailedNucKeys(self, value):
description="Core average outlet temperature",
)

pb.defParam("CoreMdot", units="kg/s", description="Mass flow rate of full core")

pb.defParam(
"outletTempIdeal",
units=units.DEGC,
Expand Down

0 comments on commit 474534b

Please sign in to comment.