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

plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 > Class Template Reference

#include <finiteDifferenceBoundaryProcessor3D.h>

Inheritance diagram for plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >:
Collaboration diagram for plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >:

List of all members.

Public Types

enum  { direction1 = (plane+1)3, direction2 = (plane+2)3 }

Public Member Functions

virtual void process (Box3D domain, BlockLattice3D< T, Descriptor > &lattice)
virtual
OuterVelocityEdgeFunctional3D
< T, Descriptor, plane,
normal1, normal2 > * 
clone () const
virtual void getTypeOfModification (std::vector< modif::ModifT > &modified) const
virtual int getStaticId () const

Static Public Member Functions

static void processCell (plint iX, plint iY, plint iZ, BlockLattice3D< T, Descriptor > &lattice)

Static Public Attributes

static const int staticId

Detailed Description

template<typename T, template< typename U > class Descriptor, int plane, int normal1, int normal2>
class plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >

This class computes the Skordos BC on a convex edge wall in 3D but with a limited number of terms added to the equilibrium distributions (i.e. only the Q_i : Pi term)


Member Enumeration Documentation

template<typename T, template< typename U > class Descriptor, int plane, int normal1, int normal2>
anonymous enum
Enumerator:
direction1 
direction2 

Member Function Documentation

template<typename T , template< typename U > class Descriptor, int plane, int normal1, int normal2>
OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 > * plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >::clone (  )  const [inline, virtual]
template<typename T, template< typename U > class Descriptor, int plane, int normal1, int normal2>
virtual int plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >::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::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >::staticId.

template<typename T, template< typename U > class Descriptor, int plane, int normal1, int normal2>
virtual void plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >::getTypeOfModification ( std::vector< modif::ModifT > &  modified  )  const [inline, virtual]
template<typename T , template< typename U > class Descriptor, int plane, int normal1, int normal2>
void plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >::process ( Box3D  domain,
BlockLattice3D< T, Descriptor > &  lattice 
) [inline, virtual]

Member Data Documentation

template<typename T, template< typename U > class Descriptor, int plane, int normal1, int normal2>
const int plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >::staticId [inline, static]
Initial value:
    meta::registerProcessor3D < OuterVelocityEdgeFunctional3D<T, Descriptor, plane,normal1,normal2>,
                                T, Descriptor, plane,normal1,normal2> (std::string("OuterVelocityEdge"))

Referenced by plb::OuterVelocityEdgeFunctional3D< T, Descriptor, plane, normal1, normal2 >::getStaticId().


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