mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-21 22:45:33 -04:00
The function openmc.deplete.epc_rk4 has been removed
in favor of openmc.deplete.EPC_RK4_Integrator. The scheme
can be used with::
>>> from openmc.deplete import EPC_RK4_Integrator
>>> EPC_RK4_Integrator(op, dt, power).integrate()
epc_rk4 has been removed from the documentation, and the
EPC_RK4_Integrator class has been added to the depletion
API documentation
|
||
|---|---|---|
| .. | ||
| base.rst | ||
| capi.rst | ||
| data.rst | ||
| deplete.rst | ||
| examples.rst | ||
| index.rst | ||
| mgxs.rst | ||
| model.rst | ||
| openmoc.rst | ||
| stats.rst | ||