OpenFOAM logo
Open Source CFD Toolkit

wallPointData Class Template Reference

Inheritance diagram for wallPointData:

Inheritance graph
[legend]
Collaboration diagram for wallPointData:

Collaboration graph
[legend]
List of all members.

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


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.

Friends

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

Member Typedef Documentation

typedef Type dataType
 

Definition at line 96 of file wallPointData.H.


Constructor & Destructor Documentation

wallPointData  )  [inline]
 

Construct null.

Definition at line 95 of file wallPointDataI.H.

References Foam::point.

wallPointData const point origin,
const Type &  data,
const scalar  distSqr
[inline]
 

Construct from origin, normal, distance.

Definition at line 105 of file wallPointDataI.H.


Member Function Documentation

Type & data  )  [inline]
 

Definition at line 126 of file wallPointDataI.H.

References Foam::label.

const Type & data  )  const [inline]
 

Definition at line 119 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 135 of file wallPointDataI.H.

References mesh, and Foam::vectorField.

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 179 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 157 of file wallPointDataI.H.

References mesh, and Foam::vectorField.


Friends And Related Function Documentation

Ostream& operator Ostream ,
const wallPointData< Type > & 
[friend]
 

Istream& operator>> Istream ,
wallPointData< Type > & 
[friend]
 


The documentation for this class was generated from the following files:
For further information go to www.openfoam.org