Effective Burnup
This model computes an effective burnup that accumulates only when the fuel temperature is below a threshold. The intent is to represent burnup-driven effects that are assumed to be active primarily at relatively low temperature.
Reference
Khvostov et al., WRFPM-2005, Kyoto, Japan, 2005.
Inputs
The model uses:
Temperature(history variable)Specific power(sciantix variable)Time step(physics variable)
Model formulation
A temperature threshold is defined as:
The effective burnup rate is taken equal to the burnup rate when either:
the current temperature is below the threshold, or
the temperature crosses the threshold within the current step (from below to above).
Otherwise, the effective burnup rate is set to zero:
where \(P_{\mathrm{spec}}\) is the specific power.
Time integration
The effective burnup is updated by time integration:
In the implementation this is performed using solver.Integrator with the
current Time step.