mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Merge pull request #1356 from drewejohnson/dep-solver-class
Provide class-based depletion solvers
This commit is contained in:
commit
ed7123f4e7
3 changed files with 204 additions and 133 deletions
|
|
@ -185,8 +185,8 @@ OpenMC simulations back on to the :class:`abc.TransportOperator`
|
|||
abc.ReactionRateHelper
|
||||
abc.TalliedFissionYieldHelper
|
||||
|
||||
Custom integrators can be developed by subclassing from the following abstract
|
||||
base classes:
|
||||
Custom integrators or depletion solvers can be developed by subclassing from
|
||||
the following abstract base classes:
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
|
|
@ -195,3 +195,5 @@ base classes:
|
|||
|
||||
abc.Integrator
|
||||
abc.SIIntegrator
|
||||
abc.DepSystemSolver
|
||||
abc.IPFCramSolver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue