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

plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor > Class Template Reference

#include <NLD_boundaryDynamics3D.h>

Inheritance diagram for plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >:
Collaboration diagram for plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >:

List of all members.

Public Member Functions

 NLD_VelocityNeumannBoundaryDynamics3D (Dynamics< T, Descriptor > *baseDynamics_)
 NLD_VelocityNeumannBoundaryDynamics3D (HierarchicUnserializer &unserializer)
virtual
NLD_VelocityNeumannBoundaryDynamics3D
< T, Descriptor > * 
clone () const
 Clone the object, based on its dynamic type.
virtual int getId () const
 Get an ID for the class which is unique for a given choice of T and Descriptor.
virtual void prepareCollision (Cell< T, Descriptor > &cell)
 Do something before execution of main collision step.
virtual void planeBoundaryCompletion (int direction, int orientation, plint iX, plint iY, plint iZ, BlockLattice3D< T, Descriptor > &lattice)
virtual void edgeBoundaryCompletion (int plane, int normal1, int normal2, plint iX, plint iY, plint iZ, BlockLattice3D< T, Descriptor > &lattice)
virtual void cornerBoundaryCompletion (int xNormal, int yNormal, int zNormal, plint iX, plint iY, plint iZ, BlockLattice3D< T, Descriptor > &lattice)
virtual void planeComputeMacroscopic (int direction, int orientation, plint iX, plint iY, plint iZ, BlockLattice3D< T, Descriptor > &lattice, T &rhoBar, Array< T, 3 > &j, T &thetaBar)
virtual void edgeComputeMacroscopic (int plane, int normal1, int normal2, plint iX, plint iY, plint iZ, BlockLattice3D< T, Descriptor > &lattice, T &rhoBar, Array< T, 3 > &j, T &thetaBar)
virtual void cornerComputeMacroscopic (int xNormal, int yNormal, int zNormal, plint iX, plint iY, plint iZ, BlockLattice3D< T, Descriptor > &lattice, T &rhoBar, Array< T, 3 > &j, T &thetaBar)

template<typename T, template< typename U > class Descriptor>
class plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >


Constructor & Destructor Documentation

template<typename T , template< typename U > class Descriptor>
plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::NLD_VelocityNeumannBoundaryDynamics3D ( Dynamics< T, Descriptor > *  baseDynamics_  )  [inline]
template<typename T , template< typename U > class Descriptor>
plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::NLD_VelocityNeumannBoundaryDynamics3D ( HierarchicUnserializer unserializer  )  [inline]

Member Function Documentation

template<typename T , template< typename U > class Descriptor>
NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor > * plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::clone (  )  const [inline, virtual]

Clone the object, based on its dynamic type.

Implements plb::CompositeDynamics< T, Descriptor >.

template<typename T , template< typename U > class Descriptor>
void plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::cornerComputeMacroscopic ( int  xNormal,
int  yNormal,
int  zNormal,
plint  iX,
plint  iY,
plint  iZ,
BlockLattice3D< T, Descriptor > &  lattice,
T &  rhoBar,
Array< T, 3 > &  j,
T &  thetaBar 
) [inline, virtual]
template<typename T , template< typename U > class Descriptor>
void plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::edgeComputeMacroscopic ( int  plane,
int  normal1,
int  normal2,
plint  iX,
plint  iY,
plint  iZ,
BlockLattice3D< T, Descriptor > &  lattice,
T &  rhoBar,
Array< T, 3 > &  j,
T &  thetaBar 
) [inline, virtual]
template<typename T , template< typename U > class Descriptor>
int plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::getId (  )  const [inline, virtual]

Get an ID for the class which is unique for a given choice of T and Descriptor.

By default, this method returns 0 ("undefined").

Reimplemented from plb::Dynamics< T, Descriptor >.

template<typename T , template< typename U > class Descriptor>
void plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::planeComputeMacroscopic ( int  direction,
int  orientation,
plint  iX,
plint  iY,
plint  iZ,
BlockLattice3D< T, Descriptor > &  lattice,
T &  rhoBar,
Array< T, 3 > &  j,
T &  thetaBar 
) [inline, virtual]
template<typename T , template< typename U > class Descriptor>
void plb::NLD_VelocityNeumannBoundaryDynamics3D< T, Descriptor >::prepareCollision ( Cell< T, Descriptor > &  cell  )  [inline, virtual]

Do something before execution of main collision step.

Implements plb::CompositeDynamics< T, Descriptor >.


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