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 4e4d7bf commit 9fab5eeCopy full SHA for 9fab5ee
OpenHPL/Waterway/BendPipe.mo
@@ -14,7 +14,7 @@ model BendPipe "Bend in pipes"
14
SI.Velocity v(start=Modelica.Constants.eps) "Water velocity";
15
SI.Area A = pi*D_i^2/4 "Cross section area";
16
SI.Pressure dp "Pressure drop of fitting";
17
- SI.MassFlowRate mdot "Pressure drop of fitting";
+ SI.MassFlowRate mdot "Mass flow rate";
18
extends OpenHPL.Interfaces.TwoContacts;
19
equation
20
v = mdot / data.rho / A;
0 commit comments