Skip to content

Commit

Permalink
Update armi/physics/fuelCycle/fuelHandlers.py
Browse files Browse the repository at this point in the history
Co-authored-by: bsculac <[email protected]>
  • Loading branch information
keckler and bsculac authored Jan 24, 2024
1 parent 46de12d commit 795caad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions armi/physics/fuelCycle/fuelHandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -852,12 +852,12 @@ def dischargeSwap(self, incoming, outgoing):
:implements: R_ARMI_SHUFFLE_STATIONARY
Before assemblies are moved,
calls to the ``_transferStationaryBlocks`` class method to
the ``_transferStationaryBlocks`` class method is called to
check if there are any block types specified by the user as stationary
via the ``stationaryBlockFlags`` case setting. Using these flags, gather
blocks from each assembly which should remain stationary and check
to make sure that both assemblies have the same number and same
height of stationary blocks. If not, return an error.
via the ``stationaryBlockFlags`` case setting. Using these flags, blocks
are gathered from each assembly which should remain stationary and
checked to make sure that both assemblies have the same number
and same height of stationary blocks. If not, return an error.
If all checks pass, use the :py:meth`~armi.reactor.assemblies.Assembly.remove`
and :py:meth:`~armi.reactor.assemblies.Assembly.insert``
Expand Down

0 comments on commit 795caad

Please sign in to comment.