Water Supply Expected Demand Formula
Reference data and engineering information about water supply expected demand formula for water systems applications.
Overview
Engineering reference data for Water Supply Expected Demand Formula in water systems.
Key Formulas
Hydrostatic Pressure
Pressure due to water column.
Flow Rate
Area × velocity.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Pressure | Pa | |
| Flow rate | m³/s | |
| Head/depth | m |
Expected Demand Formula
The expected total water flow () for a water supply system accounts for the intermittent nature of fixture use and provides a more realistic estimate than the simple sum of all fixtures. The formula is:
Where:
- = Expected total water flow (l/s)
- = Demand of the largest consumer/fixture (l/s)
- = Total theoretical water flow, the sum of all fixture demands (l/s)
Important Property: The expected total water flow () can never be less than the demand of the largest single fixture ().
Total vs. Expected Demand Reference
The following table shows expected demand values for various total theoretical demands, based on the formula above with a maximum fixture load of 0.2 l/s.
Total Theoretical Demand (Σqₙ)(l/s) | Expected Demand (qₑₜ)(l/s) |
|---|---|
| 0.2 | 0.2 |
| 0.8 | 0.4 |
| 1.6 | 0.5 |
| 4 | 0.6 |
| 8 | 0.85 |
| 15 | 1.1 |
| 20 | 1.5 |
| 30 | 1.8 |
| 40 | 2.1 |
| 65 | 2.8 |
| 70 | 2.9 |
| 100 | 3.7 |
Source: engineeringtoolbox.com
Application Example
Scenario: Main water supply to a nursing home.
- Total theoretical demand () = 50 l/s
- Largest fixture demand () = 0.4 l/s
Calculation:
q_{et} &= 0.4 + 0.015 (50 - 0.4) + 0.17 (50 - 0.4)^{1/2} \\ &= 0.4 + 0.744 + 1.156 \\ &= 2.3 \text{ l/s} \end{aligned}$$ ## Important Limitations This formula is **valid for ordinary systems** with consumption patterns found in homes, offices, and nursing homes. **Caution:** The formula should **not** be used for systems serving large groups where use is intermittent and synchronized. This includes applications such as: - Hotels - Hospitals - Schools - Theaters - Wardrobes/locker rooms in factories For these applications, it is likely that many fixtures (e.g., all showers) are used simultaneously. Using the formula blindly will result in undersized supply lines. A separate, more detailed analysis is required for such peak-demand scenarios. ## Interactive Charts <InteractiveChart columns={[ { key: "col0", label: "Total Theoretical Demand (Σqₙ)", type: "number", unit: "l/s" }, { key: "col1", label: "Expected Demand (qₑₜ)", type: "number", unit: "l/s" } ]} rows={[ { col0: 0.2, col1: 0.2 }, { col0: 0.8, col1: 0.4 }, { col0: 1.6, col1: 0.5 }, { col0: 4, col1: 0.6 }, { col0: 8, col1: 0.85 }, { col0: 15, col1: 1.1 }, { col0: 20, col1: 1.5 }, { col0: 30, col1: 1.8 }, { col0: 40, col1: 2.1 }, { col0: 65, col1: 2.8 }, { col0: 70, col1: 2.9 }, { col0: 100, col1: 3.7 } ]} xKey="col0" title="Water supply - expected demand" source="engineeringtoolbox.com" /> ## References - [Original Source](https://www.engineeringtoolbox.com/water-supply-expected-demand-formula-d_1076.html)