Darcy's Law
Const-head: k = QL / (Aht)
Darcy velocity: v = k · i
Flow rate: Q = k · A · i
Enter constant-head or falling-head permeameter test data to compute hydraulic conductivity k via Darcy's law. Compare against typical soil types and visualize the test apparatus in real time.
Const-head: k = QL / (Aht)
Darcy velocity: v = k · i
Flow rate: Q = k · A · i
The governing principle for flow in porous media is Darcy's Law. It defines the Darcy velocity (or discharge velocity) as being directly proportional to the hydraulic gradient.
$$ v = k \cdot i $$Where:
v is the Darcy velocity (flow rate per unit area) [m/s],
k is the hydraulic conductivity (permeability) [m/s],
i is the hydraulic gradient, defined as the head loss per unit length: $i = \frac{h}{L}$ (dimensionless).
From Darcy's Law, we derive the practical formulas used in the permeability tests. The flow rate Q is the velocity multiplied by the cross-sectional area A.
$$ Q = v \cdot A = k \cdot A \cdot i = k \cdot A \cdot \frac{h}{L}$$Rearranging to solve for the unknown permeability 'k' gives the formulas used in the simulator:
Constant-Head Test: $k = \frac{Q \cdot L}{A \cdot h \cdot t}$
Falling-Head Test: $k = \frac{a \cdot L}{A \cdot t}\ln\left(\frac{h_0}{h_1}\right)$
Here, A is the sample area, a is the standpipe area, h₀ and h₁ are the initial and final heads, and t is the elapsed time.
Landfill & Contaminant Barrier Design: Engineers must use very low-permeability soils (like compacted clay liners) to prevent toxic leachate from landfills from polluting groundwater. Accurate permeability testing is critical to ensure these barriers meet regulatory standards, often requiring k values less than 10⁻⁹ m/s.
Groundwater Resource Management: Hydrogeologists map the permeability of aquifers (like sand and gravel layers) to predict how much water can be sustainably pumped for municipal or agricultural use. High k values indicate a productive water-bearing zone.
Civil Engineering & Construction: The drainage characteristics of soil directly impact foundation design, slope stability, and excavation dewatering. For example, building a basement in a high-permeability soil requires a robust dewatering plan to keep the construction site dry.
Agricultural Irrigation & Drainage: Understanding soil permeability helps farmers design efficient irrigation systems to deliver water to roots and install subsurface drains to prevent waterlogging, which can damage crops and reduce yield.
When you start using this tool, there are several points where beginners often stumble. A major initial misunderstanding is thinking that the calculated k-value is directly the field value. In reality, the coefficient of permeability (lab k) obtained from small laboratory specimens and the field permeability (field k) of a vast ground formation can often differ by one to two orders of magnitude. For example, gravel layers may contain large voids (pipe-like flow paths) locally, which cannot be captured by a small test specimen. Conversely, even clay can have increased permeability if it contains desiccation cracks. You should treat the tool's results as a "rough guide"; for important designs, verification through field tests like pumping tests is necessary.
Next, unit inconsistency errors. This is extremely common. If you input the specimen diameter D in "cm", length L in "m", and flow rate Q in "L/min", you will get a nonsensical k-value. While the tool handles unit conversions internally, you must develop the habit of consistently using the SI unit system (m, s, m³/s) when you manipulate the calculation formulas yourself. For example, 10 cm is 0.1 m, and 1 L/min is approximately 1.67×10⁻⁵ m³/s.
Finally, test method selection and applicability limits. For materials with extremely high (gravel) or low (fine clay) permeability, Darcy's law itself may not hold. In gravel, flow velocity can be too high, leading to turbulent flow, while in clay, electrical interactions between water and soil particles become non-negligible. When the value from the tool deviates significantly from typical values for sandy soils (around 10⁻⁴ m/s), it's crucial to question: "Was this test method appropriate?" and "Is this within the applicable range of Darcy's law?"
The single parameter "k", the coefficient of permeability, plays a key role in a surprisingly wide range of engineering fields. First, in groundwater engineering, it is essential for predicting pumping yields from aquifers and analyzing groundwater flow. For instance, when predicting how much the water level in a distant well will drop due to groundwater pumping for construction, k and the storage coefficient are decisive factors.
In environmental geotechnical engineering, it is used as a fundamental parameter for contaminant diffusion simulation (solute transport analysis). When harmful substances leach into groundwater, they spread quickly in highly permeable sand layers, while their spread is delayed in low-permeability clay layers. Understanding k is the first step in quantitatively evaluating this "retardation effect".
Furthermore, in soil mechanics and foundation engineering, it governs the rate of consolidation settlement. When a building load is applied to a clay layer, water within it is slowly squeezed out, causing settlement. The degree of this "slowness" is determined by the coefficient of permeability and the coefficient of consolidation. If k is small, it can take decades for settlement to complete. Also, in agricultural engineering, it is applied to field drainage planning and irrigation efficiency evaluation, and in geothermal engineering, to evaluating the ease of flow for the fluid (hot water) that carries heat from the subsurface.
Once you have grasped the basics of Darcy's law with this tool, the next step is to delve into the physical background of "why it is so". First, we recommend understanding the physical meaning of the hydraulic gradient i from the perspective of energy loss. The head h represents "the capacity of water to do work", combining potential energy and pressure energy. i = h/L represents the loss of that energy per unit distance, which is considered the driving force for water flow.
Mathematically, try following the derivation process of the falling head test formula $$ k = \frac{a \cdot L}{A \cdot t}\ln\left(\frac{h_0}{h_1}\right) $$. This results from combining Darcy's law with the continuity equation, setting up the differential equation $$ -a \frac{dh}{dt} = k \frac{A}{L} h $$, and solving it with the initial condition $h(0)=h_0$. This process of "setting up and solving a differential equation" forms the basis for more complex groundwater flow analysis.
As a next learning step, consider three-dimensional flow. This tool assumes one-dimensional (vertical or horizontal) flow, but actual groundwater flows in three dimensions. In such cases, permeability often has "anisotropy", meaning it differs depending on direction, and is expressed as a tensor ($k_{xx}, k_{yy}, k_{zz}$). Also, advancing one step from saturated permeability (the theme here) to learning about unsaturated permeability (which varies with water content), used in analyzing rainwater infiltration, will significantly deepen your understanding of water behavior in the ground.