Difficulty: Medium
Correct Answer: L = (Q / (2 * pi * K * s)) * ln(R / r_w)
Explanation:
Introduction / Context:
Design of unconfined tube wells requires selecting an adequate screen length to safely pass the target discharge at the allowable drawdown. This uses steady radial-flow relations (Thiem equation) adapted to water-table conditions and distributed inflow along the screen length.
Given Data / Assumptions:
Concept / Approach:
For unconfined flow, the Thiem relation connects discharge to head difference and geometry. Spreading the inflow over the screen length gives an average entrance flux. Rearrangement provides the screen length L necessary to limit entrance flux so that the overall drawdown is s for discharge Q. The commonly used expression is:
L = (Q / (2 * pi * K * s)) * ln(R / r_w)
with natural logarithm ln().
Step-by-Step Solution:
Verification / Alternative check:
Dimensional check: Q has L^3/T; denominator 2 * pi * K * s is L/T; multiplying by the dimensionless ln term yields L (length), as required.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
L = (Q / (2 * pi * K * s)) * ln(R / r_w)
Discussion & Comments