Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.26 KB

LatticeBoltzmannModel

Stable Dev Build Status Coverage

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.

Contents

  • D2Q9 model - a 2D LBM with 9 velocities
  • Fluid dynamics visualization

Results

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. <>