Pump Selection · Operating Point Back
Pump Engineering

Pump Selection · System Curve · Operating Point

Quick answer
The operating point is the intersection of the pump curve H_p = H₀ − k·Q² and the system curve H_sys = H_s + R·Q², giving Q_op = √((H₀ − H_s)/(k + R)). The closer Q_op/Q_bep is to 100%, the more efficient, low-vibration, and stable the operation.

Fit a centrifugal pump Q-H curve from 3 data points, overlay the system curve, and find the operating point. Efficiency, power, and NPSH calculated instantly.

Parameters
Pump Q-H Curve (3 points)
Efficiency Curve η(Q) (3 points)
System Curve
Static Head H_s
m
Resistance Coeff R
H_sys = H_s + R·Q² [m, m³/h]
Fluid Density ρ (kg/m³)
kg/m³
Water: 1000 · Seawater: 1025 · Diesel: 850
Multi-pump Configuration
Results
Operating Flow Q_op [m³/h]
Operating Head H_op [m]
Efficiency η_op [%]
Hydraulic Power P_hyd [kW]
Shaft Power P_shaft [kW]
NPSH_r Estimate [m]
Pump
Theory & Key Formulas

Pump Q-H curve (quadratic fit): $H_p(Q) = aQ^2 + bQ + c$

System curve: $H_{sys}(Q) = H_s + R \cdot Q^2$

Operating point: $H_p(Q_{op}) = H_{sys}(Q_{op})$

$$P_{hyd}= \rho g Q H \quad [\text{W}]$$ $$P_{shaft}= \frac{P_{hyd}}{\eta}$$

Affinity laws: $\dfrac{Q_2}{Q_1}=\dfrac{n_2}{n_1}$, $\dfrac{H_2}{H_1}=\left(\dfrac{n_2}{n_1}\right)^2$, $\dfrac{P_2}{P_1}=\left(\dfrac{n_2}{n_1}\right)^3$

What is a Pump Operating Point?

🙋
What exactly is the "operating point" for a pump? I see it mentioned everywhere.
🎓
Basically, it's the single flow rate and pressure head where the pump's capability perfectly matches the system's demand. Think of it as the natural equilibrium. In this simulator, it's where the blue pump curve and the orange system curve cross. Try moving the "Static Head" slider up—you'll see the operating point shift left to a lower flow rate.
🙋
Wait, really? So the system itself "decides" how much flow the pump gives? I thought you just pick a pump and it delivers its rated flow.
🎓
That's a common misconception! The pump can only deliver what the system allows. The system curve, $H_{sys}(Q) = H_s + R \cdot Q^2$, defines the resistance. $H_s$ is the static lift (like height), and $R$ is the pipe friction. Increase the "Resistance Coeff R" in the controls, and watch the orange curve get steeper, forcing the operating point to a lower flow and higher head.
🙋
So how do we use this to pick the right pump? Is it just about matching the flow?
🎓
Not just flow—efficiency and power are critical! The simulator shows the pump's efficiency curve (η). You want the operating point to land near the pump's best efficiency point (BEP). If it's far off, you waste energy. Also, check the power $P_{shaft}$ and the NPSH required to avoid cavitation. This is the essential pre-CFD step before any detailed flow simulation.

Physical Model & Key Equations

The pump's performance is modeled with a quadratic curve fit to manufacturer data. The system's demand is modeled as the sum of a static head (constant) and a dynamic head proportional to the square of the flow rate.

$$ H_p(Q) = aQ^2 + bQ + c \quad \text{(Pump Curve)}$$

$H_p$: Total head provided by the pump [m]. $Q$: Volumetric flow rate [m³/s]. $a, b, c$: Pump-specific coefficients from curve fitting.

The operating point is found by solving for the flow where the pump head equals the system head. The power calculations then tell us the energy requirement and efficiency at that point.

$$ \begin{aligned}H_{sys}(Q) &= H_s + R \cdot Q^2 \quad \text{(System Curve)}\\ P_{hyd}&= \rho g Q H \quad \text{(Hydraulic Power)}\\ P_{shaft}&= \frac{P_{hyd}}{\eta}\quad \text{(Shaft Power)}\end{aligned} $$

