πŸŽ“ Lesson 23 D5

WDN Analysis Mastery Quiz

WDN Analysis is the process of checking if a water pipe network delivers enough water at the right pressure to all users, like homes and factories.

🎯 Learning Objectives

  • βœ“ Calculate nodal pressures and pipe flows using the Hardy-Cross method
  • βœ“ Design pipe diameters to meet minimum pressure (β‰₯20 m) and velocity (0.6–3.0 m/s) constraints
  • βœ“ Analyze network resilience by quantifying surplus power and criticality indices
  • βœ“ Apply EPANET simulation to model demand-driven and pressure-dependent scenarios
  • βœ“ Explain the impact of pipe roughness, aging, and valve configurations on hydraulic performance

πŸ“– Why This Matters

In mining operations, reliable water distribution is essential for dust suppression, ore processing, dewatering, and worker safety β€” yet remote sites face challenges like elevation extremes, intermittent power, and aging infrastructure. A single undersized pipe or unbalanced valve setting can cause low pressure at critical pumps or catastrophic cavitation in slurry lines. Mastering WDN analysis prevents costly shutdowns, regulatory noncompliance, and environmental incidents β€” turning hydraulic theory into operational resilience.

πŸ“˜ Core Principles

WDN analysis rests on two fundamental laws: (1) Conservation of mass (Kirchhoff’s first law) β€” flow into a junction equals flow out; and (2) Conservation of energy (Kirchhoff’s second law) β€” algebraic sum of head losses around any closed loop equals zero. Networks are modeled as directed graphs with nodes (junctions, reservoirs, tanks) and links (pipes, pumps, valves). Steady-state analysis assumes constant demand and fixed pump curves, while extended-period simulation (EPS) incorporates time-varying demands, tank level dynamics, and pump scheduling. Key behavioral concepts include hydraulic grade line (HGL), pressure-dependent demand (PDD), and network partitioning for isolation and maintenance.

πŸ“ Hazen-Williams Head Loss

The Hazen-Williams equation estimates frictional head loss in pipes under turbulent flow β€” widely preferred in water engineering for its empirical simplicity and field calibration. It is applied per pipe segment in iterative solvers (e.g., Hardy-Cross) and embedded in software like EPANET.

Hazen-Williams Head Loss

h_f = 10.67 Γ— L Γ— Q^1.852 / (C^1.852 Γ— D^4.871)

Calculates frictional head loss (m) in a pipe under turbulent flow.

Variables:
SymbolNameUnitDescription
h_f Head loss m Energy loss due to friction along pipe length
L Pipe length m Length of pipe segment
Q Volumetric flow rate mΒ³/s Flow through the pipe
C Hazen-Williams coefficient unitless Empirical roughness coefficient (higher = smoother)
D Internal pipe diameter m Actual inside diameter of pipe
Typical Ranges:
New HDPE pipe: 140 – 155
15-year-old corroded ductile iron: 80 – 100

πŸ’‘ Worked Example

Problem: Given: 300-mm diameter PVC pipe (C = 150), length = 850 m, flow = 0.12 mΒ³/s, unit conversion factor = 10.67 (SI). Calculate head loss.
1. Step 1: Confirm units β€” diameter in meters (0.3 m), flow in mΒ³/s (0.12), C = 150.
2. Step 2: Apply Hazen-Williams: h_f = 10.67 Γ— L Γ— Q^1.852 / (C^1.852 Γ— D^4.871) = 10.67 Γ— 850 Γ— (0.12)^1.852 / (150^1.852 Γ— 0.3^4.871)
3. Step 3: Compute: (0.12)^1.852 β‰ˆ 0.0197; 150^1.852 β‰ˆ 4,490; 0.3^4.871 β‰ˆ 0.00225 β†’ denominator β‰ˆ 10.1; numerator β‰ˆ 170.5 β†’ h_f β‰ˆ 16.9 m
Answer: The result is 16.9 m, which falls within the safe range of 10–25 m for a single pipe segment in mine site trunk mains.

πŸ—οΈ Real-World Application

At the Oyu Tolgoi copper-gold mine (Mongolia), engineers used EPANET-based WDN modeling to redesign the 42-km high-elevation potable water system serving 5,000 personnel. Original design suffered 32% nodes below 20-m residual pressure during peak demand. By upsizing six key HDPE trunk lines (from DN250 to DN315), relocating a break-pressure tank, and installing PRVs at three elevation transitions, pressure compliance rose from 68% to 99.4%. The model was validated using 14 months of SCADA pressure logs (Β±0.3 m accuracy) and reduced emergency pump interventions by 71%.

πŸ“‹ 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

πŸ“‹ Climate-Adaptive Reinforcement of Cape Town’s Drought-Resilient Network

System unable to maintain minimum pressure during prolonged low-storage operation and projected 20% rainfall decline

πŸ“‹ 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