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


Public Member Functions | |
| RegularizedVelocityInnerCornerDynamics3D (Dynamics< T, Descriptor > *baseDynamics_, bool automaticPrepareCollision_=true) | |
| virtual RegularizedVelocityInnerCornerDynamics3D < T, Descriptor, normalX, normalY, normalZ > * | clone () const |
| Clone the object, based on its dynamic type. | |
| virtual void | replaceBaseDynamics (Dynamics< T, Descriptor > *newBaseDynamics) |
| virtual void | computeVelocity (Cell< T, Descriptor > const &cell, Array< T, Descriptor< T >::d > &u_) const |
| Compute the local fluid velocity in lattice units. | |
| virtual void | defineVelocity (Cell< T, Descriptor > &cell, Array< T, Descriptor< T >::d > const &u_) |
| Define velocity. Stores value inside Dynamics object. | |
| virtual T | computeDensity (Cell< T, Descriptor > const &cell) const |
| Compute density from incoming particle populations. | |
| virtual T | computeRhoBar (Cell< T, Descriptor > const &cell) const |
| Compute order-0 moment rho-bar. | |
| virtual void | computeRhoBarJ (Cell< T, Descriptor > const &cell, T &rhoBar_, Array< T, Descriptor< T >::d > &j) const |
| Compute order-0 moment rho-bar and order-1 moment j. | |
| virtual void | computeRhoBarJPiNeq (Cell< T, Descriptor > const &cell, T &rhoBar, Array< T, Descriptor< T >::d > &j, Array< T, SymmetricTensor< T, Descriptor >::n > &PiNeq) const |
| virtual void | completePopulations (Cell< T, Descriptor > &cell) const |
| Default completion scheme, does nothing. | |
| plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::RegularizedVelocityInnerCornerDynamics3D | ( | Dynamics< T, Descriptor > * | baseDynamics_, | |
| bool | automaticPrepareCollision_ = true | |||
| ) | [inline] |
| RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ > * plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::clone | ( | ) | const [inline, virtual] |
Clone the object, based on its dynamic type.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
| void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::completePopulations | ( | Cell< T, Descriptor > & | cell | ) | const [inline, virtual] |
Default completion scheme, does nothing.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
References plb::CompositeDynamics< T, Descriptor >::computeEquilibrium(), plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBarJ(), plb::CompositeDynamics< T, Descriptor >::getBaseDynamics(), and plb::normSqr().
| T plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeDensity | ( | Cell< T, Descriptor > const & | cell | ) | const [inline, virtual] |
Compute density from incoming particle populations.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
References plb::VelocityDirichletBoundaryDynamics< T, Descriptor, direction, orientation >::computeDensity().
| T plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBar | ( | Cell< T, Descriptor > const & | cell | ) | const [inline, virtual] |
Compute order-0 moment rho-bar.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
References plb::VelocityDirichletBoundaryDynamics< T, Descriptor, direction, orientation >::computeRhoBar().
Referenced by plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBarJ().
| void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBarJ | ( | Cell< T, Descriptor > const & | cell, | |
| T & | rhoBar_, | |||
| Array< T, Descriptor< T >::d > & | j | |||
| ) | const [inline, virtual] |
Compute order-0 moment rho-bar and order-1 moment j.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
References plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBar(), plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeVelocity(), and plb::CompositeDynamics< T, Descriptor >::velIsJ().
Referenced by plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::completePopulations().
| void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBarJPiNeq | ( | Cell< T, Descriptor > const & | cell, | |
| T & | rhoBar, | |||
| Array< T, Descriptor< T >::d > & | j, | |||
| Array< T, SymmetricTensor< T, Descriptor >::n > & | PiNeq | |||
| ) | const [inline, virtual] |
Compute order-0 moment rho-bar, order-1 moment j, and order-2 off-equilibrium moment PiNeq.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
References plb::BoundaryCompositeDynamics< T, Descriptor >::computeRhoBarJPiNeq().
| void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeVelocity | ( | Cell< T, Descriptor > const & | cell, | |
| Array< T, Descriptor< T >::d > & | u_ | |||
| ) | const [inline, virtual] |
Compute the local fluid velocity in lattice units.
Reimplemented from plb::BoundaryCompositeDynamics< T, Descriptor >.
References plb::StoreVelocityDynamics< T, Descriptor >::computeVelocity().
Referenced by plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBarJ().
| void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::defineVelocity | ( | Cell< T, Descriptor > & | cell, | |
| Array< T, Descriptor< T >::d > const & | u_ | |||
| ) | [inline, virtual] |
Define velocity. Stores value inside Dynamics object.
Reimplemented from plb::CompositeDynamics< T, Descriptor >.
References plb::StoreVelocityDynamics< T, Descriptor >::defineVelocity().
| void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::replaceBaseDynamics | ( | Dynamics< T, Descriptor > * | newBaseDynamics | ) | [inline, virtual] |
Reimplemented from plb::CompositeDynamics< T, Descriptor >.
References plb::Dynamics< T, Descriptor >::clone(), and plb::CompositeDynamics< T, Descriptor >::replaceBaseDynamics().
1.6.3
1.6.3