Skip to content

Commit

Permalink
Merge branch 'main' into rm_virdent_params
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 21, 2022
2 parents f90e4d5 + 0d308ec commit 3a86c51
Showing 1 changed file with 0 additions and 119 deletions.
119 changes: 0 additions & 119 deletions armi/reactor/reactorParameters.py
Expand Up @@ -268,117 +268,12 @@ def detailedNucKeys(self, value):

pb.defParam("maxcladFCCI", units="", description="", default=0.0)

pb.defParam(
"maxCladulof",
units=units.DEGC,
description="Max Clading Temperature in Unprotected Loss of Flow (ULOF) transient",
)

pb.defParam(
"maxCladulohs",
units=units.DEGC,
description="Max Clading Temperature in Unprotected Loss of Heat Sink (ULOHS) transient",
)

pb.defParam(
"maxCladutop",
units=units.DEGC,
description="Max Clading Temperature in Unprotected Transient Overpower (UTOP) transient",
)

pb.defParam(
"maxCladptop",
units=units.DEGC,
description="Max Clading Temperature in protected Transient Overpower (PTOP) transient",
)

pb.defParam(
"maxCladlockrotor",
units=units.DEGC,
description="Max Clading Temperature in lock rotor transient",
)
pb.defParam(
"maxCladplohs",
units=units.DEGC,
description="Max Clading Temperature in protected loss of heat sink (PLOHS) transient",
)
pb.defParam(
"maxCladplof",
units=units.DEGC,
description="Max Clading Temperature in protected loss of flow (PLOF) transient",
)
pb.defParam(
"maxCladplof2pump",
units=units.DEGC,
description="Max Clading Temperature in protected loss of 2 primary pumps (PLOF2pump) transient",
)

pb.defParam(
"maxCladoscillation",
units=units.DEGC,
description="Max Clading Temperature in oscillation-driven transient",
)
pb.defParam(
"maxFueloscillation",
units=units.DEGC,
description="Max Fuel Temperature in oscillation-driven transient",
)

pb.defParam(
"maxCladpowerdefect",
units=units.DEGC,
description="Max Clading Temperature in powerdefect transient",
)
pb.defParam(
"maxFuelpowerdefect",
units=units.DEGC,
description="Max Fuel Temperature in powerdefect transient",
)

pb.defParam(
"maxCladsteadystate",
units=units.DEGC,
description="Max Clading Temperature in steady state transient",
)

pb.defParam(
"maxDPA",
units="dpa",
description="Maximum DPA based on pin-level max if it exists, block level max otherwise",
)

pb.defParam("maxFuelulof", units=units.DEGC, description="maxFuelulof")

pb.defParam("maxFuelulohs", units=units.DEGC, description="maxFuelulohs")

pb.defParam("maxFuelutop", units=units.DEGC, description="maxFuelutop")

pb.defParam(
"maxFuelptop",
units=units.DEGC,
description="Max Clading Temperature in protected Transient Overpower (PTOP) transient",
)

pb.defParam(
"maxFuellockrotor",
units=units.DEGC,
description="Max Clading Temperature in lock rotor transient",
)
pb.defParam(
"maxFuelplohs",
units=units.DEGC,
description="Max Clading Temperature in protected loss of heat sink (PLOHS) transient",
)
pb.defParam(
"maxFuelplof",
units=units.DEGC,
description="Max Clading Temperature in protected loss of flow (PLOF) transient",
)
pb.defParam(
"maxFuelplof2pump",
units=units.DEGC,
description="Max Clading Temperature in protected loss of 2 primary pumps (PLOF2pump) transient",
)
pb.defParam("maxGridDpa", units="dpa", description="Grid plate max dpa")

pb.defParam(
Expand All @@ -387,12 +282,6 @@ def detailedNucKeys(self, value):
description="Maximum memory used by an ARMI process",
)

pb.defParam(
"maxTranPCT",
units=units.DEGC,
description="Max Peak Clading Temperature of transients",
)

pb.defParam(
"minProcessMemoryInMB",
units="MB",
Expand Down Expand Up @@ -889,14 +778,6 @@ def detailedNucKeys(self, value):

pb.defParam("fisRateCore", units="?", description="?")

pb.defParam(
"maxcladWastage",
units="microns",
description="Maximum clad wastage in any block in the core",
default=0.0,
categories=["block-max"],
)

pb.defParam(
"maxdilationTotal",
units="?",
Expand Down

0 comments on commit 3a86c51

Please sign in to comment.