Water Transport & Xylem Hydraulics
Cohesion-tension theory, Hagen-Poiseuille flow, cavitation, stomatal biophysics, and transpiration
1.1 Cohesion–Tension Theory
In 1894, Henry Dixon and John Joly proposed that water rises in tall trees by being pulled up under tension (negative hydrostatic pressure), driven by evaporation at leaf surfaces. This requires two physical properties of water: the enormous cohesion between water molecules (hydrogen bonding), and their adhesion to cellulose walls.
Water Potential and Its Components
The total water potential \(\Psi_w\) (J m\(^{-3}\) = Pa) is the chemical potential of water referenced to pure free water at ambient pressure and temperature:
For a leaf at the top of a 50 m tree with \(\Psi_{soil} = -0.3\) MPa, a transpiring leaf maintains \(\Psi_{leaf} \approx -2.5\) MPa. The gradient:
where \(r_h\) is hydraulic resistance per unit length, \(E\) is transpiration rate, and\(A_{xylem}\) is xylem cross-sectional area.
1.2 Hagen–Poiseuille Flow Derived from Navier–Stokes
Consider steady, incompressible, laminar flow in a cylindrical conduit of radius \(r\) and length \(l\). The Navier–Stokes equation in cylindrical coordinates (axial symmetry, \(v_r = v_\theta = 0\),\(v_z = v_z(r)\) only):
With \(-dP/dz = \Delta P / l\) (constant), integrate twice:
where the no-slip BC \(v_z(R) = 0\) fixes the integration constant. This is a parabolic (Poiseuille) profile. The volumetric flow rate is obtained by integrating over the cross-section:
This is the Hagen–Poiseuille law. The \(R^4\) dependence is crucial for tree hydraulics: doubling vessel radius increases conductance 16-fold. Angiosperms (flowering trees) have wide vessels (\(R \approx 25\)–\(200\,\mu\)m) providing high conductance, while gymnosperms (conifers) have only narrow tracheids (\(R \approx 5\)–\(20\,\mu\)m).
The hydraulic conductivity of a single conduit:
For a xylem vessel network with \(N\) parallel conduits of different radii, the total conductance is\(K = \sum_i \pi R_i^4 / (8\eta l)\). The community metrichydraulically weighted mean vessel diameter is \(\bar{D}_h = (\sum D_i^4 / N)^{1/4}\).
1.3 Cavitation & Embolism Physics
Xylem water under tension is metastable—thermodynamically it should cavitate (boil), but kinetic barriers prevent nucleation. The free energy to create a spherical cavitation bubble of radius \(r_b\) in water at tension \(|P|\):
where \(\gamma \approx 72\) mN m\(^{-1}\) is the surface tension of water. The critical radius at the energy barrier is \(r_c = 2\gamma/|P|\). For \(|P| = 2\) MPa,\(r_c \approx 72\) nm—below this, bubbles collapse; above, they grow explosively.
Air-Seeding at Pit Membranes
In practice, cavitation in trees occurs by air-seeding through inter-vessel pit membranes rather than homogeneous nucleation. The pit membrane has pores of radius\(r_{pore}\); air enters when:
For a pore diameter \(d_{pore} = 100\) nm, the threshold is \(\approx 2.88\) MPa. Pore size distributions in the pit membrane determine the vulnerability curve(loss of conductivity vs. xylem pressure). The Weibull function provides an excellent fit:
where PLC is the percentage loss of conductivity, \(P_{50}\) is the pressure at 50% loss (fitted from \(b\) and \(c\)), and acoustic emission detectors record the ultrasonic pops produced when bubbles form.
Xylem Conduit Architecture
Vulnerability Curve
1.4 Stomatal Biophysics
Stomata control the trade-off between CO\(_2\) uptake and water loss. Guard cell turgor is regulated by ion fluxes:
- H\(^+\)-ATPase (AHA2): pumps protons out, hyperpolarising the membrane to \(\approx -180\) mV, driving K\(^+\) influx via KAT1 channels.
- KAT1: voltage-gated inward K\(^+\) channel; opens below\(-120\) mV; Kd \(\approx 2\) mM K\(^+\). Each channel has 4 subunits with S4 voltage sensor.
- ABA signalling: ABA binds PYR/PYL receptors, inhibits PP2C phosphatases, activating SnRK2 kinases that phosphorylate SLAC1 (Cl\(^-\) channel) for stomatal closure.
Guard cell volume change \(\Delta V\) drives aperture change. The turgor-aperture relationship is approximately linear: \(a \approx \alpha P_{gc}\). Stomatal conductance to water vapour:
Penman–Monteith Transpiration
The Penman–Monteith equation derives latent heat flux from energy balance and vapour transport. Starting from the surface energy balance:
where \(R_n\) is net radiation, \(G\) is soil heat flux, \(\lambda E\) is latent heat (evapotranspiration) and \(H\) is sensible heat. Sensible heat flux via aerodynamic resistance:\(H = \rho_a c_p (T_s - T_a) / r_a\). Latent heat via total resistance:\(\lambda E = \rho_a c_p (e_s - e_a) / (\gamma (r_a + r_s))\). Eliminating surface temperature:
where \(\Delta = de_s^*/dT\) is the slope of the saturation vapour pressure curve, \(\gamma = c_p P / (\lambda \epsilon)\)is the psychrometric constant, \(r_a\) is aerodynamic resistance, and \(r_s = 1/g_{sw}\) is surface (stomatal) resistance.
1.5 Lockhart Growth Equation
Turgor-driven cell expansion is described by the Lockhart (1965) equation. For a cell of volume \(V\), irreversible expansion occurs only when turgor pressure \(\Psi_p\) exceeds a yield threshold \(Y\):
where \(\phi\) (MPa\(^{-1}\) s\(^{-1}\)) is the cell wall extensibility. The growth rate is limited by both wall extensibility and water uptake capacity \(L_p\). Combining both:
The Lockhart equation forms the basis of all modern plant growth models and has been extended to include cell wall loosening by expansin proteins (pH-dependent), yielding the Ortega extension.
1.6 Python: Water Potential Profile & Vulnerability Curve
We model the water potential gradient from soil to leaf in a 50 m tree, accounting for gravity, frictional resistance, and transpiration rate. Then we fit a Weibull vulnerability curve.
Click Run to execute the Python code
Code will be executed with Python 3 on the server