Skip to content

Commit 9fab5ee

Browse files
committed
Fixes typo in description.
1 parent 4e4d7bf commit 9fab5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenHPL/Waterway/BendPipe.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ model BendPipe "Bend in pipes"
1414
SI.Velocity v(start=Modelica.Constants.eps) "Water velocity";
1515
SI.Area A = pi*D_i^2/4 "Cross section area";
1616
SI.Pressure dp "Pressure drop of fitting";
17-
SI.MassFlowRate mdot "Pressure drop of fitting";
17+
SI.MassFlowRate mdot "Mass flow rate";
1818
extends OpenHPL.Interfaces.TwoContacts;
1919
equation
2020
v = mdot / data.rho / A;

0 commit comments

Comments
 (0)