Formula9 min read1,673 words

Pump System Curves and Total Dynamic Head Explained

Learn how pump system curves set your operating point, plus formulas for flow, efficiency, BHP, and wet well cycle times.

Pump System Curves and Total Dynamic Head Explained

How Do Pump System Curves Set Your Flow Rate?

Your centrifugal pump runs at the exact point where its pump curve crosses the system curve. The intersection of these pump system curves, called the operating point, decides your actual flow and head, not the number stamped on the nameplate.

Here's the deal. A centrifugal pump doesn't push a fixed amount of water. It spins an impeller, throws water outward, and converts velocity into head. The catch is the inverse relationship: as head (discharge pressure) goes up, flow goes down. That relationship is drawn on the pump curve, a downward-sloping line plotting Total Dynamic Head (TDH) on the Y-axis against flow (Q, in gpm) on the X-axis.

Three points on that curve matter:

  • Shutoff head: far left, zero flow. The max pressure the pump can make against a closed discharge valve.
  • Best Efficiency Point (BEP): the sweet spot where energy transfer is best, radial thrust is lowest, and your bearings and seals last longest.
  • Runout: far right. Big flow, little head. For most radial-flow pumps this is where amperage climbs highest and NPSH required rises, so it's where you risk tripping thermal overloads and cavitating the impeller. Whether those problems actually occur depends on the pump's power curve, motor sizing, and available NPSH.

The system curve slopes the other way, upward. It's the energy your piping demands, made of two parts: static head (the constant vertical lift) and friction head (energy lost to pipe walls and fittings). Friction climbs with the square of the flow rate, so it ramps up fast.

Where the downward pump curve meets the upward system curve, that's where your pump physically operates. If biological slime narrows the pipe or a check valve sticks partway shut, the system curve steepens, drags the operating point backward, and your flow drops.

Key Takeaway

