Closed LarsWithCA closed 5 months ago
The following expression causes unexpected behavior due to 298*200*200*200 being evaluated as integer math and overflowing:
298*200*200*200
Math;ElbowFlow_Lpm;if(ElbowOutside_bar>ElbowInside_bar,0.471*Sqrt(298*200*200*200*(ElbowOutside_bar-ElbowInside_bar))/(1.5),0)
The following expression causes unexpected behavior due to
298*200*200*200
being evaluated as integer math and overflowing:Math;ElbowFlow_Lpm;if(ElbowOutside_bar>ElbowInside_bar,0.471*Sqrt(298*200*200*200*(ElbowOutside_bar-ElbowInside_bar))/(1.5),0)