From 39a60c361c9111575d9ded988c8459dbc4b82342 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 12 Feb 2020 07:19:31 -0600 Subject: [PATCH] Clarify that heavy metal is initial Co-Authored-By: Andrew Johnson --- openmc/deplete/abc.py | 4 ++-- openmc/deplete/integrators.py | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/openmc/deplete/abc.py b/openmc/deplete/abc.py index 912c0b1fb4..658e93da5a 100644 --- a/openmc/deplete/abc.py +++ b/openmc/deplete/abc.py @@ -622,7 +622,7 @@ class Integrator(ABC): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). Attributes ---------- @@ -830,7 +830,7 @@ class SIIntegrator(Integrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). n_steps : int, optional Number of stochastic iterations per depletion interval. Must be greater than zero. Default : 10 diff --git a/openmc/deplete/integrators.py b/openmc/deplete/integrators.py index da8509d591..38a7c33b1f 100644 --- a/openmc/deplete/integrators.py +++ b/openmc/deplete/integrators.py @@ -52,7 +52,7 @@ class PredictorIntegrator(Integrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). Attributes ---------- @@ -141,7 +141,7 @@ class CECMIntegrator(Integrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). Attributes ---------- @@ -238,7 +238,7 @@ class CF4Integrator(Integrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). Attributes ---------- @@ -352,7 +352,7 @@ class CELIIntegrator(Integrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). Attributes ---------- @@ -453,7 +453,7 @@ class EPCRK4Integrator(Integrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). Attributes ---------- @@ -574,7 +574,7 @@ class LEQIIntegrator(Integrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). Attributes ---------- @@ -692,7 +692,7 @@ class SICELIIntegrator(SIIntegrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). n_steps : int, optional Number of stochastic iterations per depletion interval. Must be greater than zero. Default : 10 @@ -800,7 +800,7 @@ class SILEQIIntegrator(SIIntegrator): Units for values specified in the `timesteps` argument. 's' means seconds, 'min' means minutes, 'h' means hours, and 'MWd/kg' indicates that the values are given in burnup (MW-d of energy deposited per - kilogram of heavy metal). + kilogram of initial heavy metal). n_steps : int, optional Number of stochastic iterations per depletion interval. Must be greater than zero. Default : 10