add small blurb about OpenMCOperator; move TalliedFissionYieldHelper to different section

This commit is contained in:
yardasol 2022-07-14 14:23:11 -05:00
parent 47344ca5cb
commit 7b04111420

View file

@ -188,6 +188,7 @@ total system energy.
helpers.EnergyScoreHelper
helpers.FissionYieldCutoffHelper
helpers.FluxCollapseHelper
helpers.TalliedFissionYieldHelper
Abstract Base Classes
---------------------
@ -204,7 +205,16 @@ prior to depleting materials
:template: mycallable.rst
abc.TransportOperator
openmc_operator.OpenMCOperator
Methods common to OpenMC-specific implementations are stored in :class:`openmc_operator.OpenMCOperator`
.. autosummary::
:toctree: generated
:nosignatures:
:template: mycallable.rst
abc.TransportOperator
The following classes are abstract classes used to pass information from
OpenMC simulations back on to the :class:`abc.TransportOperator`
@ -217,7 +227,6 @@ OpenMC simulations back on to the :class:`abc.TransportOperator`
abc.NormalizationHelper
abc.FissionYieldHelper
abc.ReactionRateHelper
helpers.TalliedFissionYieldHelper
Custom integrators or depletion solvers can be developed by subclassing from
the following abstract base classes: