🎓 Lesson 15 D5

Energy-Efficient Pump Scheduling Principles

Energy-efficient pump scheduling means turning water pumps on and off at the best times to meet demand while using the least electricity possible.

🎯 Learning Objectives

  • Calculate optimal pump run windows using time-of-use electricity tariffs and tank level constraints
  • Design a multi-pump schedule that minimizes daily energy cost while maintaining minimum pressure (≥30 m) at all nodes
  • Analyze trade-offs between energy savings and water quality risks (e.g., chlorine decay, residence time) in scheduled operations
  • Apply linear programming or rule-based logic to generate feasible pump schedules for a 3-tank, 2-pump WDN
  • Explain how variable frequency drives (VFDs) improve scheduling efficiency compared to fixed-speed pumping

📖 Why This Matters

In mining operations, water supply systems often serve dewatering, dust suppression, processing, and camp services—requiring reliable pressure and flow 24/7. Yet electricity can account for up to 40% of operational costs for large WDNs. Poorly timed pumping wastes energy, overheats equipment, accelerates wear, and risks low-pressure incidents during peak demand. Smart scheduling isn’t just about saving kWh—it’s about resilience, cost control, and sustainability in remote, off-grid, or grid-constrained sites.

📘 Core Principles

Energy-efficient pump scheduling rests on three interdependent pillars: (1) Hydraulic flexibility—leveraging elevated storage (e.g., header tanks, surge tanks) to decouple pumping from instantaneous demand; (2) Economic dispatch—aligning pump operation with low-cost electricity periods (e.g., off-peak tariffs or solar generation windows); and (3) System dynamics—accounting for pipe friction losses, tank level hysteresis, pump affinity laws, and water age constraints. Advanced methods integrate mixed-integer linear programming (MILP), model predictive control (MPC), or heuristic rule sets calibrated to site-specific demand profiles and tariff structures.

📐 Optimal Pump Run Time Estimation

For a simple single-pump + storage tank system, the minimum required pumping duration per day can be estimated using mass balance and pump capacity—assuming no leakage and known demand profile. This serves as a baseline before introducing tariff-aware optimization.

💡 Worked Example

Problem: A mine camp WDN has average daily demand = 1,800 m³/day. A booster pump delivers 60 m³/h at 75% efficiency. Tank usable volume = 120 m³ (min level = 20 m³, max = 140 m³). What is the minimum continuous run time needed per day?
1. Step 1: Net volume to replenish = daily demand − (max − min tank volume) = 1,800 − (140 − 20) = 1,680 m³
2. Step 2: Pump flow rate = 60 m³/h → Required time = 1,680 m³ ÷ 60 m³/h = 28 hours — impossible in 24h → thus, scheduling must use tank cycling and partial fills
3. Step 3: Realistic constraint: max 24 h available → so minimum *average* run time = 1,800 m³ ÷ 60 m³/h = 30 h → implies need for 2 pumps or VFD modulation; alternatively, shift pumping to off-peak 10 h window at higher flow (e.g., 180 m³/h using VFD) to deliver 1,800 m³
Answer: The result is 30 h of equivalent full-load time, confirming that fixed-speed single-pump operation cannot meet demand within 24 h without storage cycling. A viable schedule requires either dual-pump staging or VFD ramping to 180 m³/h for 10 h—reducing peak demand charge and aligning with off-peak tariff (e.g., 22:00–08:00).

🏗️ Real-World Application

At Newmont’s Boddington Mine (Western Australia), a 4-tank, 6-pump WDN serving processing and accommodation was retrofitted with SCADA-integrated scheduling logic. By shifting 72% of pumping to off-peak hours (23:00–06:00) and using tank level setpoints to buffer diurnal demand, the site reduced annual energy costs by AUD $1.2M (23%) and extended pump motor life by 40%. Critical success factors included real-time telemetry, 15-min demand forecasting, and chlorine residual monitoring to cap maximum water age at 18 hours.

📋 Case Connection

📋 Calibration of Lagos Metropolitan Water Network

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

📋 Real-Time Pump Scheduling for Barcelona’s Tertiary Reservoir System

Excessive energy costs (34% of OPEX) and frequent low-pressure complaints during peak afternoon hours

📋 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