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

plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ > Class Template Reference

#include <regularizedBoundaryDynamics3D.h>

Inheritance diagram for plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >:
Collaboration diagram for plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >:

List of all members.

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.

template<typename T, template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
class plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >


Constructor & Destructor Documentation

template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::RegularizedVelocityInnerCornerDynamics3D ( Dynamics< T, Descriptor > *  baseDynamics_,
bool  automaticPrepareCollision_ = true 
) [inline]

Member Function Documentation

template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
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 >.

template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::completePopulations ( Cell< T, Descriptor > &  cell  )  const [inline, virtual]
template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
T plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeDensity ( Cell< T, Descriptor > const &  cell  )  const [inline, virtual]
template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
T plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeRhoBar ( Cell< T, Descriptor > const &  cell  )  const [inline, virtual]
template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
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]
template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
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().

template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::computeVelocity ( Cell< T, Descriptor > const &  cell,
Array< T, Descriptor< T >::d > &  u_ 
) const [inline, virtual]
template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
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().

template<typename T , template< typename U > class Descriptor, int normalX, int normalY, int normalZ>
void plb::RegularizedVelocityInnerCornerDynamics3D< T, Descriptor, normalX, normalY, normalZ >::replaceBaseDynamics ( Dynamics< T, Descriptor > *  newBaseDynamics  )  [inline, virtual]

The documentation for this class was generated from the following files: