Head Loss Estimation#
The net hydraulic head is computed as the available head minus head losses:
Where,
\(H\) is the net hydraulic head (m),
\(H_e\) is the available head (m) and
\(h_l\) is the head loss (m).
\(h_l\) is computed to account for friction losses only, or \(h_l = h_f\) (other losses are more minor and hence are not included). HG includes the following options for head loss calculations:
Head losses in the penstock, using the Darcy-Weisbach equation (default) as explained below, or the Hazen-Williams equation (if selected by the user). The required input for this calculation is the penstock length. Users can also select penstock material, with steel being the default if none is provided.
If the penstock diameter is not known, HG will calculate a diameter that will limit head losses to 10% (default) of the available head. Users can change the penstock diameter, or the maximum percent of head loss allowed to calculate a different penstock diameter. Head losses will decrease with larger diameters while costs will increase. HG provides the flexibility to evaluate different scenarios.
HG can calculate head losses using the Darcy-Weisbach equation (default) or the Hazen-Williams equation.
A. Darcy-Weisbach head loss calculation#
HG computes the friction factor \(f\) by using different equations, as:
For laminar flow (Re < 2000), f is given by (Bhave, 1991):
For fully turbulent flow (Re > 4,000), the Swamee-Jain approximation to the Colebrook-White equation (Bhave, 1991) is used:
For flow in the transition zone (2,000 < Re < 4,000), f is computed using a cubic interpolation formula derived from the Moody Diagram by Dunlop (1991):
following similar methodology presented in EPANET (U.S. Environmental Protection Agency, 2020), depending on the flow’s Reynolds Number (Re), defined as \( Re = \frac{4q}{\pi Dv}\).
B. Hazen-Williams head loss calculation#
where
\(h_f\) = head loss due to friction (m),
\(L\) = length of the pipe (m),
\(Q\) = Volumetric flow rate (m^3/s),
\(C\) = pipe roughness coefficient and
\(D\) = internal diameter of the pipe (m).
References#
U.S. Environmental Protection Agency. (2020). EPANET 2.2 User Manual. https://epanet22.readthedocs.io/en/latest/index.html
Bhave, P. R. 1991. Analysis of Flow in Water Distribution Networks. Technomic Publishing. Lancaster, PA.
Dunlop, E. J. 1991. WADI Users Manual. Local Government Computer Services Board, Dublin, Ireland.