Problem 52070. Compute the effective conductivity of a heterogeneous aquifer
Slow flow through soil or another porous medium follows Darcy’s law, which relates the flow of water Q to the gradient in piezometric head
by
where K is the conductivity of the soil and A is the flow area (i.e., the aquifer thickness multiplied by the aquifer width). The flow Q (and the specific discharge
) is analogous to current in an electrical circuit, and the change in head is analogous to the voltage drop.
Some aquifers, or underground water-bearing formations, consist of multiple soil units in series or parallel, as shown below. The analysis of these aquifers is often simplified by computing the effective conductivity—that is, treating the aquifer as homogeneous with the single value of K set such that the aquifer produces the same flow under the same total change in head.
For example, suppose the soil units have equal size in the two aquifers shown below and flow in both cases is from left to right. If
is 2 m/d (meters/day) and
is 6 m/d, then the effective conductivity is 4 m/d in the parallel case and 3 m/d in the series case.
Write a function that computes the effective conductivity of an aquifer whose conductivity (in m/d) is specified as a matrix. Flow is always left to right, and heterogeneous cases involve either units in series or units in parallel. In the series case, the conductivity will be constant in each column, and in the parallel case, the conductivity will be constant in each row. The relative size of each unit is indicated by the number of rows or columns.
Solution Stats
Problem Comments
Solution Comments
Show commentsGroup

Groundwater
- 19 Problems
- 1 Finishers
- Measure the hydraulic conductivity with a constant-head permeameter
- Measure the hydraulic conductivity with a falling-head permeameter
- Compute measurement uncertainty
- Compute the head for steady 1D flow in a homogeneous aquifer
- Compute the effective conductivity of a heterogeneous aquifer
- Compute head profiles for steady 1D flow through soils in series
- Compute the water table elevation in an unconfined aquifer with recharge
- Compute piezometric head in a leaky confined aquifer
- Compute the maximum length of a contaminant plume in groundwater
- Determine aquifer properties: steady pump test in confined or unconfined aquifers
- Locate image wells
- Compute steady drawdown in a confined aquifer
- Design a capture zone
- Check a scheme to dewater a construction area
- Determine aquifer properties: steady pump test in a leaky confined aquifer
- Determine aquifer properties: unsteady pump test in a confined aquifer
- Determine aquifer properties: slug test
- Design a well field in an infinite aquifer
- Compute the effective conductivity of more heterogeneous aquifers
Problem Recent Solvers12
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!