blob: 049f502839206120d839b912ba68f461860474b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# boltzbub
…Lattice Boltzmann code experiment written in C++ that is to a full LBM code as a boy is to a man.
![lid driven cavity with a grid of boxes visualized using ParaView](screenshot/lid_driven_cavity_with_box_grid.png)
## Build
git clone https://github.com/KnairdA/boltzbub.git
cd boltzbub
nix-shell
mkdir --parents build/result
cd build
cmake ..
make
|