🎓 Lesson 16 D5

Applying the Pump Energy Optimizer Tool

The Pump Energy Optimizer Tool is a software method that helps engineers choose the best pump settings to move water through pipes using the least amount of electricity.

🎯 Learning Objectives

  • Calculate pump power demand using affinity laws for variable-speed operation
  • Design an energy-optimal pump schedule for a 24-hour demand cycle under tariff-based electricity pricing
  • Analyze trade-offs between energy savings and pressure resilience using simulation outputs
  • Apply EPANET-based hydraulic constraints to validate optimizer-generated solutions
  • Explain how pump selection curves and system head loss interact to define the feasible operating region

📖 Why This Matters

Water utilities spend up to 30% of their operational budget on pumping energy—making optimization critical for sustainability, cost control, and climate compliance. In aging infrastructure and regions with time-of-use electricity rates (e.g., California’s TOU tariffs), suboptimal pump operation wastes megawatt-hours daily. The Pump Energy Optimizer Tool transforms static pump schedules into dynamic, data-driven strategies—turning energy use from a cost center into a controllable, measurable engineering parameter.

📘 Core Principles

Optimization begins with modeling pump behavior via affinity laws: flow ∝ speed, head ∝ speed², power ∝ speed³. Coupled with system head loss (H = H₀ + kQ²), this defines the pump’s operating point at intersection with the system curve. Modern optimizers treat the problem as constrained nonlinear programming: minimize Σ(Powerᵢ × Δtᵢ) subject to nodal pressure ≥ 20 m, tank level bounds, and pump on/off or speed limits. Key advances include integration of real-time SCADA data, predictive demand forecasting, and multi-objective formulations balancing energy, wear, and water age.

📐 Pump Power Calculation (Variable Speed)

This formula estimates instantaneous electrical power draw for a centrifugal pump controlled by a variable frequency drive (VFD), based on measured or modeled flow and speed ratio. It enables accurate energy accounting across time-varying operations.

Affinity-Based Power Estimation

P = P₀ × (N/N₀)³

Estimates electrical power draw of a centrifugal pump operating at reduced speed, assuming constant efficiency.

Variables:
SymbolNameUnitDescription
P Actual power draw kW Power consumed at speed N
P₀ Rated power kW Power at base speed N₀
N Actual pump speed rpm Operational speed of pump shaft
N₀ Base (rated) speed rpm Manufacturer-specified reference speed
Typical Ranges:
Municipal booster station: 30 – 250 kW
VFD speed reduction range: 0.5 – 1.0 (ratio)

💡 Worked Example

Problem: A 75 kW base-speed pump (N₀ = 1480 rpm) delivers Q₀ = 0.35 m³/s at H₀ = 42 m with η₀ = 78%. At reduced speed N = 1120 rpm, measured flow is Q = 0.26 m³/s. Estimate actual power draw assuming constant efficiency.
1. Step 1: Compute speed ratio r = N/N₀ = 1120/1480 = 0.757
2. Step 2: Verify flow ratio Q/Q₀ ≈ r → 0.26/0.35 = 0.743 ≈ 0.757 (affinity holds within 2%)
3. Step 3: Apply power affinity: P = P₀ × r³ = 75 kW × (0.757)³ = 75 × 0.435 = 32.6 kW
Answer: The estimated power draw is 32.6 kW, which falls within the typical range of 30–35 kW for this speed ratio.

🏗️ Real-World Application

In the City of San Diego’s Miramar Water Reclamation Plant, engineers deployed the Pump Energy Optimizer Tool (integrated with EPANET-RTX and hourly TOU pricing) to manage three parallel 110 kW booster pumps serving elevated storage tanks. By shifting 42% of off-peak pumping to low-cost nighttime hours and reducing midday speeds by 18%, annual energy use dropped by 19% (2.1 GWh) while maintaining all pressure targets (>35 m at critical nodes) and extending bearing life by 3.2 years—validated via 18-month SCADA trend analysis and ISO 5199 audit.

✏️ Student Exercise

Given a pump with rated power P₀ = 50 kW at N₀ = 1750 rpm, Q₀ = 0.28 m³/s, H₀ = 65 m, and η₀ = 75%. Using affinity laws: (a) Calculate power at N = 1350 rpm assuming Q scales linearly with speed; (b) If system head loss follows H = 15 + 180Q² (Q in m³/s, H in m), find the new operating point (Q, H); (c) Compare energy saved over 10 hours vs. constant-speed operation.

📋 Case Connection

📋 Calibration of Lagos Metropolitan Water Network

Persistent model–field mismatch (>25% pressure error) due to undocumented pipe replacements and unaccounted demand growt...

📋 Leak Localization in Tokyo’s Historic Cast-Iron Network Using ITA

Acoustic methods ineffective due to soil attenuation and ambient noise; conventional pressure zoning lacked resolution

📋 Water Quality Model Validation for Singapore’s Deep Tunnel Sewerage System (DTSS) Supply Branch

Disinfectant residual dropping below 0.2 mg/L at farthest nodes despite design dosing; suspected wall reaction dominance

📚 References