mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
Remove cf4 function for deplete.CF4Integrator
The function openmc.deplete.cf4 has been removed in favor of openmc.deplete.CF4Integrator. The CF4 integration scheme can be peformed with >>> from openmc.deplete import CF4Integrator >>> CF4Integrator(operator, time, power).integrate()
This commit is contained in:
parent
769f903dbc
commit
dae48b77e0
3 changed files with 81 additions and 4 deletions
|
|
@ -16,7 +16,6 @@ transport-depletion coupling algorithms <http://hdl.handle.net/1721.1/113721>`_.
|
|||
:nosignatures:
|
||||
:template: myfunction.rst
|
||||
|
||||
integrator.cf4
|
||||
integrator.epc_rk4
|
||||
integrator.si_celi
|
||||
integrator.si_leqi
|
||||
|
|
@ -27,6 +26,7 @@ transport-depletion coupling algorithms <http://hdl.handle.net/1721.1/113721>`_.
|
|||
:template: myclassinherit.rst
|
||||
|
||||
integrator.PredictorIntegrator
|
||||
integrator.CF4Integrator
|
||||
integrator.CECMIntegrator
|
||||
integrator.CELIIntegrator
|
||||
integrator.LEQIIntegrator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue