- Fluid Simulation (3D Graphics)
Fluid simulation is an increasingly popular tool in computer graphics for generating realistic animations of water, smoke, explosions, and related phenomena. Given some input configuration of fluid and scene geometry, a fluid simulator evolves the motion of the fluid forward in time, making use of the (possibly heavily simplified)
Navier-Stokes equations which describe the physics of fluids. In computer graphics, such simulations range in complexity from extremely time-consuming high quality animations for film & visual effects, to simple real-time particle systems used in modern games.Approaches
There are several competing techniques for liquid simulation with a variety of trade-offs. The most common are Eulerian grid-based methods,
smoothed particle hydrodynamics methods, vorticity-based methods, andLattice Boltzmann methods . These methods originated in thecomputational fluid dynamics community, and have steadily been adopted by graphics practitioners over the past decade. The key difference in the graphics setting is that the results need only be plausible. That is, if a human observer is unable to identify by inspection whether a given animation is physically correct, the results are sufficient, whereas in physics, engineering, or mathematics, more rigorous error metrics are necessary.Development
In computer graphics, the earliest attempts to solve the Navier-Stokes equations in full 3D came in 1996, by Nick Foster and Dimitris Metaxas, who based their work primarily on a classic CFD paper from 1965 by Harlow & Welch. Prior to this, many methods were built on ad-hoc particle systems, lower dimensional techniques such as 2D shallow water models, and semi-random turbulent noise fields. In 1999, Jos Stam published the so-called Stable Fluids method at SIGGRAPH, which exploited a semi-Lagrangian advection technique to provide unconditionally stable behaviour. This allowed for much larger time steps and in general, faster simulations. This general technique was extended by Fedkiw & collaborators to handle complex 3d water simulations using the level set method in papers in 2001 and 2002.
Some notable academic researchers in this area include
Ron Fedkiw ,James F. O'Brien , Mark Carlson,Greg Turk , Robert Bridson andJos Stam .Software
Currently only a few options are available for fluid simulation in off-the-shelf 3D packages. A popular
open source package isBlender 3d , with stable fluid support added in a recent version. Another option isGlu3d , a plugin for3ds Max very similar to Blender's fluid capability. Other options areRealflow and AfterBurn for Max, Dynamite forLightWave 3D and DPIT forCinema 4D ; also, Houdini supports fluids natively.See also
*
Blender 3d
*Glu3d
*LightWave 3D
*Cinema 4D
* HoudiniExternal links
* [http://www.flowlines.info/ Flowline Homepage]
* [http://3daliens.com/glu3D/index.htm Glu3d Homepage]
* [http://www.nextlimit.com/realflow/ Realflow Homepage]
* [http://www.blender3d.com Blender Homepage]
* [http://www.afterworks.com/ AfterBurn Homepage]
* [http://www.cantarcan.com/v11/html/main.html/ Dynamite Homepage]
* [http://www.dpit2.de/ DPIT Nature Spirit Homepage]
* [http://graphics.stanford.edu/~fedkiw/ Ron Fedkiw's Homepage]
* [http://www.cs.berkeley.edu/b-cam/ Berkeley Computer Animation Homepage]
Wikimedia Foundation. 2010.