Palabos  Version 1.0
blockLattice2D.h File Reference
#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>
Include dependency graph for blockLattice2D.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

The dynamics of a 2D block lattice -- header file.