Loading SubKit/build/SquareLatticeLWR_Nodal.py +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
SubKit/build/SquareLatticeLWR_Nodal.py +4 −0 Original line number Diff line number Diff line Loading @@ -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: Loading