Skip to content

Commit 3457ab0

Browse files
committed
Use correct new parameter name.
1 parent 4799b1a commit 3457ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenHPL/Examples/SimpleValveWithCreek.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ model SimpleValveWithCreek
1212
Placement(transformation(origin={0,-50}, extent = {{50, 20}, {70, 40}})));
1313
Waterway.Reservoir tail(h_0 = 5) annotation(
1414
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)
15+
replaceable Waterway.Pipe penstock(D_i = 3, D_o = 3, H = 80, L = 200, slanted = true)
1616
constrainedby Interfaces.TwoContacts annotation(
1717
Placement(transformation(origin={60,30}, extent = {{-10, -10}, {10, 10}})));
1818
Waterway.SurgeTank creekIntake(H = 25, L = 30, h_0 = 20) annotation(

0 commit comments

Comments
 (0)