Skip to content

A simple C++ implementation of the Lattice Boltzmann methods, using Allegro and MPI

License

Notifications You must be signed in to change notification settings

kwrx/Lattice-Boltzmann-CA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lattice-Boltzmann Fluid Dynamics

Build Status License: MIT

How to run?

$> git clone https://github.com/kwrx/Lattice-Boltzmann-CA
$> cd Lattice-Boltzmann-CA
$> make run

Description

Remake of the Lattice Boltzmann CA, a popular cellular automata, developed using Allegro, a simple cross platform 2D graphic library, and MPI, a popular API used for parallel programming and message passing systems.

📚 Paper: HERE

Lattice-Boltzmann-CA - Screenshot

License

Copyright (c) Antonino Natale. All rights reserved.

Licensed under the MIT license.

About

A simple C++ implementation of the Lattice Boltzmann methods, using Allegro and MPI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published