mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 05:05:30 -04:00
add small blurb about OpenMCOperator; move TalliedFissionYieldHelper to different section
This commit is contained in:
parent
47344ca5cb
commit
7b04111420
1 changed files with 11 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue