mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 20:45:35 -04:00
External transfer rates source term (#3088)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
f615441f06
commit
7382b5d1c8
17 changed files with 751 additions and 184 deletions
|
|
@ -206,14 +206,15 @@ total system energy.
|
|||
The :class:`openmc.deplete.IndependentOperator` uses inner classes subclassed
|
||||
from those listed above to perform similar calculations.
|
||||
|
||||
The following classes are used to define transfer rates to model continuous
|
||||
removal or feed of nuclides during depletion.
|
||||
The following classes are used to define external source rates or transfer rates
|
||||
to model continuous removal or feed of nuclides during depletion.
|
||||
|
||||
.. autosummary::
|
||||
:toctree: generated
|
||||
:nosignatures:
|
||||
:template: myclass.rst
|
||||
|
||||
transfer_rates.ExternalSourceRates
|
||||
transfer_rates.TransferRates
|
||||
|
||||
Intermediate Classes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue