mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-23 19:45:34 -04:00
update doc of openmc.deplete and openmc.Model.deplete
This commit is contained in:
parent
87aef6dbab
commit
952bddb61e
2 changed files with 12 additions and 17 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue