Merge pull request #1356 from drewejohnson/dep-solver-class

Provide class-based depletion solvers
This commit is contained in:
Paul Romano 2019-09-30 13:23:29 -05:00 committed by GitHub
commit ed7123f4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 204 additions and 133 deletions

View file

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