$treeview $search $mathjax
Palabos  Version 1.1
$projectbrief
$projectbrief
$searchbox

boundaryDynamics.h File Reference

#include "core/globalDefs.h"
#include "core/dynamics.h"
#include "core/hierarchicSerializer.h"
Include dependency graph for boundaryDynamics.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plb::BoundaryCompositeDynamics< T, Descriptor >
 Computation of the macroscopic variables is obtained after invoking completion scheme. More...
class  plb::StoreDensityDynamics< T, Descriptor >
 Value of the density is stored inside Dynamics. More...
class  plb::StoreVelocityDynamics< T, Descriptor >
 Value of the velocity is stored inside dynamics. More...
class  plb::StoreDensityAndVelocityDynamics< T, Descriptor >
 Density and Velocity are stored inside dynamics. More...
class  plb::StoreTemperatureAndVelocityDynamics< T, Descriptor >
 Temperature and Velocity are stored inside dynamics. More...
class  plb::VelocityDirichletBoundaryDynamics< T, Descriptor, direction, orientation >
 Velocity Dirichlet boundary dynamics for a straight wall. More...
class  plb::DensityDirichletBoundaryDynamics< T, Descriptor, direction, orientation >
 Density Dirichlet boundary dynamics for a straight wall. More...

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.



Detailed Description

A collection of dynamics classes (e.g. BGK) with which a Cell object can be instantiated -- header file.