Skip to content

Commit 286feeb

Browse files
Update src/rtctools_channel_flow/modelica/Deltares/ChannelFlow/Hydraulic/Structures/PumpingStation/Pump.mo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f8d4ef2 commit 286feeb

File tree

1 file changed

+2
-2
lines changed
  • src/rtctools_channel_flow/modelica/Deltares/ChannelFlow/Hydraulic/Structures/PumpingStation

1 file changed

+2
-2
lines changed

src/rtctools_channel_flow/modelica/Deltares/ChannelFlow/Hydraulic/Structures/PumpingStation/Pump.mo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ partial model Pump "Pump with QHP relationship"
44
import SI = Modelica.Units.SI;
55
extends Deltares.ChannelFlow.Hydraulic.Structures.DischargeControlledStructure;
66
//This block if from rtc-tools-hydraulic-structures and works correctly if the corresponding mixin is imported
7-
// Increasing row number is increasing H power (staring at 0th power).
8-
// Increasing column number is increasing Q power (staring at 0th power).
7+
// Increasing row number is increasing H power (starting at 0th power).
8+
// Increasing column number is increasing Q power (starting at 0th power).
99
parameter Real power_coefficients[:, :, :];
1010
parameter Real speed_coefficients[:, :] = {{0.0}};
1111

0 commit comments

Comments
 (0)