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 7c461ff commit 0a96575
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions armi/physics/neutronics/parameters.py
Expand Up @@ -528,18 +528,6 @@ def linPowByPinGamma(self, value):
"fisDensHom", units="1/cm^3/s", description="Homogenized fissile density"
)

pb.defParam(
"fluxDeltaFromRef",
units="None",
description="Relative difference between the current flux and the directly-computed perturbed flux.",
)

pb.defParam(
"fluxDirect",
units="n/cm^2/s",
description="Flux is computed with a direct method",
)

pb.defParam(
"fluxGamma",
units="g/cm^2/s",
Expand All @@ -556,22 +544,6 @@ def linPowByPinGamma(self, value):
description="Peak neutron flux calculated within the mesh",
)

pb.defParam(
"fluxPertDeltaFromDirect",
units="None",
description="Relative difference between the perturbed flux and the directly-computed perturbed flux",
)

pb.defParam(
"fluxPertDeltaFromDirectfluxRefWeighted", units="None", description=""
)

pb.defParam(
"fluxPerturbed", units="1/cm^2/s", description="Flux is computed by MEPT"
)

pb.defParam("fluxRef", units="1/cm^2/s", description="Reference flux")

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

0 comments on commit 0a96575

Please sign in to comment.