Your pump delivers whatever the operating point (where the pump curve crosses the system curve) says, not the nameplate flow. Change the piping resistance and you move that point. Throttle the discharge valve to safely cut flow (within the manufacturer's allowable range); never throttle the suction valve, because that starves the impeller and causes cavitation.

How Do You Estimate the Operating Flow Mathematically?

You find the operating point by setting the system TDH equal to the pump head and solving for flow. When you're between two known points on the tables, you interpolate.

Say you've got a station with 30 feet of static head, 5 feet of minor losses, and a 2,000-foot force main. Your friction table shows 18 feet of loss per 1,000 feet at 400 gpm, and 28 feet per 1,000 feet at 500 gpm. The pump curve gives 85 feet at 400 gpm and 75 feet at 500 gpm.

Worked Example

Given: Static = 30 ft, minor = 5 ft, force main = 2,000 ft (2.0 thousand-foot units)

Note: for this simplified example we hold the 5 ft of minor losses constant, even though real fitting and valve losses vary roughly with Q^2.

Step 1: System TDH at 400 gpm 30 + 5 + (18 x 2.0) = 30 + 5 + 36 = 71 ft Pump makes 85 ft here, so flow will exceed 400 gpm.

Step 2: System TDH at 500 gpm 30 + 5 + (28 x 2.0) = 30 + 5 + 56 = 91 ft Pump only makes 75 ft here, so flow is below 500 gpm. Answer's in between.

Step 3: Build the lines Friction slope = (28 - 18) / 100 = 0.1 ft per gpm (per 1,000 ft) System TDH = 35 + 2 x (18 + 0.1 x (Q - 400)) = 0.2Q - 9 Pump slope = (75 - 85) / 100 = -0.1 Pump head = 85 - 0.1 x (Q - 400) = 125 - 0.1Q

Step 4: Set them equal 0.2Q - 9 = 125 - 0.1Q 0.3Q = 134 Q = ~447 gpm at a TDH of about 80 ft

Answer: Operating flow is roughly 447 gpm.

If you want a deeper walk-through of how static and friction head stack up, check out our post on the Total Dynamic Head formula.

How Do You Calculate Pumping Efficiency and Brake Horsepower?

Wire-to-water efficiency compares the electrical power going into the motor against the actual hydraulic work coming out. Start with Water Horsepower.

WHP = (Flow in gpm x Head in ft) / 3960

Say a pump lifts water 50 vertical feet of TDH at 500 gpm using a 10 HP motor.

Worked Example

Given: Flow = 500 gpm, Head = 50 ft, Motor = 10 HP

Step 1: Water Horsepower WHP = (500 x 50) / 3960 = 25,000 / 3960 = 6.31 HP

Step 2: Efficiency Efficiency = (Output WHP / Input HP) x 100 Efficiency = (6.31 / 10) x 100 = 63.1%

Answer: Efficiency = 63.1%

Heads up: this simplified example assumes the motor is drawing exactly its 10 HP nameplate rating at the wire. That 10 HP is a rated shaft output, so what you're really calculating here is closer to pump efficiency. True wire-to-water efficiency divides hydraulic output by the actual electrical input the motor pulls (measured in kW and converted to HP).

Trend that percentage over months. When it drifts down, you've got a worn impeller or wear rings, and you can justify the rebuild before the pump quits on a rainy night.

Brake Horsepower is what the motor actually has to deliver at the shaft:

BHP = (Flow in gpm x TDH in ft x Specific Gravity) / (3960 x pump efficiency as a decimal)

Exam Tip

A classic trap: many exams expect you to know that a standard radial-flow centrifugal pump draws MORE brake horsepower as flow INCREASES, not when it runs against a closed valve. Running at runout is where you risk tripping overloads, not at shutoff. Exact wording and emphasis vary by state and certifying body, and the power-curve shape depends on pump and impeller type.

How Do You Calculate Wet Well Cycle Time?

Cycle time is the fill time plus the pump-down time. You need it to keep pumps from short cycling and to keep wastewater from going septic.

For a wet well 6 feet in diameter with a 4-foot drawdown (the gap between pump-on and pump-off), 150 gpm inflow, and a 500 gpm pump:

Worked Example

Given: D = 6 ft, drawdown = 4 ft, inflow = 150 gpm, pump = 500 gpm

Step 1: Surface area A = pi x D^2 / 4 = 3.14 x 36 / 4 = 28.27 sq ft

Step 2: Volume between levels 28.27 x 4 = 113.10 cubic feet

Step 3: Convert to gallons 113.10 x 7.4805 = ~846 gallons

Step 4: Fill time (pump off, well filling) 846 / 150 gpm = 5.64 minutes

Step 5: Pump-down time (net rate = 500 - 150 = 350 gpm) 846 / 350 = 2.42 minutes

Step 6: Total cycle time 5.64 + 2.42 = 8.06 minutes

Step 7: Cycles per hour 60 / 8.06 = ~7.45 cycles per hour

Answer: About 8 minutes per cycle, roughly 7.45 cycles per hour.

Two limits to remember. Undersize the well and you short cycle, which cooks the motor windings. Oversize it and wastewater sits too long. Widely used design guidance like the Ten States Standards typically caps wet well fill time near 30 minutes to reduce the risk of septicity, hydrogen sulfide, odors, and corrosion. Exact detention criteria vary by jurisdiction and depend on wastewater characteristics, temperature, and ventilation. Most municipal lift stations are also designed with at least two pumps so firm capacity handles peak flow with the biggest pump out of service, though requirements vary by station type and size. Design criteria vary by state, so check with your state regulatory agency for the exact numbers.

How Do You Tell Cavitation From Air Entrainment?

Both sound like gravel rattling in the volute, but the fix is different. Throttling the discharge valve is one useful field observation: if the noise drops off, cavitation is more likely; if it stays or gets worse, air entrainment is more likely. It isn't a definitive test on its own, though, since reducing flow can suppress both problems. Back it up by checking suction pressure and NPSH, wet-well level and vortexing, pump performance, and vibration.

Cavitation happens when suction pressure gets too low and the liquid flashes into vapor bubbles in the impeller eye. Those bubbles implode in the high-pressure zone and pit the metal. It comes from high suction lift, a plugged suction line, a low wet well, or running too far right on the curve. Throttling the discharge shoves the pump left, lowers the suction demand, and often quiets it down.

Air entrainment is real air getting sucked in through a vortex in a low wet well, turbulence, or a leaky suction pipe. Throttling won't fix an air leak, so the noise tends to stick around.

Key Takeaway

The discharge-throttle test is one useful field observation, not a stand-alone diagnostic. If noise drops, lean toward cavitation (check suction pressure and NPSH). If noise stays, lean toward air entrainment (find the leak or raise the well level). Confirm with suction pressure, wet-well level and vortexing, and vibration readings. Never fight either problem by throttling the suction valve.

And don't forget the process side. A dead influent pump means sewer overflows and starved bugs. A dead RAS pump piles solids in the clarifier until they wash out and blow your TSS limit, which ties straight into your BOD and TSS removal numbers. A dead WAS pump wrecks your sludge age control and, depending on conditions like DO, F:M, and nutrients, can invite filament bulking. Keep those pumps trended on SCADA and you'll catch trouble before it hits your permit.

If you want more practice running these numbers under exam conditions, our rundown of the best wastewater exam prep tools points you to where to drill them.

Related Articles

Practice the math.

Try free wastewater exam questions with step-by-step solutions.

Start Practicing

Get new study guides in your inbox

We publish new wastewater exam prep content regularly.