Skip to content
/ pylbm Public
forked from pylbm/pylbm

Numerical simulations using flexible Lattice Boltzmann solvers

License

Notifications You must be signed in to change notification settings

zmhou/pylbm

 
 

Repository files navigation

pylbm

Binder Travis Appveyor Doc badge Join the chat at https://gitter.im/pylbm/pylbm

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, NumPy or Loo.py from the scheme and the domain given by the user. Pythran and Numba wiil be available soon. pylbm has MPI support with mpi4py.

Installation

You can install pylbm in several ways

With conda

conda install pylbm -c pylbm -c conda-forge

With Pypi

pip install pylbm

or

pip install pylbm --user

From source

You can also clone the project

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

and then use the command

python setup.py install

For more information, take a look at the documentation

http://pylbm.readthedocs.io

About

Numerical simulations using flexible Lattice Boltzmann solvers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 62.7%
  • Python 36.3%
  • Other 1.0%