Difficulty: Easy
Correct Answer: h_f = (4 * f * l * v^2) / (2 * g * d)
Explanation:
Introduction / Context:
The Darcy–Weisbach equation gives a unified way to compute head loss due to wall friction in pipes, valid across laminar and turbulent regimes when the appropriate friction factor is known. Many textbooks define f as Darcy’s coefficient and include a factor of 4 compared with the Fanning factor. Choosing the correct constant and velocity power is essential.
Given Data / Assumptions:
Concept / Approach:
The Darcy–Weisbach head loss is h_f = f_D * (l/d) * (v^2/(2g)) when f_D denotes the Darcy factor. Some Indian texts denote “coefficient of friction f” such that the formula appears as h_f = 4 f (l/d) (v^2/(2g)). Here the options map to that convention, making option A correct.
Step-by-Step Solution:
Verification / Alternative check:
Using Moody chart values (Darcy factor), numerical results align with the A-form; converting to Fanning requires dividing by 4.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing Darcy and Fanning definitions; using centerline velocity instead of mean; ignoring minor losses (separate from friction loss).
Final Answer:
h_f = (4 * f * l * v^2) / (2 * g * d)
Discussion & Comments