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. | |
![]() | |
wallPoint () | |
Construct null. | |
wallPoint (const point &origin, const scalar distSqr) | |
Construct from origin, distance. | |
wallPoint (const wallPoint &) | |
Construct as copy. | |
const point & | origin () const |
point & | origin () |
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 | |
Ostream & | operator (Ostream &, const wallPointData< Type > &) |
Istream & | operator>> (Istream &, wallPointData< Type > &) |
Additional Inherited Members | |
![]() | |
static point | greatPoint |
initial point far away. |
typedef Type dataType |
Definition at line 87 of file wallPointData.H.
|
inline |
Construct null.
Definition at line 86 of file wallPointDataI.H.
|
inline |
Construct from origin, normal, distance.
Definition at line 96 of file wallPointDataI.H.
|
inline |
Definition at line 110 of file wallPointDataI.H.
|
inline |
Definition at line 117 of file wallPointDataI.H.
|
inline |
Influence of neighbouring face.
Calls update(...) with cellCentre of cellI
Definition at line 126 of file wallPointDataI.H.
|
inline |
Influence of neighbouring cell.
Calls update(...) with faceCentre of faceI
Definition at line 148 of file wallPointDataI.H.
References primitiveMesh::faceCentres().
|
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().
|
friend |
|
friend |
Definition at line 54 of file wallPointData.C.