Quick links
| Download | User's Guide | Tutorial |
Palabos is ...
... a library for lattice Boltzmann simulations
- The code is in C++ and can be used to simulate physical phenomena, with emphasis on fluids.
- The kernel is based on a variety of lattice Boltzmann models.
- The source code is modular and can easily be extended by application programmers.
... a framework for high performance computing
- The library is optimized for single processor performance.
- Efficient parallelization is achieved through the MPI extension. Good scalability on thousands of cores, and code efficiency up to several billion site updates per second in 3D applications have been measured.
- Memory optimizations are accessible in case of irregular domain boundaries.
... a community code
- The source code is free and can be used under the terms of a Gnu General Public License V.3 (GPL3).
- Developers from different countries are currently participating, and new contributions are welcome.
... and more
- Full serial and parallel checkpointing is supported for interrupted program executions.
- Output of the data in VTK format allows visualization and data analysis with external tools like Paraview.
- As the library is based on simple concepts, it is appropriate as a teaching support for courses on CFD and lattice Boltzmann.
Short history of the Palabos project ( feed )
August 19, 2010 -
Palabos V0.7 Release 2 -- minor release: new tutorial for Palabos-Python binding; compilation error fixes.
August 13, 2010 -
Palabos V0.7 Release 1 -- minor release: a few bug fixes.
July 4, 2010 -
Palabos V0.7 Release 0 -- new major release: Python interface to Palabos, grid refinement, new multi-phase model.
February 12, 2010 -
Palabos V0.6 Release 2; bug fix for linking of multiple-source-file end-user applications.
August 1, 2009 -
Release of the new Palabos project branch, starting with version 0.6. Compared to OpenLB, each line of code was re-written from scratch, to be more general, more extensible, and more efficient.
May 12, 2008 -
OpenLB version 0.5; multi-physics modules allow couplings between lattices (multi-component fluids, thermal fluids).
January 1, 2008 -
OpenLB Version 0.4; This is the first MPI-parallel release. June 24, 2007 -
OpenLB Version 0.2; the code has been practically re-written from scratch to generalize the notion of data processors. July 12, 2006 -
First public release, Version 0.1, Release 0 December 2005 -
The OpenLB project is created and the source code development starts.