|
Palabos
Version 1.0
|
#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>

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) |
The dynamics of a 2D block lattice -- generic implementation.