raiseRuntimeError("Set MassEnthalpy BC in Chan: "+str(chanID)+" Level: "+str(chan.bcLevels[i])+" but level must be 1 or "+str(topMom))
<<<<<<<2103086f4add09796c08778958726e11fa8d5714
def_rodConnectionsValid(me):
""" Ensure rods are 100% connected to surrounding channels in each axial section"""
forsolidIDinme.solidObjects:
@@ -1366,8 +1357,6 @@ class Model:
totPercent=totPercent+allPercent[i]
ifnotnp.isclose(totPercent,1.0):
raiseRuntimeError("For solidID: "+str(solidID)+" in Section: "+str(u)+" percentages of connected channels add up to "+str(totPercent)+" instead of 1.0")