In 1977, two independent teams — Gingold & Monaghan and Lucy — needed to simulate astrophysical gas clouds without a fixed computational grid. Grids struggle when matter tears apart or collapses; the teams' solution was radical: make the fluid itself carry the equations. The result, Smoothed-Particle Hydrodynamics (SPH), is still in active use half a century later.
The core idea is deceptively simple. Instead of carving space into cells, you scatter particles through the fluid. Each particle carries its own mass, velocity, density and pressure. To evaluate any quantity at a point in space, you sum the contributions of nearby particles, each weighted by a smoothing kernel — a bell-shaped function that falls to zero beyond a radius called the smoothing length.
Because the particles move with the fluid, SPH is Lagrangian: it tracks fluid elements rather than fixed points in space. There is no mesh to tangle, no cells to refill — just particles following their own trajectories while continuously averaging over their neighbors.
This article explains how that averaging works, what it costs, and why SPH shows up in everything from numerical simulations of colliding stars to the water in your favorite blockbuster film.
Comments
Loading comments...