You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the HexBlock.getFlowArea() calculation only calculates the area based on Flags.COOLANT, but @clstocking reports it could also be dependent on Flags.INTERDUCTCOOLANT.
Right now, the
HexBlock.getFlowArea()
calculation only calculates the area based onFlags.COOLANT
, but @clstocking reports it could also be dependent onFlags.INTERDUCTCOOLANT
.From the current calc:
armi/armi/reactor/blocks.py
Line 2594 in 6fcc481
To something more like:
The text was updated successfully, but these errors were encountered: