/ForOpenLBM

A Fortran implementiotn of the Lattice Boltzmann Method (LBM)

Primary LanguageFortranGNU General Public License v3.0GPL-3.0

Fortran Open LBM

Build Status Codecov

This repository contains a implementation of the Lattice Boltzmann Method ( LBM ) in a modern Fortran.

State

Currently nothing is working. They're under development.

Why Fortran?

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.