Commit 8526a5d6 authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Update SquareLatticeLWR_Nodal.py

parent 02f3e082
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -918,6 +918,10 @@ class SquareLatticeLWR_Nodal(CoreBuilder.Core):
      me.mdotTotal = 0.0
      me.tempInitial = 0.0
      coreArea = 0.0
      if massflowShape is not None:
            assert len(massflowShape)==len(me.chMapObj.getAssemIdxs())
      if temperatureShape is not None:
            assert len(temperatureShape)==len(me.chMapObj.getAssemIdxs())
      for chIdx in me.chMapObj.getChIdxs():
         [i, j] = me.chMapObj.getLoc(chIdx)
         if massflowShape is not None: