Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
/ ForOpenLBM Public archive

A Fortran implementiotn of the Lattice Boltzmann Method (LBM)

License

Notifications You must be signed in to change notification settings

MagBad/ForOpenLBM

Repository files navigation

Open Fortran LBM

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

State

Currently nothing is workning. 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.