We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06309dd commit 4cb092dCopy full SHA for 4cb092d
1 file changed
OpenHPL/Waterway/SurgeTank.mo
@@ -148,13 +148,6 @@ equation
148
end if;
149
p_t = data.p_a;
150
151
- mdot = data.rho * Vdot;
152
- Mdot = mdot * v;
153
- F = F_p - F_f - F_g;
154
- p_b = i.p "Linking bottom node pressure to connector";
155
- i.p = o.p "Inlet and outlet pressure equality";
156
- mdot = i.mdot+o.mdot "Mass balance";
157
- F_g = m * data.g * cos_theta;
158
o.z = i.z "Elevation at surge tank inlet and outlet are equal";
159
annotation (preferredView="info",
160
Documentation(info="<html>
0 commit comments