Skip to content

Commit

Permalink
Add impl details for I_ARMI_DEPL_ABC
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Jan 22, 2024
1 parent 0678a49 commit 6f68c35
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ class AbstractIsotopicDepleter:
.. impl:: ARMI provides a base class to deplete isotopes.
:id: I_ARMI_DEPL_ABC
:implements: R_ARMI_DEPL_ABC
This class provides some basic infrastructure typically needed in depletion
calculations within the ARMI framework. It stores a reactor, operator,
and case settings object, and also defines methods to store and retrieve
the objects which should be depleted based on their names.
"""

name = None
Expand Down

0 comments on commit 6f68c35

Please sign in to comment.