![]() |
Grid-based Navier-Stokes Simulation on the GPU | ||||
Abstract: Grid-based Navier-Stokes fluid simulation is a relatively straightforward fluid simulation method. http://en.wikipedia.org/wiki/Navier-Stokes_equations Unfortunately, the computational complexity scales linearly with the simulation grid size, which can be large for useful problems. Fortunately, since each grid cell can be simulated separately, the simulation is easy to parallelize on the GPU. We wrote a standard NS-type fluid simulator. Just for fun we added a vortex generator that would serve as a fluid sink.
Simulation:
|
|||||