Cellular Automata/Fluid Dynamics

From testwiki
Jump to navigation Jump to search

The basic idea of simulating fluid dynamics with cellular automata is implementing particle dynamics as cellular automata rules and fluid dynamics would emerge as mean properties of


Differential equation model for incompressible fluids

We are interested in the flow velocity u that is defined by two differential equations

Navier-Stokes equation
ut+(u)u=P+ν2u
continuity equation
u=0

P=p/ρ0 is the kinematic pressure, p is the pressure, ρ0 constant mass density and ν is the kinematic share viscosity.

References

  1. Dieter A. Wolf-Gladrow, Lattice-Gas Cellular Automata and Lattice Boltzmann Models An Introduction, Springer 2000

Template:BookCat