Skip to content
/ LB Public

The Lattice Boltzmann equation for fluid dynamics and beyond: Oxford Univ. Press, 2001

Notifications You must be signed in to change notification settings

slitvinov/LB

Repository files navigation

Lattice Boltzmann methods

To build

$ make
gfortran -O2 -g bgk2.f -o bgk2

To run

$ ./bgk2 < bgk2.inp
 Number of steps
 Number of steps between printing profile
 Number of steps between performing diagnostics
 Relaxation frequency omega
 Applied force(T or F)) ?
 Initial density and velocity for the Poiseuille force
 Final velocity for the Poise force
 Linear obstacle(T or F)?
 Obstacle height?
 Obstacle id           1
 Length of the obstacle(multple of 2)           8
 File for output : 5 chars
 *****************************************
 Lattice BGK model, 2D with 9 velocities
...

To postprocess

$ python post.py  *.raw

About

The Lattice Boltzmann equation for fluid dynamics and beyond: Oxford Univ. Press, 2001

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published