We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62646af commit ea28ae3Copy full SHA for ea28ae3
Modelica/Fluid/Dissipation.mo
@@ -4419,7 +4419,7 @@ This record is used as <strong>input record</strong> for the pressure loss funct
4419
m_flow,
4420
sqrt(IN_con.dp_smooth/(0.5*IN_var.zeta_TOT*IN_var.rho))*IN_var.rho
4421
*IN_con.A_cross,
4422
- 2)/(IN_var.rho*sqrt(IN_con.A_cross));
+ 2)/(IN_var.rho*(IN_con.A_cross)^2);
4423
annotation (Inline=true, smoothOrder(normallyConstant=IN_con) = 2,
4424
inverse(m_flow=Modelica.Fluid.Dissipation.PressureLoss.General.dp_pressureLossCoefficient_MFLOW(
4425
IN_con,
0 commit comments