mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
The depletion function openmc.deplete.si_leqi has been removed in favor of the SI_LEQI_Integrator class. The same depletion scheme can be obtained with the following commands: >>> leqi = openmc.deplete.SI_LEQI_Integrator(operator, dt, power) >>> leqi.integrate() The expression can be onlined for compactness. The si_celi_inner function has been removed completely now, as the SI_CELI iteration is performed by directly calling SI_CELI_Integrator.__call__ through the SI_LEQI_Integrator. This is similar to how the LEQIIntegrator handles the initial steps. Tests have been updated to use this class, and the class has been added to the documentation. No pure-function integration schemes exist anymore. |
||
|---|---|---|
| .. | ||
| base.rst | ||
| capi.rst | ||
| data.rst | ||
| deplete.rst | ||
| examples.rst | ||
| index.rst | ||
| mgxs.rst | ||
| model.rst | ||
| openmoc.rst | ||
| stats.rst | ||