/Smoothed-Particle-Hydrodynamics

Reference: http://users.encs.concordia.ca/~grogono/Graphics/fluid-5.pdf

Smoothed-Particle-Hydrodynamics

Todo

  • Design the data structure
    • Particle
    • Grid
  • Initialize the system
  • Do the simulation
    • Particle-Particle Interactions
    • Apply external forces
      • Gravity
      • Collision
  • Render the particle systems
  • Render the fluid
    • Grid Sampling
      • Volume raycasting
      • Marching cubes
    • Metaball based construction

References