Skip to content

wuxiangchao/pylbm_gallery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyLBM is an all-in-one package for numerical simulations using Lattice Boltzmann solvers.

This package gives all the tools to describe your lattice Boltzmann scheme in 1D, 2D and 3D problems.

We choose the D'Humières formalism to describe the problem. You can have complex geometry with a set of simple shape like circle, sphere, ...

pyLBM performs the numerical scheme using Cython, Pythran or Numba from the scheme and the domain given by the user. pyLBM has MPI support with mpi4py.

Installation

To install pyLBM, you have several ways. You can clone the project

git clone https://github.com/pylbm/pylbm

and then use the command

python setup.py install

You can also install the last version on Pypi

pip install pyLBM

Getting started

To understand how to use pyLBM, you have a lot of Python notebooks on our website

[http://www.math.u-psud.fr/pyLBM/tutorial.html]http://www.math.u-psud.fr/pyLBM/tutorial.html)

For more information, take a look at the documentation

[http://www.math.u-psud.fr/pyLBM](http://www.math.u-psud.fr/pyLBM)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%