Holds information regarding nearest wall point. Used in wall distance calculation. More...
Public Member Functions | |
wallPoint () | |
Construct null. More... | |
wallPoint (const point &origin, const scalar distSqr) | |
Construct from origin, distance. More... | |
const point & | origin () const |
point & | origin () |
scalar | distSqr () const |
scalar & | distSqr () |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. More... | |
template<class TrackingData > | |
bool | sameGeometry (const polyMesh &, const wallPoint &, const scalar, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. More... | |
template<class TrackingData > | |
void | leaveDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td) |
Convert any absolute coordinates into relative to (patch)face. More... | |
template<class TrackingData > | |
void | enterDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td) |
Reverse of leaveDomain. More... | |
template<class TrackingData > | |
void | transform (const polyMesh &, const tensor &, TrackingData &td) |
Apply rotation matrix to any coordinates. More... | |
template<class TrackingData > | |
bool | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const wallPoint &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring face. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const wallPoint &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring cell. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const wallPoint &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of different value on same face. More... | |
template<class TrackingData > | |
bool | equal (const wallPoint &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const wallPoint &) const |
bool | operator!= (const wallPoint &) const |
Friends | |
Ostream & | operator<< (Ostream &, const wallPoint &) |
Istream & | operator>> (Istream &, wallPoint &) |
Holds information regarding nearest wall point. Used in wall distance calculation.
Definition at line 63 of file wallPoint.H.
|
inline |
Construct null.
Definition at line 85 of file wallPointI.H.
Construct from origin, distance.
Definition at line 92 of file wallPointI.H.
|
inline |
Definition at line 101 of file wallPointI.H.
Referenced by Foam::operator<<(), wallPoint::operator==(), and Foam::operator>>().
|
inline |
Definition at line 107 of file wallPointI.H.
|
inline |
Definition at line 113 of file wallPointI.H.
Referenced by Foam::operator<<(), Foam::operator>>(), and wallPoint::sameGeometry().
|
inline |
Definition at line 119 of file wallPointI.H.
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 126 of file wallPointI.H.
References wallPoint::sameGeometry().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 135 of file wallPointI.H.
References wallPoint::distSqr(), wallPoint::leaveDomain(), and Foam::mag().
Referenced by wallPoint::valid().
|
inline |
Convert any absolute coordinates into relative to (patch)face.
centre
Definition at line 164 of file wallPointI.H.
References wallPoint::transform().
Referenced by wallPoint::sameGeometry().
|
inline |
Reverse of leaveDomain.
Definition at line 192 of file wallPointI.H.
References wallPoint::updateCell().
Referenced by wallPoint::transform().
Apply rotation matrix to any coordinates.
Definition at line 178 of file wallPointI.H.
References wallPoint::enterDomain(), and Foam::transform().
Referenced by wallPoint::leaveDomain().
|
inline |
Influence of neighbouring face.
Definition at line 208 of file wallPointI.H.
References primitiveMesh::cellCentres(), and wallPoint::updateFace().
Referenced by wallPoint::enterDomain().
|
inline |
Influence of neighbouring cell.
Definition at line 231 of file wallPointI.H.
References primitiveMesh::faceCentres().
Referenced by wallPoint::updateCell().
|
inline |
Influence of different value on same face.
Definition at line 253 of file wallPointI.H.
References wallPoint::equal(), and primitiveMesh::faceCentres().
|
inline |
Same (like operator==)
Definition at line 274 of file wallPointI.H.
References wallPoint::operator==().
Referenced by wallPoint::updateFace().
|
inline |
Definition at line 285 of file wallPointI.H.
References wallPoint::origin().
Referenced by wallPoint::equal().
|
inline |
Definition at line 291 of file wallPointI.H.