RF3D-dev / lbm-d3q19

A simple, three-dimensional lattice-Boltzmann code written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lbm-d3q19 readme

lbm-d3q19 is a simple, three-dimensional lattice-Boltzmann code to approximate the Navier-Stokes equations of incompressible fluid flow.

lbm-d3q19 is licensed under the GNU General Public License, v.3. See license.txt for more information.

Requirements

The build requirements are:

Obtaining lbm-d3q19

The best way to keep up to date with subsequent updates, bugfixes and development, is to use the Git version control system. To obtain a local copy, execute:

git clone https://github.com/anders-dc/lbm-d3q19.git

Build and run instructions

lbm-d3q19 is built using make, the platform-specific C compiler. Execute the following commands from the root directory:

make

About

A simple, three-dimensional lattice-Boltzmann code written in C

License:GNU General Public License v3.0


Languages

Language:C 95.9%Language:Makefile 2.3%Language:Gnuplot 1.8%