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

NLD_boundaries3D.h File Reference

#include "core/globalDefs.h"
#include "core/nonLocalDynamics3D.h"
#include "boundaryCondition/boundaryCondition.h"
Include dependency graph for NLD_boundaries3D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  plb::ExecuteNonLocalDynamics3D< T, Descriptor >
class  plb::ExecutePlaneNLD_3D< T, Descriptor >
class  plb::ExecuteEdgeNLD_3D< T, Descriptor >
class  plb::ExecuteCornerNLD_3D< T, Descriptor >

Namespaces

namespace  plb
 

All OpenLB code is contained in this namespace.


Functions

template<typename T , template< typename U > class Descriptor>
void plb::instantiateOuterNLDboundary (MultiBlockLattice3D< T, Descriptor > &lattice, Box3D bbox)
template<typename T , template< typename U > class Descriptor>
void plb::setOuterNLDboundaryDynamics (MultiBlockLattice3D< T, Descriptor > &lattice, Dynamics< T, Descriptor > *baseDynamics, Box3D bbox, Box3D domain, boundary::BcType bcType)
template<typename T , template< typename U > class Descriptor>
void plb::setOuterNLDboundaryDynamics (MultiBlockLattice3D< T, Descriptor > &lattice, Dynamics< T, Descriptor > *baseDynamics, Box3D domain, boundary::BcType bcType)

Detailed Description

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