$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
#include <wrappedLocalBoundaryProcessor3D.h>


Public Member Functions | |
| virtual void | process (Box3D domain, BlockLattice3D< T, Descriptor > &lattice) |
| virtual WrappedLocalBoundaryFunctional3D < T, Descriptor > * | clone () const |
| virtual void | getTypeOfModification (std::vector< modif::ModifT > &modified) const |
| virtual int | getStaticId () const |
Static Public Attributes | |
| static const int | staticId |
This class wraps the dynamics of a local boundary condition to present it in terms of a data processor. The advantage is that it "repairs" the unknown populations on a wall right after propagation, in case they should be used by another data processor.
| WrappedLocalBoundaryFunctional3D< T, Descriptor > * plb::WrappedLocalBoundaryFunctional3D< T, Descriptor >::clone | ( | ) | const [inline, virtual] |
Implements plb::BoxProcessingFunctional3D.
| virtual int plb::WrappedLocalBoundaryFunctional3D< T, Descriptor >::getStaticId | ( | ) | const [inline, virtual] |
Return a default value of -1. This is to help transition for legacy code that has not yet implemented this method.
Reimplemented from plb::BoxProcessingFunctional3D.
References plb::WrappedLocalBoundaryFunctional3D< T, Descriptor >::staticId.
| virtual void plb::WrappedLocalBoundaryFunctional3D< T, Descriptor >::getTypeOfModification | ( | std::vector< modif::ModifT > & | modified | ) | const [inline, virtual] |
Implements plb::BoxProcessingFunctional3D.
References plb::modif::staticVariables.
| void plb::WrappedLocalBoundaryFunctional3D< T, Descriptor >::process | ( | Box3D | domain, | |
| BlockLattice3D< T, Descriptor > & | lattice | |||
| ) | [inline, virtual] |
Implements plb::BoxProcessingFunctional3D_L< T, Descriptor >.
References plb::BlockLattice3D< T, Descriptor >::get(), plb::Cell< T, Descriptor >::getDynamics(), plb::Dynamics< T, Descriptor >::isComposite(), PLB_ASSERT, plb::Box3D::x0, plb::Box3D::x1, plb::Box3D::y0, plb::Box3D::y1, plb::Box3D::z0, and plb::Box3D::z1.
const int plb::WrappedLocalBoundaryFunctional3D< T, Descriptor >::staticId [inline, static] |
meta::registerProcessor3D < WrappedLocalBoundaryFunctional3D<T,Descriptor>, T, Descriptor> (std::string("WrappedLocalBoundary3D"))
Referenced by plb::WrappedLocalBoundaryFunctional3D< T, Descriptor >::getStaticId().
1.6.3
1.6.3