Skip to main content

Questions tagged [fluid-sim]

0 votes
0 answers
48 views

Is the half-edge data structure convenient for representing the internal mesh or is it just for a surface? I am asking this to make sure the half-edge data structure is a good starting point for ...
ZedVeZed's user avatar
1 vote
0 answers
54 views

I'm working on a fluid simulation project where two spheres are simulated using smoothed particle hydrodynamics (SPH). I have generated two sets of particles inside and on the surface of a sphere. You ...
Hassan's user avatar
  • 11
4 votes
1 answer
79 views

I'm trying to produce wave surface animations, and I came across this paper: Fast_Water_Animation_Using_the_Wave_Equation_with_Damping. In the paper they go to provide the following equation: At ...
Krupip's user avatar
  • 280
3 votes
1 answer
939 views

I've read about Lagrangian and Eulerian fluid simulations and here's what I take from their methods: Lagrangian - Simulating fluid particles by calculating displacement for each particle Eulerian - ...
Kukuh Rahmat's user avatar
5 votes
2 answers
378 views

I read Stable Fluids and the code by Jos Stam and FLUID SIMULATION SIGGRAPH 2007 Course Notes by Robert Bridson. The boundary conditions in the two papers are different in my sight. I don't understand ...
Anas Alaa's user avatar
0 votes
1 answer
376 views

Where can I learn about particle and fluid simulation? Is there a good book available? I want to couple volume rendering with fluid/particle simulation to be able to finally render smoke and ocean ...
Arjan Singh's user avatar
  • 2,501
8 votes
1 answer
236 views

I am trying to implement a 2D version of Foster and Fedkiw's paper, "Practical Animation of Liquids" here: http://physbam.stanford.edu/~fedkiw/papers/stanford2001-02.pdf Mostly everything works, ...
Jared Counts's user avatar
8 votes
0 answers
777 views

I wrote a 2D fluid-solver in OpenGL (code here) some time back. While it runs flawlessly on my onboard Intel GPU, the simulation very quickly "blows-up" when same code is run using nvidia card : ...
nilspin's user avatar
  • 81