🔬 Cell Wall Turgor Mechanics

A plant cell wall under turgor pressure: the Lockhart equation dV/dt = φ(P - Y) links cell expansion rate to wall extensibility φ, turgor P, and yield threshold Y.

Molecular BiologyInteractive
Watch cell expand as P exceeds Y · Adjust sliders to change dynamics · P pause · R reset

How it Works

The simulation shows a plant cell expanding under internal turgor pressure. The Lockhart equation governs the irreversible volumetric expansion rate. When turgor P exceeds yield threshold Y, the wall yields and the cell grows. The cell is drawn as a rounded rectangle whose dimensions update each frame based on the computed growth rate.

Cellulose microfibrils are visualized as oriented bands on the cell wall. In anisotropic mode, transversely oriented microfibrils restrict lateral expansion, forcing the cell to elongate axially. The turgor pressure is maintained by a dynamic water influx balanced against wall stretching.

Lockhart: (1/V)·dV/dt = φ · max(0, P - Y)
Water influx: dP/dt = L·(Ψs - P) - φ·(P - Y) · E
where L = hydraulic conductivity, Ψs = osmotic pressure
E = elastic modulus of cell wall (~10–100 MPa)
Wall stress σ = P·r / (2t) [thin-shell hoop stress]

Frequently Asked Questions

What is turgor pressure?

Turgor pressure is the hydrostatic pressure exerted by the cell contents against the cell wall. Water enters the cell by osmosis, creating internal pressure that makes plant tissues firm and drives cell expansion.

What is the Lockhart equation?

The Lockhart equation dV/dt = φ·V·(P - Y) describes cell volume expansion rate, where φ is wall extensibility (MPa⁻¹·s⁻¹), P is turgor pressure (MPa), and Y is the yield threshold below which no irreversible expansion occurs.

What is cell wall extensibility?

Cell wall extensibility (φ) quantifies how easily the wall yields to turgor pressure. It is regulated by wall-loosening proteins like expansins, which disrupt hydrogen bonds between cell wall polysaccharides to allow creep.

What are expansins?

Expansins are cell-wall-loosening proteins that disrupt non-covalent bonds between cellulose microfibrils and matrix polysaccharides. They increase wall extensibility, allowing turgor-driven expansion without enzymatic cell wall degradation.

What is the yield threshold (Y) in the Lockhart model?

The yield threshold Y is the minimum turgor pressure required to produce irreversible (plastic) cell wall deformation. When P < Y, only elastic (reversible) expansion occurs; when P > Y, the cell grows irreversibly.

How does the cell maintain water potential equilibrium?

Water moves across membranes from high to low water potential (Ψ = Ψs + Ψp). When the cell expands, turgor decreases and osmotic potential becomes less negative, until equilibrium with the apoplast is reached.

What role does the cell wall play in plant growth?

The cell wall constrains and directs cell expansion. The orientation of cellulose microfibrils determines the axis of growth: transversely oriented microfibrils restrict lateral expansion and promote elongation along the cell axis.

How does acid growth theory relate to expansins?

Acid growth theory proposes that auxin stimulates H⁺-ATPase pumps, acidifying the cell wall. Expansins are most active at low pH, so auxin-induced acidification activates expansins, increasing extensibility and promoting cell elongation.

What happens to turgor pressure during wilting?

During water stress, the cell loses water by osmosis, reducing turgor pressure toward zero. When P drops below Y, growth stops. Severe loss of turgor causes plasmolysis, where the plasma membrane detaches from the cell wall.

How is cellulose synthesized in plant cell walls?

Cellulose synthase complexes (rosettes) in the plasma membrane polymerize UDP-glucose into cellulose chains and extrude them into the wall. The complexes move along cortical microtubule tracks, determining microfibril orientation.

About this simulation

Every frame recomputes growth rate directly from the Lockhart equation, max(0, P−Y)·φ, and only expands the drawn cell once turgor P has climbed past the yield threshold Y. Switching Cell shape to Anisotropic changes how that growth rate is distributed between width and height, so the same underlying pressure-yield physics can produce either a swelling blob or an elongating rod depending on how the microfibril bands constrain the wall.

🔬 What it shows

A rounded-rectangle plant cell with a central vacuole and nucleus, its wall reddening under stress and its outline slowly expanding whenever turgor pressure exceeds the yield threshold, alongside a live P and growth-rate strip chart.

🎮 How to use

Adjust Turgor Pressure P, Yield Threshold Y, Extensibility φ and Osmotic influx rate sliders, choose Cell shape Isotropic vs Anisotropic, and press P/R to pause/reset.

💡 Did you know?

Expansin proteins, which loosen the bonds between cellulose microfibrils to raise wall extensibility φ, are activated by acidic pH — this is why auxin-driven proton pumping ("acid growth") can trigger rapid cell elongation within minutes.

Frequently asked questions

Why does the cell only grow once P passes Y?

The growth rate formula is max(0, P-Y)*phi, so whenever turgor pressure P is below the yield threshold Y the growth term is clamped to zero and the cell dimensions stay frozen.

What is the difference between Isotropic and Anisotropic cell shape?

Isotropic mode grows width and height by the same fraction of the computed growth rate each frame, while Anisotropic mode weights height growth eight times more than width, mimicking how transverse microfibrils force elongation along one axis.

Why does the cell wall change colour as the simulation runs?

Wall colour is interpolated based on how far P exceeds Y — a larger positive difference shifts the RGB values toward a redder, more strained-looking hue, visualising rising wall stress.

What do the two lines in the side chart represent?

The purple line tracks turgor pressure P over the last 200 frames and the green line tracks the instantaneous Lockhart growth rate dV/dt, with a dashed orange line marking the yield threshold Y for comparison.

Why does the cell suddenly reset and shrink back down?

Once both width and height approach the simulation's maximum drawable size, resetSim() is called automatically to restart the cell at its initial 80x80 size, keeping the animation running indefinitely.