About Gravity Sewer Design Calculator
The gravity sewer design calculator sizes a circular sewer flowing partially full using Manning's equation. Enter the pipe diameter, slope, material (which sets Manning's roughness n), and the design peak flow, and the tool returns the full-flow capacity Qfull and velocity Vfull, the proportional depth d/D at the design flow, the actual partial-flow velocity, and how much of the pipe capacity is used.
It checks the partial-flow velocity against a minimum self-cleansing velocity (typically about 0.6 m/s for sanitary sewers and 0.9 m/s for storm sewers) and a maximum velocity (about 3 to 4.5 m/s) to avoid solids deposition at low flow and pipe erosion at high flow. A dimensionless hydraulic-elements diagram plots q/Qfull and v/Vfull against d/D, the classic chart used in sewer design.
How It Works
- Select the pipe material to set Manning's roughness n (or accept the default), and enter the internal diameter D, the pipe slope S, and the design peak flow Q.
- The calculator computes the full-flow hydraulics for a pipe running just full: area A = (pi/4) D^2, hydraulic radius R = D/4, capacity Qfull = (1/n) A R^(2/3) S^(1/2), and velocity Vfull = Qfull / A.
- It solves the circular-segment hydraulic elements for the proportional depth d/D that conveys the design flow, then evaluates the partial-flow depth d and velocity v at that depth.
- The partial-flow velocity is checked against the minimum self-cleansing and maximum permissible limits, the capacity utilization Q/Qfull is reported, and a surcharge warning is raised if the design flow exceeds the full-flow capacity.
Worked Example
A concrete sewer (Manning n = 0.013) has diameter D = 0.3 m laid at slope S = 0.004, carrying a design peak flow Q = 0.0306 m^3/s. Running full, A = (pi/4)*0.3^2 = 0.0707 m^2 and R = D/4 = 0.075 m, so Qfull = (1/0.013)*0.0707*0.075^(2/3)*sqrt(0.004) = 0.0612 m^3/s and Vfull = Qfull/A = 0.865 m/s. The design flow is Q/Qfull = 0.0306/0.0612 = 0.50 of capacity, which from the circular hydraulic elements corresponds to a proportional depth d/D = 0.50, i.e. d = 0.15 m. At d/D = 0.50 the velocity ratio v/Vfull = 1.0, so the actual velocity v = 0.865 m/s. This exceeds the 0.6 m/s minimum self-cleansing velocity and is below the 3.0 m/s maximum, so the design is acceptable.
Formulas
- Full-flow capacity (running full)
Qfull = (1/n) * A * R^(2/3) * S^(1/2), A = (pi/4)*D^2, R = D/4- Full-flow velocity
Vfull = Qfull / A- Circular hydraulic elements (partial flow)
theta = 2*acos(1 - 2*d/D); A = (D^2/8)(theta - sin theta); P = (D/2)theta; R = A/P- Partial-flow discharge and velocity
Q(d) = (1/n) A R^(2/3) S^(1/2); V(d) = Q(d)/A- Self-cleansing check
Vmin <= V(d) <= Vmax (Vmin ~ 0.6-0.9 m/s, Vmax ~ 3-4.5 m/s)
Standards & References
- Manning's equation (Gauckler-Manning-Strickler)
- Ten States Standards (GLUMRB) — Recommended Standards for Wastewater Facilities
- Metcalf & Eddy, Wastewater Engineering: Collection and Pumping of Wastewater
Frequently Asked Questions
Why is the hydraulic radius D/4 for a full circular pipe?
For a pipe running just full, the flow area is A = (pi/4) D^2 and the wetted perimeter is the full circumference P = pi D. The hydraulic radius R = A/P = (pi/4 D^2)/(pi D) = D/4. This is the value used in the full-flow capacity equation.
What is the minimum self-cleansing velocity?
The self-cleansing velocity is the minimum flow velocity that keeps solids in suspension so they do not settle and clog the sewer. Common design minimums are about 0.6 m/s (2 ft/s) for sanitary sewers and about 0.9 m/s for storm sewers, evaluated at the peak design flow. Below this, deposition and blockages become likely.
Why can a partially full pipe flow faster than when full?
In a circular pipe the velocity ratio v/Vfull rises above 1.0 between roughly d/D = 0.5 and full, peaking near d/D = 0.8 at about 1.14. This is because the hydraulic radius peaks before the pipe fills: near 80% depth the wetted perimeter grows more slowly than the area. The discharge q/Qfull likewise peaks near d/D = 0.94 above the full-pipe value.
What happens if the design flow exceeds the full-flow capacity?
The pipe becomes surcharged: it flows under pressure rather than as open-channel gravity flow, water backs up in upstream manholes, and the Manning gravity-flow assumption no longer applies. The calculator flags this surcharge condition; the remedy is to increase the pipe diameter, increase the slope, or both.