Skip to content
Research Atlas

Physics-Informed AI · Lesson 2 of 6

Darcy's Law, Revisited

~15 min

The Concept

Your supervisor pulls up the Darcy's Law simulation you first saw as a homepage demo and finally explains it properly: it's not just an animation, it's the physical law that will constrain everything you build in this mission.

Darcy's Law says groundwater flows from high head (water table elevation) to low head, at a rate set by the hydraulic gradient and the material's conductivity. Near a pumping well, head drops toward the well, creating a 'cone of depression' that gets shallower the further you travel from the well, but never reverses direction.

For our transect, that means head as a function of distance must change consistently as distance increases, it can flatten out far from the well, but it cannot rise-then-fall-then-rise. That single constraint eliminates the vast majority of curves that would otherwise fit our eight noisy points.

The Analogy

Think of the dip a mattress makes when someone sits on it. Right under them, it sinks the most. Moving away from them, it gradually flattens back to normal. It never bounces back up above normal, dips again, then rises. The water table around a pumping well behaves the same predictable way.

The Math (optional)

Darcy's Law in one dimension, and the physical constraint it implies for our transect:

Darcy's Law

q=Kdhdlq = -K \frac{dh}{dl}

Flow (q) is proportional to the negative gradient of head (h) over distance (l), water flows down the head gradient, scaled by conductivity K.

Monotonicity constraint

dhdl0 for l>0 near a single pumping well\frac{dh}{dl} \geq 0 \text{ for } l > 0 \text{ near a single pumping well}

Head cannot decrease as you move away from the well in this configuration, it only ever holds steady or rises toward its undisturbed level.

Try It

Revisit the Darcy's Law simulation, note how head always changes in one consistent direction along the flow path.

How easily water moves through the aquifer material — gravel is high, clay is low.

The slope of the water table — the driving force behind groundwater flow.

q = K × (dh/dl) = 5.0 × 0.030 = 0.150

Why Real Researchers Care

Every physics-informed model starts by writing down a governing equation like this one and asking: what does it forbid? Hydrogeologists, climate scientists, and structural engineers all use this same move, turning a physical law into a hard constraint a model must respect, not just a suggestion.

Quick Check

Q1. What does Darcy's Law imply about head near a single pumping well?

Your Goal

Sketch, on paper, what a physically valid head-vs-distance curve should look like for our transect, before seeing the model output in the next lesson.

Hint: It should be flat far from the well and dip down (or up, depending on your axis convention) smoothly and consistently as it approaches the well.

Teach It Back

In plain language, explain why a 'cone of depression' can't have a bump in the middle.

Previous lesson