Sewage Flow Calculator Formula
Understand the math behind the sewage flow calculator. Each variable explained with a worked example.
Formulas Used
Average Sewage Flow
avg_flow = avg_sewagePeak Sewage Flow
peak_flow = avg_sewage * peak_factor * (1 + infiltration / 100)Peak Flow Rate
peak_lps = avg_sewage * peak_factor * (1 + infiltration / 100) / 86.4Variables
| Variable | Description | Default |
|---|---|---|
water_demand | Average Water Demand(m^3/day) | 2000 |
return_factor | Sewage Return Factor | 0.8 |
peak_factor | Peak Flow Factor | 2.5 |
infiltration | Infiltration Allowance(%) | 10 |
avg_sewage | Derived value= water_demand * return_factor | calculated |
How It Works
Sewage Flow Estimation
Wastewater flow is derived from water consumption, reduced by a return factor.
Formulas
Average sewage = Water demand x Return factor
Peak sewage = Average x Peak factor x (1 + Infiltration)
The return factor (0.7-0.9) accounts for water consumed (irrigation, evaporation) that does not reach the sewer. The peak factor accounts for diurnal variation, and infiltration accounts for groundwater entering through pipe joints.
Worked Example
2000 m^3/day water demand, 0.8 return factor, 2.5 peak factor, 10% infiltration.
water_demand = 2000return_factor = 0.8peak_factor = 2.5infiltration = 10
- 01Average sewage = 2000 x 0.8 = 1600 m^3/day
- 02Peak sewage = 1600 x 2.5 x 1.10 = 4400 m^3/day
- 03Peak flow rate = 4400 / 86.4 = 50.9 L/s
Ready to run the numbers?
Open Sewage Flow Calculator