Skip to content

Commit

Permalink
Fix scaling of edge assemblies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjarrett committed Jan 21, 2025
1 parent 3431c44 commit 9be444a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions armi/reactor/converters/geometryConverters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1516,6 +1516,8 @@ def removeEdgeAssemblies(self, core):
# Don't use newAssembliesAdded b/c this may be BOL cleaning of a fresh case that has edge
# assems.
edgeAssemblies = core.getAssembliesOnSymmetryLine(grids.BOUNDARY_120_DEGREES)

self.scaleParamsRelatedToSymmetry(core.parent)
for a in edgeAssemblies:
runLog.debug(
"Removing edge assembly {} from {} from the reactor without discharging".format(
Expand Down

0 comments on commit 9be444a

Please sign in to comment.