From 795caad9adb52a0f31e1458ac52442f9945bdee2 Mon Sep 17 00:00:00 2001 From: Chris Keckler Date: Wed, 24 Jan 2024 14:10:33 -0600 Subject: [PATCH] Update armi/physics/fuelCycle/fuelHandlers.py Co-authored-by: bsculac <102382931+bsculac@users.noreply.github.com> --- armi/physics/fuelCycle/fuelHandlers.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/armi/physics/fuelCycle/fuelHandlers.py b/armi/physics/fuelCycle/fuelHandlers.py index 24ddd8d3e..a629d4859 100644 --- a/armi/physics/fuelCycle/fuelHandlers.py +++ b/armi/physics/fuelCycle/fuelHandlers.py @@ -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``