Fluid Simulation for Video Games

Started by Stefan, July 17, 2009, 08:12:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefan

QuoteIntroduction to Fluid Dynamics
Video games appeal to our desire to explore and interact with our environment, and adding real-world phenomena-such as fluid motion-allows game developers to create immersive and fun virtual worlds. Recently, physical simulations have become more realistic, but the simulations have largely been limited to rigid bodies. Pervasive simulations of continuous media like cloth and fluids remain uncommon, largely because fluid dynamics entail conceptual and computational challenges that make simulating fluids difficult. This article begins a three-part series that explains fluid dynamics and its simulation techniques. The article culminates in an example of a fluid simulation algorithm suitable for use in a video game.

Read full story at Intel.

Dr. Michael J. Gourlay

Part 2 is also up: http://software.intel.com/en-us/articles/fluid-simulation-for-video-games-part-2/

Also check out these related videos of fluid simulation for video games:

Explanatory: http://www.youtube.com/watch?v=MlFAzXeCB80

Ballistic mayhem: http://www.youtube.com/watch?v=LdxJ_nfWt0M

Atomic Vortex Ring: http://www.youtube.com/watch?v=G9E8xEjGzk0

Galaxy of dots: http://www.youtube.com/watch?v=rsJrJ-bzVSw

Stay tuned.  The 3rd article includes source code.