Skip to content

Commit

Permalink
Update Modelica/Fluid/Dissipation.mo
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jul 5, 2024
1 parent 62646af commit ea28ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica/Fluid/Dissipation.mo
Original file line number Diff line number Diff line change
Expand Up @@ -4419,7 +4419,7 @@ This record is used as <strong>input record</strong> for the pressure loss funct
m_flow,
sqrt(IN_con.dp_smooth/(0.5*IN_var.zeta_TOT*IN_var.rho))*IN_var.rho
*IN_con.A_cross,
2)/(IN_var.rho*sqrt(IN_con.A_cross));
2)/(IN_var.rho*(IN_con.A_cross)^2);
annotation (Inline=true, smoothOrder(normallyConstant=IN_con) = 2,
inverse(m_flow=Modelica.Fluid.Dissipation.PressureLoss.General.dp_pressureLossCoefficient_MFLOW(
IN_con,
Expand Down

0 comments on commit ea28ae3

Please sign in to comment.