Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 351 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 351 Bytes

MPI Lattice Boltzmann

An MPI optimisation of a Lattice Boltzmann scheme. Using MPI to allow multiple nodes to work on the simulation in parallel.

  • 2D grid
  • 9 velocities per grid cell.
  • Using Bhatnagar-Gross-Krook collision step

Based on an unoptimised version provided by the UoB-HPC team Here.