This repository contains a implementation of the Lattice Boltzmann Method ( LBM ) in a modern Fortran.
Currently nothing is working. They're under development.
Currently the LBM is mostly implemented in the C/C++ language. While the primarily operations required by the LBM are highly array passed. The aim of this repository is to develop an accessible Fortran implementation of the method. It should be noted that the code is written in the modern format of Fortran.