External transfer rates source term (#3088)

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Lorenzo Chierici 2025-05-12 22:48:21 +02:00 committed by GitHub
parent f615441f06
commit 7382b5d1c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 751 additions and 184 deletions

View file

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