1. What are the contributions mentioned in the paper "Interactive fluid-particle simulation using translating eulerian grids" ?
The authors describe an interactive system featuring fluid-driven animation that responds to moving objects.. The fluid motion is visualized via its effects on particles which respond to the calculated fluid velocity field, but which are not constrained to stay within the bounds of the simulation domain.. As particles leave the simulation domain, they seamlessly transition to purely particle-based motion, obscuring the point at which the fluid simulation ends.. The authors additionally describe a hardware-accelerated volume rendering system that treats the particles as participating media and can render effects such as smoke, dust, or mist.
read more
2. What have the authors stated for future works in "Interactive fluid-particle simulation using translating eulerian grids" ?
One area for future work is to derive unconditionally stable vortex forcing terms suitable for interactive use.
read more
3. How many threads can be in flight simultaneously?
Up to 30,720 threads may be in flight simultaneously, with the large amount of multithreading used to hide latency for accessing off-chip RAM.
read more
4. What is the way to keep particle data on the GPU?
Data stored in CUDA arrays can be bound to OpenGL vertex buffer objects for rendering, which allows us to keep all particle data on the GPU without any transfers across the PCI-express bus.
read more





