Fluid Technuques


Fluid?
- variable density
- flow: vector field





- need: density (x), velocity (u), temperature(sometime)

- What affects it?
Viscosity, external force, advection, pressure

Computational fluid type:
-grid based/Eulerian(stable )
-particle based(weighted average give density, usually center at particle)
    - issue: need a lot of particle, difficult to get stable
-surface simulation
    - for water, all I care about is the boundary

R20
-water velocity based on wave length.

Comments

Popular posts from this blog

glTF loader for Android Vulkan

Drawing textured cube with Vulkan on Android

How to train custom objects in YOLOv2