FreeFOAM The Cross-Platform CFD Toolkit
wallPointData< Type > Class Template Reference

Holds information (coordinate and normal) regarding nearest wall point. More...

#include <meshTools/wallPointData.H>


Detailed Description

template<class Type>
class Foam::wallPointData< Type >

Holds information (coordinate and normal) regarding nearest wall point.

Is like wallPoint but transfer extra (passive) data. Used e.g. in wall distance calculation with wall reflection vectors.

Source files

Definition at line 62 of file wallPointData.H.

+ Inheritance diagram for wallPointData< Type >:
+ Collaboration diagram for wallPointData< Type >:

List of all members.

Public Types

typedef Type dataType

Public Member Functions

 wallPointData ()
 Construct null.
 wallPointData (const point &origin, const Type &data, const scalar distSqr)
 Construct from origin, normal, distance.
const Type & data () const
Type & data ()
bool updateCell (const polyMesh &mesh, const label thisCellI, const label neighbourFaceI, const wallPointData< Type > &neighbourWallInfo, const scalar tol)
 Influence of neighbouring face.
bool updateFace (const polyMesh &mesh, const label thisFaceI, const label neighbourCellI, const wallPointData< Type > &neighbourWallInfo, const scalar tol)
 Influence of neighbouring cell.
bool updateFace (const polyMesh &mesh, const label thisFaceI, const wallPointData< Type > &neighbourWallInfo, const scalar tol)
 Influence of different value on same face.
- Public Member Functions inherited from wallPoint
 wallPoint ()
 Construct null.
 wallPoint (const point &origin, const scalar distSqr)
 Construct from origin, distance.
 wallPoint (const wallPoint &)
 Construct as copy.
const pointorigin () const
pointorigin ()
scalar distSqr () const
scalar & distSqr ()
bool valid () const
 Check whether origin has been changed at all or.
bool sameGeometry (const polyMesh &, const wallPoint &, const scalar) const
 Check for identical geometrical data. Used for cyclics checking.
void leaveDomain (const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre)
 Convert any absolute coordinates into relative to (patch)face.
void enterDomain (const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre)
 Reverse of leaveDomain.
void transform (const polyMesh &, const tensor &)
 Apply rotation matrix to any coordinates.
bool updateCell (const polyMesh &, const label thisCellI, const label neighbourFaceI, const wallPoint &neighbourInfo, const scalar tol)
 Influence of neighbouring face.
bool updateFace (const polyMesh &, const label thisFaceI, const label neighbourCellI, const wallPoint &neighbourInfo, const scalar tol)
 Influence of neighbouring cell.
bool updateFace (const polyMesh &, const label thisFaceI, const wallPoint &neighbourInfo, const scalar tol)
 Influence of different value on same face.
bool operator== (const wallPoint &) const
bool operator!= (const wallPoint &) const

Friends

Ostreamoperator (Ostream &, const wallPointData< Type > &)
Istreamoperator>> (Istream &, wallPointData< Type > &)

Additional Inherited Members

- Static Public Attributes inherited from wallPoint
static point greatPoint
 initial point far away.

Member Typedef Documentation

typedef Type dataType

Definition at line 87 of file wallPointData.H.


Constructor & Destructor Documentation

wallPointData ( )
inline

Construct null.

Definition at line 86 of file wallPointDataI.H.

wallPointData ( const point origin,
const Type &  data,
const scalar  distSqr 
)
inline

Construct from origin, normal, distance.

Definition at line 96 of file wallPointDataI.H.


Member Function Documentation

const Type & data ( ) const
inline

Definition at line 110 of file wallPointDataI.H.

Type & data ( )
inline

Definition at line 117 of file wallPointDataI.H.

bool updateCell ( const polyMesh mesh,
const label  thisCellI,
const label  neighbourFaceI,
const wallPointData< Type > &  neighbourWallInfo,
const scalar  tol 
)
inline

Influence of neighbouring face.

Calls update(...) with cellCentre of cellI

Definition at line 126 of file wallPointDataI.H.

bool updateFace ( const polyMesh mesh,
const label  thisFaceI,
const label  neighbourCellI,
const wallPointData< Type > &  neighbourWallInfo,
const scalar  tol 
)
inline

Influence of neighbouring cell.

Calls update(...) with faceCentre of faceI

Definition at line 148 of file wallPointDataI.H.

References primitiveMesh::faceCentres().

bool updateFace ( const polyMesh mesh,
const label  thisFaceI,
const wallPointData< Type > &  neighbourWallInfo,
const scalar  tol 
)
inline

Influence of different value on same face.

Merge new and old info. Calls update(...) with faceCentre of faceI

Definition at line 170 of file wallPointDataI.H.

References primitiveMesh::faceCentres().


Friends And Related Function Documentation

Ostream& operator ( Ostream ,
const wallPointData< Type > &   
)
friend
Istream& operator>> ( Istream ,
wallPointData< Type > &   
)
friend

Definition at line 54 of file wallPointData.C.


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