We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4799b1a commit 3457ab0Copy full SHA for 3457ab0
1 file changed
OpenHPL/Examples/SimpleValveWithCreek.mo
@@ -12,7 +12,7 @@ model SimpleValveWithCreek
12
Placement(transformation(origin={0,-50}, extent = {{50, 20}, {70, 40}})));
13
Waterway.Reservoir tail(h_0 = 5) annotation(
14
Placement(transformation(origin = {90, -20}, extent = {{-10, 10}, {10, -10}}, rotation = 180)));
15
- replaceable Waterway.Pipe penstock(D_i = 3, D_o = 3, H = 80, L = 200, vertical = true)
+ replaceable Waterway.Pipe penstock(D_i = 3, D_o = 3, H = 80, L = 200, slanted = true)
16
constrainedby Interfaces.TwoContacts annotation(
17
Placement(transformation(origin={60,30}, extent = {{-10, -10}, {10, 10}})));
18
Waterway.SurgeTank creekIntake(H = 25, L = 30, h_0 = 20) annotation(
0 commit comments