项目作者: MagB93

项目描述 :
A Fortran implementiotn of the Lattice Boltzmann Method (LBM)
高级语言: Fortran
项目地址: git://github.com/MagB93/ForOpenLBM.git
创建时间: 2017-05-20T18:26:27Z
项目社区:https://github.com/MagB93/ForOpenLBM

开源协议:GNU General Public License v3.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.