Problem 49743. Determine aquifer properties: unsteady pump test in a confined aquifer
An important task in characterizing the flow of groundwater is to determine the properties of the aquifer, or the underground water-bearing formation. One approach is to disturb the aquifer, observe its response, and fit a theoretical formula to the observations.
For example, suppose a confined aquifer initially has no flow. In that case, the piezometric head h, or the level to which water would rise in an observation well, would be a uniform value
. A well turned on and pumped at a rate
will create a cone of depression; that is, it will draw down the piezometric head to a level
, where r is the radial distance from the well. Applying conservation of mass and Darcy’s law to this situation leads to a diffusion equation whose solution for the drawdown
as a function of distance r and time t is
where T is the transmissivity, S is the storativity, and
Write a function that achieves the objective of a pumping test: to determine the transmissivity and storativity from measurements of drawdown in time.
Solution Stats
Problem Comments
Solution Comments
Show commentsGroup

Remove Rows and Columns
- 10 Problems
- 116 Finishers
- Remove a specific row with max value
- Remove a specific row with min value
- Remove a specific column with max value
- Remove a specific column with min value
- Find Rows with Specift Properities
- row removal
- Remove all the columns contains only zero
- remove every row&col for every nan
- Remove entire row and column in the matrix containing the input values
- Column Removal (★★★)
Problem Recent Solvers3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!