🎓 Lesson 7 D4

Demand Allocation Strategies Explained

Demand allocation is how engineers decide which parts of a water network get how much water, based on where people live, work, and use water.

🎯 Learning Objectives

  • Calculate nodal demand using population-equivalent and land-use-based methods
  • Design demand allocation zones that reflect service area boundaries and metered consumption patterns
  • Analyze sensitivity of hydraulic model results to demand allocation assumptions (e.g., uniform vs. zonal vs. GIS-weighted)
  • Explain the impact of temporal demand patterns (diurnal, seasonal) on allocation strategy selection
  • Apply ISO 24510–24512 and AWWA M32 guidelines to validate allocation methodology

📖 Why This Matters

Imagine designing a water pipe system for a growing city—but allocating all demand to the wrong neighborhoods. Pipes burst in high-demand zones while others face low pressure; pumps run inefficiently; fire flow fails during emergencies. Demand allocation isn’t just math—it’s equity, safety, and sustainability. In Module 4, this step transforms raw census or GIS data into actionable hydraulic inputs—making it the foundation for reliable, code-compliant, and future-ready water networks.

📘 Core Principles

Demand allocation rests on three interlocking principles: (1) Spatial fidelity—matching demand to physical infrastructure (e.g., assigning residential demand only to nodes served by domestic mains); (2) Temporal resolution—accounting for diurnal variation via peaking factors (e.g., 2.5× base demand at 7 AM); and (3) Data hierarchy—prioritizing measured meter data > billing records > land-use regression > population per capita. Modern practice integrates GIS layers (zoning, parcel size, building footprints) with SCADA-verified consumption to move beyond uniform per-capita assumptions. Misalignment between allocation logic and actual usage leads to model calibration drift and costly redesign.

📐 Nodal Demand Calculation (Land-Use Weighted)

This formula allocates demand to a node based on its contributing land-use area and unit water use intensity. It replaces outdated 'per capita' assumptions with empirically derived intensities aligned with zoning codes and utility metering history.

Land-Use Weighted Nodal Demand

Q_{node} = \sum_{i=1}^{n} (A_i \times I_i) \times PF \div 86{,}400

Calculates peak-hour flow (L/s) at a node based on land-use area, unit intensity, and diurnal peaking factor.

Variables:
SymbolNameUnitDescription
Q_{node} Peak-hour nodal demand L/s Design flow assigned to the hydraulic model junction
A_i Area of land-use type i ha Contributing area (e.g., residential, commercial) draining to the node
I_i Unit water use intensity L/ha/day Average daily consumption per hectare for land-use type i, calibrated to local meter data
PF Diurnal peaking factor unitless Ratio of peak-hour demand to average daily demand; typically 1.8–3.0
Typical Ranges:
Residential (low-density): 300–600 L/ha/day
Commercial core: 1,800–3,200 L/ha/day
Diurnal peaking factor (urban systems): 2.0–2.8

💡 Worked Example

Problem: A junction serves a mixed-use zone: 0.8 ha residential (intensity = 450 L/ha/day), 0.3 ha commercial (intensity = 2,200 L/ha/day), and 0.1 ha institutional (intensity = 1,600 L/ha/day). Diurnal peaking factor = 2.2. Calculate peak-hour demand (L/s).
1. Step 1: Compute base daily demand = (0.8 × 450) + (0.3 × 2200) + (0.1 × 1600) = 360 + 660 + 160 = 1,180 L/day
2. Step 2: Apply diurnal peaking factor: 1,180 L/day × 2.2 = 2,596 L/day peak demand
3. Step 3: Convert to L/s: 2,596 L/day ÷ 86,400 s/day = 0.03005 L/s ≈ 0.030 L/s
Answer: The peak-hour nodal demand is 0.030 L/s, which falls within the typical range of 0.01–0.15 L/s for small-to-medium service nodes.

🏗️ Real-World Application

In the 2021 upgrade of the Cape Town Water Distribution Model (City of Cape Town, South Africa), engineers replaced uniform per-capita allocation with a GIS-driven, meter-verified allocation scheme across 12,500 nodes. Using cadastral parcels, zoning maps, and 12-month smart-meter data, they identified 18% over-allocation in informal settlements and 23% under-allocation in new commercial corridors. Recalibration reduced model pressure error from ±125 kPa to ±18 kPa and enabled accurate identification of 37 undersized trunk mains—resulting in R124M in targeted infrastructure investment rather than blanket pipe replacement.

📋 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