$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
Generic velocity boundary dynamics for a straight wall. More...
#include <generalizedBoundaryDynamics.h>


Public Member Functions | |
| GeneralizedVelocityBoundaryDynamics (Dynamics< T, Descriptor > *baseDynamics_, std::vector< plint > missingIndices_, bool automaticPrepareCollision=true) | |
| GeneralizedVelocityBoundaryDynamics (HierarchicUnserializer &unserializer) | |
| virtual GeneralizedVelocityBoundaryDynamics < T, Descriptor > * | clone () const |
| Clone the object, based on its dynamic type. | |
| virtual int | getId () const |
| Return a unique ID for this class. | |
| virtual void | serialize (HierarchicSerializer &serializer) const |
| Serialize the dynamics object. | |
| virtual void | unserialize (HierarchicUnserializer &unserializer) |
| Un-Serialize the dynamics object. | |
| void | computeUlb (Cell< T, Descriptor > const &cell, Array< T, Descriptor< T >::d > &uLb) const |
| virtual void | completePopulations (Cell< T, Descriptor > &cell) const |
| Execute completion scheme before base collision. | |
Generic velocity boundary dynamics for a straight wall.
| plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::GeneralizedVelocityBoundaryDynamics | ( | Dynamics< T, Descriptor > * | baseDynamics_, | |
| std::vector< plint > | missingIndices_, | |||
| bool | automaticPrepareCollision = true | |||
| ) | [inline] |
| plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::GeneralizedVelocityBoundaryDynamics | ( | HierarchicUnserializer & | unserializer | ) | [inline] |
| GeneralizedVelocityBoundaryDynamics< T, Descriptor > * plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::clone | ( | ) | const [inline, virtual] |
Clone the object, based on its dynamic type.
Reimplemented from plb::StoreVelocityDynamics< T, Descriptor >.
References plb::unserialize().
| void plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::completePopulations | ( | Cell< T, Descriptor > & | cell | ) | const [inline, virtual] |
Execute completion scheme before base collision.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
References plb::getExternalForceComponent().
| void plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::computeUlb | ( | Cell< T, Descriptor > const & | cell, | |
| Array< T, Descriptor< T >::d > & | uLb | |||
| ) | const [inline] |
| int plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::getId | ( | ) | const [inline, virtual] |
Return a unique ID for this class.
Reimplemented from plb::StoreVelocityDynamics< T, Descriptor >.
| void plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::serialize | ( | HierarchicSerializer & | serializer | ) | const [inline, virtual] |
Serialize the dynamics object.
Reimplemented from plb::StoreVelocityDynamics< T, Descriptor >.
| void plb::GeneralizedVelocityBoundaryDynamics< T, Descriptor >::unserialize | ( | HierarchicUnserializer & | unserializer | ) | [inline, virtual] |
Un-Serialize the dynamics object.
Reimplemented from plb::StoreVelocityDynamics< T, Descriptor >.
1.6.3
1.6.3