New Software Cuts the Cost of Simulating Fluids Like Weather and Blood
The software behind weather forecasts and drug design just got much less memory-hungry.
A team of researchers has released new software called LBFAST that makes computer simulations of fluids — liquids and gases in motion — faster and cheaper to run. Fluid simulation sits behind a surprising amount of everyday technology: testing how air flows over a jet wing before anyone builds it, predicting how a drug spreads through the bloodstream, designing quieter cars, or modeling weather and ocean currents. These simulations are famously hungry for computing power.
The trick in LBFAST is about memory, not raw speed. Simulations normally store an enormous amount of data at every step to describe what the fluid is doing. LBFAST instead keeps a much smaller summary and rebuilds the missing details on the fly whenever they are needed. The researchers compare it to storing a recipe rather than a finished meal: you can always recreate the dish, but you need far less shelf space. On modern graphics chips, where memory is limited and expensive, that makes a big difference.
The team tested LBFAST on standard fluid problems, including mixtures of two fluids, and found it accurate and stable. They then ran it across many graphics chips at once — up to 512 — and the work spread out almost perfectly, meaning doubling the hardware roughly doubled the speed. It also kept energy use reasonable, which matters when supercomputers draw megawatts of electricity.
The catch: LBFAST is research software for specialists with access to large GPU (graphics chip) clusters, not something you can install at home, and it has so far been proven only on standard test cases rather than messy real-world problems. Still, the message is practical. When simulations need less memory, they can be bigger and run on cheaper hardware — which eventually means faster, less expensive progress on aircraft, medicine, and energy problems that all depend on understanding how things flow.
- LBFAST is free research software that simulates how fluids move while using far less computer memory than usual
- It ran smoothly across 512 graphics chips at once — roughly double the chips meant double the speed
- Cheaper, bigger simulations could speed up aircraft design, drug testing, and weather modeling
Why It Matters
Cheaper fluid simulations mean faster, lower-cost design of planes, cars, medicines, and weather forecasts.