update doc of openmc.deplete and openmc.Model.deplete

This commit is contained in:
liangjg 2019-01-09 09:40:45 -05:00
parent 87aef6dbab
commit 952bddb61e
2 changed files with 12 additions and 17 deletions

View file

@ -6,8 +6,8 @@
.. module:: openmc.deplete
Two functions are provided that implement different time-integration algorithms
for depletion calculations.
Several functions are provided that implement different time-integration
algorithms for depletion calculations.
.. autosummary::
:toctree: generated
@ -16,6 +16,10 @@ for depletion calculations.
integrator.predictor
integrator.cecm
integrator.cf4
integrator.epc_rk4
integrator.si_celi
integrator.si_leqi
Each of these functions expects a "transport operator" to be passed. An operator
specific to OpenMC is available using the following class: