This package implements Lattice Boltzmann Model (LBM)
for fluid dynamics simulation in julia
. The code closely follows the corresponding part in
Scientific Computing for Physicists by @GiggleLiu.
- D2Q9 model - a 2D LBM with 9 velocities
- Fluid dynamics visualization
The video below show the evolution of a simple fluid dynamics simulation using LBM, where a circular obstacle is placed in the middle of the domain. <>