Difficulty: Medium
Correct Answer: L_eq = D^5 * Σ(L_i / D_i^5)
Explanation:
Introduction / Context:
Pipelines in series often change diameter due to design constraints. To analyze head losses compactly, engineers replace the compound line with an equivalent single pipe carrying the same discharge and experiencing the same total friction head loss.
Given Data / Assumptions:
Concept / Approach:
For a segment i, head loss h_fi = f * (L_i / D_i) * (V_i^2 / (2g)). With common discharge Q, velocity V_i = 4Q/(π D_i^2). Therefore, h_fi ∝ (L_i / D_i^5) * Q^2. Equating the sum of segment losses to the single equivalent pipe loss yields the L_eq formula.
Step-by-Step Solution:
Verification / Alternative check:
Dimensional consistency: L_eq has units of length; D^5 multiplies a sum of L_i / D_i^5 (dimensionless inside except L_i), giving length overall.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
L_eq = D^5 * Σ(L_i / D_i^5)
Discussion & Comments