$H_s$: Static head (elevation difference) [m]. $R$: System resistance coefficient [s²/m⁵]. $ρ$: Fluid density [kg/m³]—try changing it in the simulator to see its direct effect on power. $η$: Pump efficiency at the operating point.

Real-World Applications

HVAC System Design: Selecting chilled water pumps for a skyscraper. Engineers use this method to balance flow across hundreds of fan coil units, ensuring the operating point stays in the high-efficiency zone to minimize electricity costs for the building's lifetime.

Industrial Process Lines: Pumping chemicals or slurry in a factory. The system curve changes with pipe corrosion or filter clogging (increasing R). Monitoring the shift in operating point helps predict maintenance needs and prevent pump overload.

Water Supply & Irrigation: Lifting water from a well (high H_s) and distributing it through miles of pipes (high R). The operating point analysis determines if a single pump is sufficient or if a series/parallel pump configuration is needed to meet demand.

Pre-CFD System Sizing: Before running a detailed, computationally expensive ANSYS Fluent simulation of flow inside the pump itself, engineers use this system-level analysis to define the correct boundary conditions (flow rate, pressure) for the pump model, saving significant time and resources.

Common Misconceptions and Points to Note

First, the misconception that static head H_s is merely the height difference. In reality, it also includes the pressure difference between the liquid surfaces in the discharge and suction tanks. For example, when pumping from a sealed pressure tank (0.2MPaG) to an atmospheric tank, even if the liquid levels are the same, the pressure difference converted to head (approximately 20m) is added to the static head. Forgetting this can cause the operating point to shift significantly, preventing the pump from meeting the required performance.

Next, the tendency to underestimate the pipe resistance coefficient R. Are you only calculating the frictional loss in straight pipes and calling it a day? Local resistances from elbows, valves, strainers, etc., when estimated as equivalent straight pipe lengths, are often much larger than you might think. For instance, the resistance of a fully open 100mm gate valve is equivalent to about 7 meters of straight pipe of the same diameter. If you gradually increase R in the simulator, you'll notice the operating point flow rate decreases sensitively. In actual design, it's crucial to thoroughly count all local resistances.

Finally, the illusion that "flow rate simply multiplies by the number of pumps in parallel operation". While pump capacity does increase, the actual flow increase heavily depends on the shape of the system curve. In systems with high pipe resistance (steep system curve), even with two pumps in parallel, the flow rate often only increases to about 1.5 times. Try using the "Parallel Operation" mode in this tool and observe how the flow increase changes as you raise the R value. Before adding pumps, you must always check the relationship with the system curve.

How to Use

  1. Enter three known pump operating points (Q, H) into fields pq1–pq3 and ph1–ph3 to establish the pump curve via polynomial regression.
  2. Define system curve parameters in eq1 (static head in m) and eq2 (system resistance coefficient in m·h²/m⁶) using the formula H_sys = eq1 + eq2·Q².
  3. The simulator solves H_pump(Q) = H_sys(Q) to find Operating Flow Q_op and Operating Head H_op, then calculates η_op, P_hyd, P_shaft, and NPSH_r requirement.

Worked Example

A centrifugal pump has measured points: (100 m³/h, 45 m), (150 m³/h, 40 m), (200 m³/h, 30 m). System curve: static head 10 m, friction loss coefficient 0.0012 m·h²/m⁶. The solver finds Q_op = 165 m³/h, H_op = 37.2 m. With pump efficiency 78% at this point, P_hyd = 165 × 37.2 × 9.81 / 3600 = 18.8 kW. Shaft power P_shaft = 18.8 / 0.78 = 24.1 kW. NPSH requirement estimated at 2.5 m for this impeller diameter and speed.

Practical Notes

  1. Always measure or obtain pump curves from manufacturer datasheets spanning the expected operating range; extrapolation beyond measured points introduces error.
  2. System curve friction coefficient includes pipe roughness, fittings, and valves; recalculate when pipe diameter or length changes.
  3. NPSH margin: available NPSH must exceed NPSH_r by at least 0.5 m to prevent cavitation in centrifugal pumps.
  4. Affinity laws scale flow and head proportionally with speed: Q₂/Q₁ = N₂/N₁ and H₂/H₁ = (N₂/N₁)²; use to predict performance at different rpm.