OpenLB is a C++ package for the implementation of lattice Boltzmann methods (LBM) to address a vast range of transport problems, e.g. in computational fluid dynamics. The modular open source code enables fast implementation of academic test problems and advanced engineering applications.
The OpenLB project is a C++ package for the implementation of lattice Boltzmann
methods adressing a vast range of transport problems.
The only mandatory external dependency of OpenLB is GNU Make and a C++ compiler
with C++20 support. This includes all reasonably recent versions of GCC, Clang
and Intel ICX.
GPU support depends on Nvidia CUDA 12 or later.
config.mk
file to fit your local compiler environmentconfig/
)make
make
A comprehensive user guide is available in doc/userGuide
.
Papers featuring OpenLB are collected at 1.
Up-to-date Doxygen documentation can be generated via make doxygen
or accessed at 2.
The OpenLB forum 3 is an open discussion board for all aspects of LBM and OpenLB.
Feel free to post any problems, questions, suggestions or contributions.
You can also reach us via mail at info@openlb.net
There is a yearly one-week Spring School 4 where you can learn about LBM and
OpenLB directly from the developer team and invited guest lecturers.
A list of all present and past contributors is available at 5.
Standardized citation metadata is available in the CITATION.cff
file.
To cite OpenLB in general instead of a specific release we suggest:
@article{OpenLB2021,
title = {{OpenLB - Open Source Lattice Boltzmann Code}},
year = {2021},
issn = {08981221},
doi = {10.1016/j.camwa.2020.04.033},
journal = {Computers \& Mathematics with Applications},
author = {Krause, Mathias J. and Kummerl{\"a}nder, Adrian and Avis, Samuel J. and Kusumaatmaja, Halim and Dapelo, Davide and Klemens, Fabian and Gaedtke, Maximilian and Hafen, Nicolas and Mink, Albert and Trunk, Robin and Marquardt, Jan E. and Maier, Marie-Luise and Haussmann, Marc and Simonis, Stephan},
}
This article is available as open access 6.
The basic formatting rules are described by the .editorconfig
file 7
for automatic application in a wide variety of text editors and IDEs.
OpenLB is provided as open source under the terms of the GNU GPL v2 license.
See LICENSE
for details.