A constant-head permeameter is a device for measuring the hydraulic conductivity K of a soil sample. In this problem the sample is placed in a cylinder of length L and cross-sectional area A. By supplying a flow Q to a standpipe, water is maintained at a constant level so that the head difference
, or the difference in water levels between the standpipe and outlet, is constant.
The hydraulic conductivity can then be determined from Darcy’s law
where the head gradient
is simply
. Darcy’s law applies when a Reynolds number based on the specific discharge
and representative diameter d of the soil grains is less than (approximately) 1—that is,
where ν is the kinematic viscosity of the fluid.
The Kozeny-Carman equation provides one way to relate the hydraulic conductivity to the representative grain diameter:
where g is the acceleration of gravity and n is the porosity of the soil
Write a function that takes as input the flowrate, the head difference, porosity, and length and diameter of the cylinder holding the soil sample and returns the hydraulic conductivity and a flag indicating whether Darcy’s law is valid. Compute the conductivity using Darcy’s law regardless of its validity, and use
and
.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers20
Suggested Problems
-
Select every other element of a vector
36848 Solvers
-
2181 Solvers
-
Create logical matrix with a specific row and column sums
349 Solvers
-
Operate on matrices of unequal, yet similar, size
237 Solvers
-
Pseudo Square Root (Inspired by Project Euler 266)
60 Solvers
More from this Author325
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!