Difficulty: Medium
Correct Answer: 30 cm
Explanation:
Introduction / Context:In water-supply engineering, a quick way to size a distribution main is to convert the demand to a discharge in m^3/s, select a practical flow velocity (often 0.8–1.5 m/s), and then compute the pipe area and equivalent internal diameter. This checks hydraulic feasibility before detailed head-loss analysis.
Given Data / Assumptions:
Concept / Approach:First convert 7.2 MLD to m^3/s, then compute required area A = Q / V. Finally, determine internal diameter D from A using D = sqrt(4A / pi). Round to the nearest standard size.
Step-by-Step Solution:
Convert MLD to m^3/s: 7.2 MLD = 7.2 × 10^6 L/day = 7200 m^3/day.Discharge Q = 7200 / 86400 = 0.08333 m^3/s.Required area A = Q / V = 0.08333 / 1.2 = 0.06944 m^2.Diameter D = sqrt(4A / pi) = sqrt(0.27778 / 3.1416) ≈ sqrt(0.0885) ≈ 0.298 m ≈ 30 cm.Verification / Alternative check:Back-check velocity using D = 0.30 m: A = pi * D^2 / 4 ≈ 0.0707 m^2; V = Q / A ≈ 0.08333 / 0.0707 ≈ 1.18 m/s, consistent with the assumed 1.2 m/s.
Why Other Options Are Wrong:
Common Pitfalls:Forgetting to convert MLD to m^3/s; using pi incorrectly; not checking that the selected diameter gives a reasonable velocity band.
Final Answer:30 cm
Discussion & Comments