CELE Hydraulics & Fluid Mechanics — Flow in PipesRevision Notes
Revision notes for CELE Hydraulics & Fluid Mechanics — Flow in Pipes. Short, focused, and designed for the week before exam day. Use these when you are already familiar with the chapter and need a quick refresh on the high-yield items Professional Regulation Commission (PRC) — Board of Civil Engineering tests.
Exam context
The Civil Engineer Licensure Examination is conducted by Professional Regulation Commission (PRC) — Board of Civil Engineering and is scheduled for May and November 2026. The Hydraulics & Fluid Mechanics subtest is marked as "Core" in the official pattern, and Flow in Pipes appears in position 6th of 10 in the CELE Hydraulics & Fluid Mechanics review rotation. Passing mark: 70% weighted average, no sub-test below 50%. Recent CELE 2026 papers have drawn roughly a meaningful share of questions from this subject.
Flow in Pipes - Revision Notes
Pipe flow analysis is one of the most frequently tested topics in the PRC Civil Engineer Licensure Examination under Hydraulics & Fluid Mechanics. Every water supply system, drainage network, and industrial pipeline in the Philippines — from the MWSS distribution mains in Metro Manila to irrigation canals in Luzon — relies on accurate pipe flow calculations. This chapter covers the physics of real (viscous) flow in closed conduits: how to classify the flow regime using the Reynolds number, how to quantify friction losses using Darcy-Weisbach (the internationally preferred equation), and how to handle minor losses from fittings and transitions. It also covers the two most common empirical alternatives — Manning and Hazen-Williams — and the analysis of pipe systems in series, parallel, and branching networks solved by the Hardy Cross method. Master these tools and you will be able to answer at least 8–12 board exam items with confidence.
Sections
Formulas
Example
Water (ν = 1×10⁻⁶ m²/s) at v = 2 m/s in D = 100 mm pipe: Re = 2(0.1)/(1×10⁻⁶) = 200,000 → turbulent.
Formula
Re = vD/ν
Variables
v = mean flow velocity (m/s); D = internal pipe diameter (m); ν = kinematic viscosity (m²/s)
Application
Classify flow regime before selecting the appropriate friction factor or head-loss equation. Always compute Re first.
Example
Oil (ν = 4×10⁻⁵ m²/s) at v = 1.5 m/s in D = 50 mm: Re = 1.5(0.05)/(4×10⁻⁵) = 1875 → laminar; f = 64/1875 = 0.0341.
Formula
f = 64/Re
Variables
f = Darcy friction factor (dimensionless); Re = Reynolds number
Application
Used ONLY for laminar flow (Re < 2000). Do not use for turbulent flow.
Exam Tips
- Board problems will almost always give you one of: (a) the regime and ask for f, or (b) v, D, ν and ask for Re and regime. Memorize the three Re boundaries: 2000 and 4000.
- If the problem gives only the flow rate Q, compute v = Q/A = Q/(πD²/4) first, then find Re.
- For water at 20°C, Re = v(m/s) × D(mm) × 1000. This mental shortcut works because ν = 10⁻⁶ m²/s.
- Laminar flow in a board exam usually signals a viscous oil problem, not water.
Key Points
- The Reynolds number (Re) is a dimensionless ratio of inertial forces to viscous forces; it determines whether flow is laminar, transitional, or turbulent.
- Re = vD/ν = ρvD/μ, where v = mean velocity (m/s), D = pipe diameter (m), ν = kinematic viscosity (m²/s), μ = dynamic viscosity (Pa·s), ρ = fluid density (kg/m³).
- Laminar flow: Re < 2000 — fluid moves in smooth, parallel layers; velocity profile is parabolic.
- Transitional flow: 2000 < Re < 4000 — unstable, neither fully laminar nor fully turbulent; avoid this zone in design.
- Turbulent flow: Re > 4000 — chaotic fluid motion; velocity profile is flatter than laminar; most engineering pipe flows fall here.
- For water at 20°C: ν ≈ 1×10⁻⁶ m²/s (1 cSt). For oils, ν is much larger (e.g., 4×10⁻⁵ m²/s for light oil), making laminar flow more likely.
- The friction factor f is a strong function of Re and the relative roughness ε/D, read from the Moody chart for turbulent flow.
- In laminar flow, f = 64/Re (exact, derived analytically from Hagen-Poiseuille).
Definitions
Term
Reynolds Number (Re)
Definition
Dimensionless ratio Re = ρvD/μ = vD/ν representing the relative magnitude of inertia to viscous forces in a flowing fluid.
Importance
Critical for selecting the correct head-loss formula; board exams frequently ask you to compute Re and state the flow regime before finding friction losses.
Term
Kinematic Viscosity (ν)
Definition
The ratio of dynamic viscosity to density: ν = μ/ρ, with SI units of m²/s. At 20°C, ν_water ≈ 1×10⁻⁶ m²/s.
Importance
Standard value for water in board problems unless otherwise stated. For oil or other fluids, read from the given data.
Term
Laminar Flow
Definition
Ordered flow in parallel streamlines with a parabolic velocity profile; Re < 2000. Energy is dissipated by viscous shear only.
Importance
Allows exact analytical solution (Hagen-Poiseuille); friction factor f = 64/Re is a board-exam formula.
Term
Turbulent Flow
Definition
Chaotic, mixing flow with a nearly flat velocity profile; Re > 4000. Friction factor depends on both Re and relative roughness ε/D (Moody chart).
Importance
Governs nearly all engineering pipe flows. The Moody chart or empirical equations (Colebrook-White, Swamee-Jain) are needed.
Section Title
1. Flow Regimes and the Reynolds Number
Common Mistakes
- Forgetting to convert D from mm to m before computing Re — a diameter of 200 mm must be entered as 0.2 m.
- Using f = 64/Re for turbulent flow — this formula applies ONLY in the laminar regime.
- Using ν = 1×10⁻⁶ m²/s for fluids other than water at ~20°C without checking the problem statement.
- Confusing kinematic viscosity ν (m²/s) with dynamic viscosity μ (Pa·s) in the Re formula.
Formulas
Example
D = 200 mm, L = 100 m, v = 3 m/s, f = 0.02: hf = 0.02(100/0.2)(3²/19.62) = 0.02(500)(0.4587) = 4.59 m
Formula
hf = f(L/D)(v²/2g)
Variables
hf = friction head loss (m); f = Darcy friction factor (dimensionless); L = pipe length (m); D = internal diameter (m); v = mean velocity (m/s); g = 9.81 m/s²
Application
Primary equation for computing friction head loss in any pipe flow. Always verify units: D in m, v in m/s.
Example
D = 0.3 m, L = 200 m, v = 2 m/s, n = 0.012: R = 0.075 m; S = v²n²/R^(4/3) = (4)(0.000144)/0.075^(4/3); hf = S×L
Formula
v = (1/n) R^(2/3) S^(1/2)
Variables
v = velocity (m/s); n = Manning roughness coefficient; R = hydraulic radius = A/P (m); S = hydraulic slope = hf/L (dimensionless)
Application
For full circular pipes: R = D/4. Rearrange for hf: hf = (6.35 n² L v²) / D^(4/3). Used when n is given instead of f.
Example
C = 120 (coated cast iron), D = 0.15 m, R = 0.0375 m, v = 1.2 m/s: solve S from equation, then hf = S×L.
Formula
v = 0.849 C R^0.63 S^0.54
Variables
v = velocity (m/s); C = Hazen-Williams coefficient; R = hydraulic radius (m); S = hydraulic slope (m/m)
Application
Applicable only to water flow; not for other fluids. Rearrange to find S = hf/L, then hf = S×L.
Example
n = 0.013, L = 300 m, D = 0.25 m, v = 1.8 m/s: hf = 6.35(0.013²)(300)(1.8²)/(0.25^1.333) = 6.35(0.000169)(300)(3.24)/(0.2973) = 3.51 m
Formula
hf = (6.35 n² L v²) / D^(4/3)
Variables
hf = friction head loss (m); n = Manning's n; L = length (m); v = velocity (m/s); D = diameter (m)
Application
Convenient Manning-based formula for a full circular pipe, derived by substituting R = D/4 into Manning's equation.
Exam Tips
- If the board problem gives f directly, go straight to hf = f(L/D)(v²/2g). Compute v²/2g once and reuse it for minor losses.
- When Q is given instead of v: v = 4Q/(πD²). Substitute immediately.
- For Manning problems, remember the SI form: v = (1/n)R^(2/3)S^(1/2) with R = D/4 for full pipes.
- Hazen-Williams C values to memorize: C = 150 (PVC, new), 120–130 (new cast iron), 100 (average concrete), 70–80 (old corroded pipe).
- The question 'Find the diameter for a given Q and hf' is a common board trap — set up Darcy-Weisbach with v = 4Q/(πD²) and solve iteratively or use the given options.
Key Points
- The Darcy-Weisbach equation is the most general and physically rigorous pipe-friction formula; it is valid for laminar and turbulent flow, any fluid, any pipe material.
- hf = f(L/D)(v²/2g), where hf is the friction head loss in metres of fluid.
- The friction factor f depends on Re and relative roughness ε/D; for laminar flow f = 64/Re (no roughness dependence).
- Relative roughness ε/D: ε is the absolute pipe roughness (mm). Typical values: cast iron ε = 0.26 mm; commercial steel ε = 0.046 mm; PVC (smooth) ε ≈ 0.0015 mm.
- For fully turbulent rough flow, f depends only on ε/D (Moody chart, right-hand asymptote); f is independent of Re.
- The Swamee-Jain explicit approximation to the Colebrook-White equation (commonly used when Moody chart is not available): f = 0.25 / [log(ε/(3.7D) + 5.74/Re⁰·⁹)]²
- Since hf ∝ v², doubling the velocity quadruples the head loss — a critical scaling relationship.
- Manning's equation (SI): v = (1/n)R^(2/3)S^(1/2), with R = D/4 for a full circular pipe and S = hf/L. Commonly used in open channels but also applicable to full pipes.
- Hazen-Williams equation (water only): v = 0.849 C R^0.63 S^0.54, valid for water at ~15°C, v < 3 m/s. C ranges from 70 (old cast iron) to 150 (PVC, new).
Definitions
Term
Darcy Friction Factor (f)
Definition
Dimensionless coefficient in the Darcy-Weisbach equation representing resistance to flow due to pipe wall friction. For laminar flow, f = 64/Re; for turbulent flow, read from Moody chart or use Colebrook-White/Swamee-Jain.
Importance
The single most important parameter in pipe friction analysis. Board problems may give f directly or require you to compute it.
Term
Relative Roughness (ε/D)
Definition
The ratio of absolute pipe roughness ε (m) to pipe diameter D (m). A key parameter for reading f from the Moody chart in turbulent flow.
Importance
Smooth pipes (small ε/D) have lower f for the same Re; rougher pipes increase friction loss significantly.
Term
Hydraulic Radius (R)
Definition
R = cross-sectional flow area / wetted perimeter = A/P. For a full circular pipe: R = (πD²/4)/(πD) = D/4.
Importance
Essential for Manning and Hazen-Williams equations. Frequently tested: R for a full pipe = D/4, NOT D/2.
Term
Velocity Head
Definition
The kinetic energy per unit weight of fluid: hv = v²/2g (m). Appears in all head-loss formulas.
Importance
Many head-loss terms (friction and minor) are multiples of the velocity head. Computing v²/2g first simplifies multi-part problems.
Section Title
2. Major (Friction) Head Loss — Darcy-Weisbach Equation
Common Mistakes
- Using R = D/2 (radius) instead of R = D/4 (hydraulic radius) in Manning and Hazen-Williams equations — the hydraulic radius of a full circular pipe is D/4.
- Confusing Darcy f (used in Darcy-Weisbach) with Fanning friction factor Cf = f/4 — board problems use Darcy unless stated otherwise.
- Applying Hazen-Williams to fluids other than water or to water at temperatures far from 15°C.
- Forgetting that hf ∝ v² — a 10% increase in velocity increases friction loss by 21%, not 10%.
- Leaving diameter in millimetres in the Darcy-Weisbach formula — D must be in metres.
Formulas
Example
v = 3 m/s, sharp entrance K = 0.5: hm = 0.5(3²/19.62) = 0.5(0.4587) = 0.229 m
Formula
hm = K(v²/2g)
Variables
hm = minor head loss (m); K = loss coefficient (dimensionless, depends on fitting type); v = velocity in the pipe connected to the fitting (m/s); g = 9.81 m/s²
Application
Apply to each fitting or valve individually. Sum all hm values for total minor loss in the system.
Example
v1 = 3 m/s in 100 mm pipe expanding to 200 mm: v2 = 3(100²/200²) = 0.75 m/s; he = (3–0.75)²/19.62 = (2.25)²/19.62 = 0.258 m
Formula
he = (v1 – v2)²/2g
Variables
he = head loss due to sudden expansion (m); v1 = velocity in smaller upstream pipe (m/s); v2 = velocity in larger downstream pipe (m/s)
Application
Applies at a sudden (abrupt) enlargement of pipe cross-section. Derived from momentum equation — no K coefficient needed.
Example
Globe valve K = 10, D = 0.1 m, f = 0.02: Le = 10(0.1)/0.02 = 50 m of equivalent pipe
Formula
Le = KD/f
Variables
Le = equivalent pipe length (m); K = fitting loss coefficient; D = pipe diameter (m); f = Darcy friction factor
Application
Converts fitting loss to an equivalent length of straight pipe. Add Le to actual L in Darcy-Weisbach formula.
Exam Tips
- Compute v²/2g once at the start of a problem; all minor losses (and friction loss) are multiples of this value.
- If v2 is not given in an expansion problem, use continuity: A1v1 = A2v2, so v2 = v1(D1/D2)².
- Memorize K = 0.5 (sharp entrance), K = 1.0 (exit), K = 0.9 (90° elbow). Valves: gate (full open) = 0.2, globe (full open) = 10.0.
- A board problem asking for 'total head loss' means hf + Σhm; don't report only the friction loss.
Key Points
- Minor losses occur at pipe fittings, valves, bends, entrances, exits, and sudden changes in section. They are called 'minor' but can be significant in short pipe systems.
- General formula: hm = K(v²/2g), where K is the loss coefficient for each fitting.
- Common K values (approximate): sharp entrance = 0.5, re-entrant (projecting) entrance = 0.8–1.0, exit (pipe to reservoir) = 1.0, 90° elbow = 0.9, 45° elbow = 0.4, gate valve (fully open) = 0.2, globe valve (fully open) = 10.0.
- Sudden expansion loss (Borda-Carnot): he = (v1 – v2)²/2g, where v1 is the upstream velocity and v2 is the downstream velocity. This is an exact result from momentum and continuity.
- Sudden contraction: use hm = Kc(v2²/2g) with Kc ≈ 0.5 for sharp-edged contraction (v2 is the velocity in the smaller pipe).
- In long pipelines (L/D > 1000), minor losses are often less than 5% of friction losses and may be neglected in a first analysis.
- In short systems (pump discharge, building plumbing), minor losses can dominate and must be included.
- The equivalent length concept: Le = KD/f converts a fitting's K to an equivalent pipe length that produces the same loss.
Definitions
Term
Loss Coefficient (K)
Definition
Dimensionless factor in hm = K(v²/2g) that quantifies the head loss attributable to a specific pipe fitting, valve, or geometric transition.
Importance
Must be memorized for common fittings (entrance, exit, elbows, valves). Board problems frequently provide K and ask for the head loss.
Term
Sudden Expansion Loss
Definition
Head loss when flow moves from a smaller to a larger pipe abruptly; he = (v1–v2)²/2g. Results from turbulent mixing and separation of the flow jet.
Importance
This is an exact formula (not an empirical K), frequently tested in board exams. Note that a gradual expansion (diffuser) has much lower loss.
Term
Equivalent Length (Le)
Definition
The length of straight pipe that would cause the same head loss as a given fitting: Le = KD/f. Allows all losses to be combined into a single Darcy-Weisbach calculation.
Importance
A useful concept when comparing fitting losses to pipe friction losses in design.
Section Title
3. Minor (Local) Head Losses
Common Mistakes
- Using the wrong velocity in hm = K(v²/2g) — for entrance losses use the pipe velocity (downstream of entrance); for exit losses use the pipe velocity (upstream of exit); for expansions use v2 (downstream).
- Forgetting exit loss K = 1.0 — all kinetic energy at the pipe exit is lost to the receiving reservoir.
- Applying he = (v1–v2)²/2g to a gradual expansion — this formula is for sudden (abrupt) expansion only.
- Omitting minor losses in short piping systems such as pump suction/discharge lines or building plumbing — they can be larger than friction losses here.
Formulas
Example
Pipe 1: D = 0.1 m, hf1 = 4.59 m; Pipe 2: D = 0.15 m, hf2 = 1.82 m. Total hL = 4.59 + 1.82 = 6.41 m
Formula
Series: Q = constant; hL = h1 + h2 + ... + hn
Variables
hL = total head loss (m); h1, h2, ..., hn = head loss in each pipe segment (m); Q = discharge (m³/s, same for all pipes)
Application
The head losses add up along a series pipe train; the flow rate is constant throughout.
Example
Two parallel pipes with hf1 = hf2. Pipe 1 is bigger → carries more flow. Set f1(L1/D1)(v1²/2g) = f2(L2/D2)(v2²/2g), use Q1=A1v1, Q2=A2v2, Q1+Q2 = 0.2 m³/s.
Formula
Parallel: h1 = h2 = ... = hn; Q = Q1 + Q2 + ... + Qn
Variables
h1, h2, ..., hn = head loss in each parallel branch (m, equal for all branches); Q = total discharge; Q1, Q2, ..., Qn = branch discharges
Application
The pressure drop (head loss) between junction nodes is the same in every branch; discharges split according to pipe resistance.
Example
Loop with Σhf = +1.2 m, Σ(hf/Q) = 45 m/(m³/s): ΔQ = -1.2/(2×45) = -0.0133 m³/s applied to all pipes in the loop.
Formula
Hardy Cross correction: ΔQ = -Σ(hf) / (2Σ|hf/Q|)
Variables
ΔQ = flow correction for the loop (m³/s); Σhf = algebraic sum of head losses around the loop (m); Σ|hf/Q| = sum of |hf/Q| for all pipes in the loop
Application
Applied iteratively to each loop of a pipe network until ΔQ becomes negligibly small (convergence). Sign convention: clockwise Q positive.
Exam Tips
- For two parallel pipes, write the head-loss equality hf1 = hf2 and express everything in terms of Q1 and Q2 = Q – Q1. Solve for Q1.
- In series problems, find v in each pipe from Q = Av; then compute hf for each segment; sum them.
- For the three-reservoir problem: if HJ is between the two intermediate reservoir levels, flow direction is: highest reservoir → junction → two lower reservoirs.
- Hardy Cross: you may get a one-loop network on the board exam — know how to compute Σhf and Σ(hf/Q) for the loop and apply ΔQ.
Key Points
- Series pipe system: pipes of different diameters, roughness, or length connected end-to-end. The same discharge Q flows through every pipe. Total head loss = sum of individual losses: hL = h1 + h2 + ... + hn.
- Parallel pipe system: two or more pipes connecting the same two junction nodes. The head loss is identical across every branch: hA-B = h1 = h2 = ... Total flow = sum of branch flows: Q = Q1 + Q2 + ... + Qn.
- For two parallel pipes: set hf1 = hf2, substitute Darcy-Weisbach for each, and solve simultaneously with Q1 + Q2 = Q.
- The equivalent pipe concept: replace a series or parallel system with a single pipe of diameter De and length Le that carries the same Q for the same total head loss — useful for simplifying networks.
- For pipes in series: 1/(De^(5/2)) ~ sum of individual terms (exact form depends on friction factor assumptions).
- For pipes in parallel: combine branch conductances.
- Branch pipe problems (three-reservoir problem): an additional pipe connects from a junction J at piezometric head HJ to three reservoirs at known elevations. Set up energy equations from each reservoir to J; the unknown is HJ — solved iteratively or by trial.
- Hardy Cross method: for closed pipe networks with multiple loops, assign an initial Q to each pipe, compute the head-loss discrepancy in each loop, apply a correction ΔQ = -Σ(hf) / [2Σ(hf/Q)] per loop, and iterate until convergence.
Definitions
Term
Series Pipe System
Definition
Pipes of potentially different diameters and materials connected end-to-end. Flow rate Q is the same in every segment; total head loss is the sum of individual losses.
Importance
Most common pipe configuration in building water supply and gravity-fed systems. Board problems often combine series and minor losses.
Term
Parallel Pipe System
Definition
Two or more pipes connecting the same two nodes (junctions). Head loss across every branch is equal; total discharge is the sum of branch discharges.
Importance
Paralleling pipes increases system capacity without increasing head loss. Tested in board exams by asking for individual Q1 and Q2 given total Q.
Term
Hardy Cross Method
Definition
An iterative technique for analyzing pipe networks with multiple loops. Assumes initial flows satisfying continuity, then adjusts flows in each loop to reduce head-loss imbalance, repeating until balanced.
Importance
The standard manual method for network analysis; still tested in board exams. Understand the sign convention and the correction formula.
Term
Three-Reservoir Problem
Definition
A junction connects to three reservoirs at different elevations via separate pipes. The unknown piezometric head at the junction HJ is found by satisfying continuity (net flow into junction = 0).
Importance
Classic board exam problem; requires iterative or trial-and-error solution for HJ.
Section Title
4. Pipes in Series and Parallel
Common Mistakes
- Swapping series and parallel rules: in series hL adds; in parallel Q adds. Mix-up is the most common board error.
- In parallel pipe problems, using total Q = Q1 + Q2 but forgetting the constraint h1 = h2 — both conditions must be satisfied simultaneously.
- Applying the Hardy Cross correction with wrong sign convention — clockwise head losses are positive; counterclockwise are negative.
- Ignoring continuity at junctions — flow in must equal flow out at every node.
Formulas
Example
Reservoir A (z1 = 50 m, p1 = 0, v1 ≈ 0) to reservoir B (z2 = 30 m, p2 = 0, v2 ≈ 0) through a pipe with hL = 8 m: hp = (30 – 50) + 8 = –12 m (turbine extracts energy) or rearrange for pump scenario.
Formula
z1 + p1/γ + v1²/2g + hp = z2 + p2/γ + v2²/2g + hL
Variables
z = elevation head (m); p/γ = pressure head (m); v²/2g = velocity head (m); hp = pump head (m); hL = total head loss (m)
Application
The modified Bernoulli energy equation for real pipe flow. Write between two points where conditions are fully known. Apply to pumped systems, siphons, and pipe networks.
Example
Q = 0.05 m³/s, hp = 30 m, η = 0.75: P = 9810(0.05)(30)/0.75 = 19,620 W = 19.62 kW
Formula
P = γQhp / η
Variables
P = pump power (W); γ = specific weight of fluid (9810 N/m³ for water); Q = discharge (m³/s); hp = pump head (m); η = pump efficiency (decimal, e.g., 0.80 for 80%)
Application
Compute required motor power to drive a pump delivering Q at head hp with efficiency η. Always express η as a decimal.
Exam Tips
- When a board problem asks for pump power, always check whether efficiency is given; if not, assume η = 1.0 (100%, theoretical).
- Always label datum, known pressures (free surfaces = 0 gauge), and known velocities (large reservoirs: v ≈ 0) before writing the energy equation.
- In a simple pipe-between-two-reservoirs problem with no pump: hp = 0 and the energy equation reduces to Δz = hL (the elevation difference drives the flow against friction).
- EGL sketch: draw it first as a sloping line; steep slopes indicate high velocity (large pipe losses); flat sections mean small loss.
Key Points
- The total head loss in a pipeline system is: hL = hf + Σhm (friction loss + sum of all minor losses).
- Energy equation between two points (Bernoulli with losses): z1 + p1/γ + v1²/2g + hp = z2 + p2/γ + v2²/2g + hL, where hp = pump head added.
- Pipe sizing: given Q and allowable hf, solve for D. Requires trial-and-error or the use of design charts because f also depends on D (via Re and ε/D).
- Pump head requirement: hp = hL + (z2 – z1) + (p2 – p1)/γ + (v2² – v1²)/2g (all terms on the energy equation that work against the pump).
- Power consumed by pump: P = γQhp / η, where η = pump efficiency (decimal) and γ = 9810 N/m³ for water.
- Water hammer: a rapid valve closure creates a pressure surge Δp = ρcΔv (Joukowsky equation), where c = wave speed ≈ 1200 m/s for water in steel pipe. Design implication: slow valve closure reduces surge.
- Hydraulic Grade Line (HGL) = piezometric head = z + p/γ. Energy Grade Line (EGL) = HGL + v²/2g. EGL always slopes downward in the direction of flow (energy is always lost). A pump causes a sudden rise in EGL.
- For board exam problems: first identify the system type (series, parallel, branching), write the energy equation, identify unknowns, and solve systematically.
Definitions
Term
Hydraulic Grade Line (HGL)
Definition
The locus of piezometric heads (z + p/γ) along a pipe. It represents the height to which water would rise in a piezometer tube inserted into the pipe.
Importance
HGL must remain above the pipe centerline to keep internal pressure positive (above atmospheric). If HGL dips below the pipe, sub-atmospheric pressure (potential cavitation or pipe collapse) occurs.
Term
Energy Grade Line (EGL)
Definition
The locus of total energy heads (z + p/γ + v²/2g) along a pipe. Always slopes downward in the direction of flow due to energy losses; jumps upward at a pump and drops at a turbine.
Importance
EGL visualization is a powerful tool for understanding where losses occur and diagnosing over/under-pressured sections.
Term
Water Hammer
Definition
Pressure surge caused by rapid deceleration of flow (e.g., sudden valve closure). The pressure rise is Δp = ρcΔv (Joukowsky). Can cause pipe rupture or collapse.
Importance
Important in pipeline design; board exams may test the Joukowsky equation or the concept of slow valve closure as a mitigation measure.
Section Title
5. Practical Design Considerations and Board Exam Integration
Common Mistakes
- Forgetting to include pump head hp in the energy equation when a pump is present in the system.
- Using efficiency as a percentage (e.g., 80) instead of a decimal (0.80) in the power formula — gives answer 100× too large.
- Treating the HGL and EGL as the same line — HGL = EGL – v²/2g; they only coincide when velocity is zero.
- Not checking whether the HGL drops below the pipe elevation — this indicates negative gauge pressure and potential cavitation.
Connections
- Flow in Pipes connects directly to Open Channel Flow: Manning's equation v = (1/n)R^(2/3)S^(1/2) is shared between full pipe and open-channel analysis; the key difference is that for open channels R ≠ D/4.
- The Bernoulli/Energy Equation underpins all pipe flow analysis: head loss terms (friction and minor) appear on the right-hand side of the energy equation used in pumps, turbines, and orifice problems.
- Pump and Turbine Selection: the pump head hp computed from pipe system analysis is used with pump characteristic curves to select the operating point — a topic in Hydraulic Machines.
- Fluid Properties (Chapter 1): density ρ, dynamic viscosity μ, and kinematic viscosity ν are inputs to the Reynolds number and directly affect flow regime and friction factor.
- Hydrostatics and Pressure: pressure heads (p/γ) in the energy equation link pipe flow to hydrostatic concepts; understanding gauge vs. absolute pressure is essential when evaluating pressure at any point in a pipeline.
- Structural Design (NSCP 2015): water mains and pressure pipes are designed to resist internal pressure — the working pressure calculated from pipe flow analysis (Darcy-Weisbach + energy equation) is a direct input to pipe wall thickness design per AWWA and NSCP standards.
- Fluid Mechanics — Dimensional Analysis: the Reynolds number and Darcy friction factor are dimensionless groups derived by dimensional analysis (Buckingham π theorem); understanding this connection aids in scaling from model to prototype.
- Professional Practice (RA 544): as a licensed Civil Engineer under RA 544, the design of water supply and drainage systems (which rely on pipe flow analysis) falls within the scope of civil engineering practice in the Philippines; errors in pipe sizing can lead to inadequate supply or flooding.
Exam Strategy
Approach pipe flow board problems systematically using this 5-step strategy: (1) IDENTIFY the system configuration — series, parallel, branching, or network. Write down all given data and convert units immediately (D in m, Q in m³/s, ν in m²/s). (2) COMPUTE the Reynolds number Re = vD/ν to establish the flow regime and confirm whether f = 64/Re (laminar) or f is given/read from Moody chart (turbulent). (3) COMPUTE the velocity head v²/2g once — reuse this value for both friction and minor loss calculations. (4) WRITE the full energy equation between the two boundary points (usually reservoir surfaces or pipe inlet/outlet) and substitute all known terms. (5) SOLVE for the unknown — which may be hf, Q, D, hp, or P. For parallel pipe problems, set hf1 = hf2 and use Q1 + Q2 = Q. For networks, apply Hardy Cross iteratively. Time allocation: allow 3–4 minutes per pipe flow item. If you cannot converge on a numerical answer, use dimensional reasoning to eliminate wrong choices — remember hf ∝ v² ∝ Q², so doubling Q quadruples hf. Know these constants cold: g = 9.81 m/s², γ_water = 9810 N/m³, ν_water(20°C) = 1×10⁻⁶ m²/s. Common K values: sharp entrance = 0.5, exit = 1.0, 90° elbow = 0.9. Manning's n for PVC = 0.009–0.011; concrete = 0.012–0.015; cast iron = 0.013. Hazen-Williams C: PVC = 150, new cast iron = 130, concrete = 100.
Quick Review Questions
Water (ν = 1×10⁻⁶ m²/s) flows at 2.5 m/s in a 150 mm diameter pipe. What is the Reynolds number and the flow regime?
Re = vD/ν = 2.5 × 0.15 / (1×10⁻⁶) = 375,000. Since Re > 4000, the flow is turbulent. Always convert D to metres: 150 mm = 0.15 m.
Oil (ν = 5×10⁻⁵ m²/s) flows at 0.8 m/s in a 40 mm pipe. Find Re and the Darcy friction factor f.
Re = 0.8 × 0.04 / (5×10⁻⁵) = 640 < 2000 → laminar. For laminar flow: f = 64/Re = 64/640 = 0.100.
A 250 mm diameter, 300 m long pipe carries water at 2 m/s with f = 0.018. Calculate the friction head loss hf.
v²/2g = 4/19.62 = 0.2039 m. hf = f(L/D)(v²/2g) = 0.018 × (300/0.25) × 0.2039 = 0.018 × 1200 × 0.2039 = 4.404 m. Wait — recalculate: 0.018 × 1200 = 21.6; 21.6 × 0.2039 = 4.40 m. Correction: hf = 0.018 × (300/0.25) × (2²/19.62) = 0.018 × 1200 × 0.2039 = 4.40 m. Note: If L = 300 m, D = 0.25 m, v = 2 m/s, f = 0.018: hf = 0.018 × 1200 × 0.2039 = 4.40 m.
A pipe with v = 2 m/s has a sharp entrance (K = 0.5) and a 90° elbow (K = 0.9). What is the total minor head loss?
v²/2g = 4/19.62 = 0.2039 m. Entrance: hm1 = 0.5 × 0.2039 = 0.102 m. Elbow: hm2 = 0.9 × 0.2039 = 0.184 m. Total = 0.102 + 0.184 = 0.286 m.
Flow in a 100 mm pipe (v1 = 4 m/s) suddenly expands into a 200 mm pipe. Find the expansion head loss.
By continuity: v2 = v1 × (D1/D2)² = 4 × (100/200)² = 4 × 0.25 = 1.0 m/s. he = (v1 – v2)²/2g = (4 – 1)²/19.62 = 9/19.62 = 0.459 m.
Two pipes in series carry Q = 0.02 m³/s. Pipe 1: D = 100 mm, L = 50 m, f = 0.02. Pipe 2: D = 150 mm, L = 80 m, f = 0.018. Find total hf.
v1 = Q/A1 = 0.02/(π×0.01/4) = 0.02/0.007854 = 2.546 m/s. v2 = 0.02/(π×0.0225/4) = 0.02/0.01767 = 1.132 m/s. hf1 = 0.02(50/0.1)(2.546²/19.62) = 0.02×500×0.3302 = 3.302 m. hf2 = 0.018(80/0.15)(1.132²/19.62) = 0.018×533.3×0.0653 = 0.627 m. Total = 3.302 + 0.627 = 3.93 m.
In a parallel pipe system, the head loss across branch 1 must equal the head loss across branch 2. If hf = f(L/D)(v²/2g) and both pipes have the same f, L, and D, what is the flow split?
If all parameters are identical, hf1 = hf2 requires v1 = v2, and since A1 = A2, we get Q1 = Q2. The total Q splits equally between identical parallel pipes.
A pump delivers Q = 0.04 m³/s of water through a system with total head loss hL = 25 m and static lift (z2 – z1) = 15 m. Find the pump power if η = 0.80.
Pump head: hp = hL + (z2 – z1) = 25 + 15 = 40 m (assuming equal velocities and pressures at inlet/outlet nodes). P = γQhp/η = 9810 × 0.04 × 40 / 0.80 = 15,696 / 0.80 = 19,620 W = 19.62 kW.
What is the hydraulic radius R for a 300 mm diameter pipe flowing full?
For a full circular pipe: R = A/P = (πD²/4)/(πD) = D/4 = 0.300/4 = 0.075 m. Common mistake: using R = D/2 = 0.15 m (the geometric radius), which is incorrect for hydraulic radius.
Define the Hardy Cross method and state the flow correction formula.
The Hardy Cross method is an iterative technique for balancing flow in pipe networks. Assume initial flows satisfying continuity at each node. For each loop, compute Σhf (signed) and Σ|hf/Q|. Apply ΔQ = –Σhf / (2Σ|hf/Q|). Update flows and repeat until head-loss closure is achieved.
Ready to practise for the CELE 2026?
Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target CELE exam date.