|
Palabos
Version 1.0
|
#include "core/globalDefs.h"#include "core/plbDebug.h"#include "core/cell.h"#include "atomicBlock/dataField2D.h"#include "core/blockLatticeBase2D.h"#include "atomicBlock/atomicBlock2D.h"#include "core/blockIdentifiers.h"#include <vector>#include <map>

Go to the source code of this file.
Classes | |
| class | plb::BlockLatticeDataTransfer2D< T, Descriptor > |
| class | plb::BlockLattice2D< T, Descriptor > |
Namespaces | |
| namespace | plb |
All OpenLB code is contained in this namespace. | |
Functions | |
| template<typename T , template< typename U > class Descriptor> | |
| double | plb::getStoredAverageDensity (BlockLattice2D< T, Descriptor > const &blockLattice) |
| template<typename T , template< typename U > class Descriptor> | |
| double | plb::getStoredAverageEnergy (BlockLattice2D< T, Descriptor > const &blockLattice) |
| template<typename T , template< typename U > class Descriptor> | |
| double | plb::getStoredAverageVelocity (BlockLattice2D< T, Descriptor > const &blockLattice) |
The dynamics of a 2D block lattice -- header file.