Questions: Pipe Network Analysis: Series and Parallel Configurations
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
An engineer proposes a flow distribution for a looped pipe network that satisfies continuity (flow in = flow out) at every junction, but when the pressure drops around each loop are summed, they do not equal zero. Is this a valid solution?
AYes — satisfying continuity at all nodes is the only requirement for a valid pipe network solution
BYes — pressure imbalance only matters at the pump or source node, not around loops
CNo — a valid solution must satisfy both continuity at every node AND pressure balance around every loop
DNo — but the pressure imbalance can be corrected by adjusting pipe diameters rather than flow rates
Two conservation laws must be simultaneously satisfied: continuity (flow conservation at every node) and pressure consistency (sum of head losses around every closed loop equals zero). Continuity alone does not uniquely determine flow in a looped network — infinitely many flow distributions satisfy it. The second condition, pressure balance, is what makes the solution unique. Pressure is a state variable: traversing any closed path must return you to your starting pressure. A flow distribution violating this condition is physically impossible — it implies pressure has multiple values at the same point. Option A is the most common misconception. Option D misidentifies what adjusts in the solution process.
Question 2 Multiple Choice
Two pipes connect the same two junctions in parallel. Pipe A has twice the resistance of Pipe B. How do their flow rates compare?
AFlow through A equals flow through B because both pipes span the same pressure difference
BFlow through A is twice that of B because higher resistance means more driving force is needed
CFlow through A is less than through B; since head loss scales as Q², higher resistance at the same pressure drop means lower flow
DFlow through A is zero because all flow takes the path of least resistance
In a parallel configuration, the pressure drop (head loss) is the same across both pipes — both endpoints are shared junctions, so the pressure difference is fixed. Since h_L = R·Q^n (where n ≈ 2 for turbulent flow), at a fixed head loss, higher resistance means lower flow: Q = (h_L/R)^(1/n). If pipe A has twice the resistance of B, it carries less flow at the same pressure drop, not more. Option A is incorrect — equal pressure drop does not mean equal flow unless resistances are equal. Option D is wrong; in real networks all parallel paths carry some flow (unless resistance is infinite).
Question 3 True / False
In a series pipe configuration, all pipes carry the same flow rate, and the total head loss equals the sum of the individual pipe head losses.
TTrue
FFalse
Answer: True
Series configuration means the pipes are connected end-to-end with no branches between them. By continuity, mass cannot accumulate at any junction, so the same flow rate passes through every pipe. The total pressure drop from inlet to outlet is the sum of pressure drops across each pipe segment, because pressure is additive in series — each pipe extracts pressure from the flow as it passes through. This is exactly analogous to resistors in series in electrical circuits: same current, voltages add. This simplicity makes series analysis straightforward compared to looped networks.
Question 4 True / False
For a looped pipe network, satisfying the continuity equation at most node is sufficient to uniquely determine the flow distribution in each pipe.
TTrue
FFalse
Answer: False
Continuity alone is not sufficient in a looped network. Loops create multiple flow paths between nodes, which means there are more unknown flow rates than there are continuity equations. Infinitely many flow distributions satisfy continuity. The additional constraint — that the sum of head losses around every closed loop equals zero (pressure consistency) — provides the equations needed to make the system uniquely determined. Hardy-Cross iteratively enforces this second condition. This is analogous to Kirchhoff's laws: Kirchhoff's Current Law (continuity) alone cannot solve a circuit with loops; you also need Kirchhoff's Voltage Law (pressure balance).
Question 5 Short Answer
Why does a looped pipe network require an iterative solution method like Hardy-Cross, while series and parallel networks can be solved directly with algebra?
Think about your answer, then reveal below.
Model answer: Series and parallel networks have a unique, obvious flow distribution because there are no loops: in series, all flow goes through every pipe; in parallel, the pressure drop constraint directly relates the flow split to the resistance ratio. Looped networks have multiple paths between nodes, creating more unknown flow rates than continuity equations alone can determine. The second conservation law (pressure balance around loops) must also be satisfied, but the head loss–flow relationship is nonlinear (h_L ∝ Q²), so you cannot solve the resulting system of equations algebraically in closed form. Hardy-Cross linearizes this nonlinear system at the current flow estimate, computes a correction, and iterates until both conservation laws are satisfied everywhere.
The fundamental distinction is topological: trees (no loops) are uniquely determined by continuity; networks with loops require both conservation laws and iterative methods because the nonlinear coupling between loops cannot be solved analytically. Understanding this is what separates pipe network analysis from single-pipe analysis — the network creates algebraic complexity that requires numerical methods.