Palabos  Version 1.0
blockLattice2D.hh File Reference
#include "atomicBlock/blockLattice2D.h"
#include "core/dynamics.h"
#include "core/cell.h"
#include "latticeBoltzmann/latticeTemplates.h"
#include "latticeBoltzmann/indexTemplates.h"
#include "core/util.h"
#include "core/latticeStatistics.h"
#include "core/dynamicsIdentifiers.h"
#include "core/plbProfiler.h"
#include <algorithm>
#include <typeinfo>
#include <cmath>
Include dependency graph for blockLattice2D.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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::getStoredMaxVelocity (BlockLattice2D< T, Descriptor > const &blockLattice)

Detailed Description

The dynamics of a 2D block lattice -- generic implementation.