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:
Andrew Johnson 2019-07-17 17:09:13 -05:00
parent 769f903dbc
commit dae48b77e0
No known key found for this signature in database
GPG key ID: 253418E91B7F6FEB
3 changed files with 81 additions and 4 deletions

View file

@ -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