Holds information (coordinate and normal) regarding nearest wall point. More...
#include <meshTools/wallPointData.H>
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.
Definition at line 62 of file wallPointData.H.
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 | |
Ostream & | operator (Ostream &, const wallPointData< Type > &) |
Istream & | operator>> (Istream &, wallPointData< Type > &) |
typedef Type dataType |
Definition at line 87 of file wallPointData.H.
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.
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().
Ostream& operator | ( | Ostream & | , |
const wallPointData< Type > & | |||
) | [friend]
|
Istream& operator>> | ( | Istream & | , |
wallPointData< Type > & | |||
) | [friend]
|
Definition at line 54 of file wallPointData.C.