Skip to content

Commit

Permalink
Removing dead Flux Reconstruction Parameters - tested
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 18, 2022
1 parent df87b30 commit 7c461ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
45 changes: 0 additions & 45 deletions armi/physics/neutronics/parameters.py
Expand Up @@ -233,15 +233,6 @@ def mgFlux(self, value):
default=None,
)

pb.defParam(
"axialMgFluxProfileAdj",
units="",
description="",
location=ParamLocation.AVERAGE,
saveToDB=False,
default=None,
)

pb.defParam(
"axialMgFluxProfileNeutron",
units="",
Expand All @@ -251,15 +242,6 @@ def mgFlux(self, value):
default=None,
)

pb.defParam(
"axialMgFluxProfileNeutronAdj",
units="",
description="",
location=ParamLocation.AVERAGE,
saveToDB=False,
default=None,
)

pb.defParam(
"axialMgFluxProfileGamma",
units="",
Expand Down Expand Up @@ -757,15 +739,6 @@ def linPowByPinGamma(self, value):
saveToDB=True,
default=None,
)
pb.defParam(
"pointsEdgeFastFluxFr",
units=None,
description="Fraction of flux above 100keV at edges of the block",
location=ParamLocation.EDGES,
categories=["detailedAxialExpansion", "depletion"],
saveToDB=True,
default=None,
)

pb.defParam(
"pointsCornerDpa",
Expand All @@ -776,15 +749,6 @@ def linPowByPinGamma(self, value):
saveToDB=True,
default=None,
)
pb.defParam(
"pointsEdgeDpa",
units="dpa",
description="displacements per atom at edges of the block",
location=ParamLocation.EDGES,
categories=["cumulative", "detailedAxialExpansion", "depletion"],
saveToDB=True,
default=None,
)

pb.defParam(
"pointsCornerDpaRate",
Expand All @@ -795,15 +759,6 @@ def linPowByPinGamma(self, value):
saveToDB=True,
default=None,
)
pb.defParam(
"pointsEdgeDpaRate",
units="dpa/s",
description="Current time derivative of the displacement per atoms at edges of the block",
categories=["detailedAxialExpansion", "depletion"],
location=ParamLocation.EDGES,
saveToDB=True,
default=None,
)

pb.defParam(
"pdensGenerated",
Expand Down
7 changes: 0 additions & 7 deletions armi/reactor/blockParameters.py
Expand Up @@ -1169,13 +1169,6 @@ def xsTypeNum(self, value): # pylint: disable=method-hidden
location=ParamLocation.VOLUME_INTEGRATED,
)

pb.defParam(
"powerShapePercent",
units="%",
description="Percent change in power shape when core temperature rises.",
location=ParamLocation.AVERAGE,
)

pb.defParam(
"puFrac",
units="None",
Expand Down

0 comments on commit 7c461ff

Please sign in to comment.