Skip to content

Commit

Permalink
Clarify the use of case settings in I_ARMI_SHUFFLE
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Jan 24, 2024
1 parent 89db332 commit 11d2c6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions armi/physics/fuelCycle/fuelHandlerInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ class FuelHandlerInterface(interfaces.Interface):
User logic is able to be executed from within the
:py:meth:`~armi.physics.fuelCycle.fuelHandlerInterface.FuelHandlerInterface.manageFuel` method,
which will use the :py:meth:`~armi.physics.fuelCycle.fuelHandlerFactory.fuelHandlerFactory`
to search for a Python file specified by the case settings
``fuelHandlerName`` and ``shuffleLogic``. If it exists, the user-specified
fuel handler will be imported, and any actions in its ``outage`` method
to search for a Python file specified by the case setting ``shuffleLogic``.
If it exists, the fuel handler with name specified by the user via the ``fuelHandlerName``
case setting will be imported, and any actions in its ``outage`` method
will be executed at the :py:meth:`~armi.physics.fuelCycle.fuelHandlerInterface.FuelHandlerInterface.interactBOC`
hook.
Expand Down

0 comments on commit 11d2c6a

Please sign in to comment.