/lbm

Multiphase Lattice Boltzmann (LBM)

Primary LanguageJavaScript

Multiphase LBM

License CircleCI codecov Project management Discussion forum

Compile and run

  1. Run mkdir build && cd build && cmake ...

  2. Run make clean && make -jN (where N is the number of cores).

  3. Run ./lbm

TACC Maverick 2

Load required modules

module load cmake/3.16.1
module load gcc/7.3.0
module load cuda/11.0

Then compile following the instructions above.