Problem 59152. Determine aquifer properties: steady pump test in confined or unconfined aquifers
Problem statement
Write a function to determine the hydraulic conductivity K and radius of influence R using data from a steady pump test in either a confined aquifer or an unconfined aquifer. Along with the drawdowns s measured at distances r from the well, the input will include the pumping rate , the piezometric head H in the absence of pumping, and a variable b that is the thickness of the confined aquifer or empty for an unconfined aquifer. Determine K and R from a curve fit to either the drawdown or piezometric head .
Background
Conservation of mass for steady flow says that the flow past any cylinder of radius r centered on the well has to be equal to the pumping rate . Then if the flow is defined as positive toward the well (i.e., in the direction), Darcy’s law states
where A is the flow area, or surface area of the vertical sides of the cylinder. The key difference between the confined and unconfined cases is that the flow thickness (or height of the cylinder) is the (constant) thickness b for the confined aquifer and the (variable) thickness h for the unconfined aquifer. Along with the condition that no drawdown occurs for distances greater than the radius of influence—that is,
one can determine an expression for the drawdown for the confined aquifer or piezometric head h for the unconfined aquifer and fit the resulting expression to the measurements to determine the aquifer properties.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers1
Suggested Problems
-
4390 Solvers
-
1008 Solvers
-
Fahrenheit to Celsius converter
552 Solvers
-
Put Two 1D matrices into one 1D matrix
134 Solvers
-
Matlab Basics - Set unwanted parts of a vector to zero
246 Solvers
More from this Author279
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!