mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-24 12:05:32 -04:00
add OpenMCOperator to docs, fix referecne to TalliedFissionYieldHelper
This commit is contained in:
parent
0a05f9dcb4
commit
39472e286c
1 changed files with 2 additions and 1 deletions
|
|
@ -204,6 +204,7 @@ prior to depleting materials
|
|||
:template: mycallable.rst
|
||||
|
||||
abc.TransportOperator
|
||||
openmc_operator.OpenMCOperator
|
||||
|
||||
The following classes are abstract classes used to pass information from
|
||||
OpenMC simulations back on to the :class:`abc.TransportOperator`
|
||||
|
|
@ -216,7 +217,7 @@ OpenMC simulations back on to the :class:`abc.TransportOperator`
|
|||
abc.NormalizationHelper
|
||||
abc.FissionYieldHelper
|
||||
abc.ReactionRateHelper
|
||||
abc.TalliedFissionYieldHelper
|
||||
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