From 0a965757b902ea0af31125f6adb59ed1af3f0a96 Mon Sep 17 00:00:00 2001 From: jstilley Date: Fri, 18 Nov 2022 15:22:09 -0800 Subject: [PATCH] Removing dead Flux Reconstruction Parameters - tested --- armi/physics/neutronics/parameters.py | 28 --------------------------- 1 file changed, 28 deletions(-) diff --git a/armi/physics/neutronics/parameters.py b/armi/physics/neutronics/parameters.py index fed7b1b6b..4ba4f6a8f 100644 --- a/armi/physics/neutronics/parameters.py +++ b/armi/physics/neutronics/parameters.py @@ -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", @@ -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",