Fluid is a demonstration of Lattice Boltzmann fluid simulation.
You can use cmake to build fluid.
mkdir build && cd build
cmake ..
make -j8
fluid [N] [M]
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure tests are up-to-date as appropriate.