Holds information regarding nearest wall point. Used in wall refinement. More...
Public Member Functions | |
wallNormalInfo () | |
Construct null. More... | |
wallNormalInfo (const vector &normal) | |
Construct from normal. More... | |
const vector & | normal () const |
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 wallNormalInfo &, const scalar, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const wallNormalInfo &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 wallNormalInfo &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring cell. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const wallNormalInfo &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of different value on same face. More... | |
template<class TrackingData > | |
bool | equal (const wallNormalInfo &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const wallNormalInfo &) const |
bool | operator!= (const wallNormalInfo &) const |
Friends | |
Ostream & | operator<< (Ostream &, const wallNormalInfo &) |
Istream & | operator>> (Istream &, wallNormalInfo &) |
Holds information regarding nearest wall point. Used in wall refinement.
Definition at line 67 of file wallNormalInfo.H.
|
inline |
Construct null.
Definition at line 60 of file wallNormalInfoI.H.
|
inline |
Construct from normal.
Definition at line 66 of file wallNormalInfoI.H.
|
inline |
Definition at line 74 of file wallNormalInfoI.H.
Referenced by wallNormalInfo::operator==(), and wallLayerCells::wallLayerCells().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 81 of file wallNormalInfoI.H.
References VectorSpace< Vector< scalar >, scalar, 3 >::max, and wallNormalInfo::sameGeometry().
Referenced by wallLayerCells::wallLayerCells().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 89 of file wallNormalInfoI.H.
References wallNormalInfo::transform().
Referenced by wallNormalInfo::valid().
|
inline |
Transform across an interface.
Definition at line 102 of file wallNormalInfoI.H.
References wallNormalInfo::updateCell().
Referenced by wallNormalInfo::sameGeometry().
|
inline |
Influence of neighbouring face.
Definition at line 113 of file wallNormalInfoI.H.
References wallNormalInfo::updateFace().
Referenced by wallNormalInfo::transform().
|
inline |
Influence of neighbouring cell.
Definition at line 128 of file wallNormalInfoI.H.
Referenced by wallNormalInfo::updateCell().
|
inline |
Influence of different value on same face.
Definition at line 143 of file wallNormalInfoI.H.
References wallNormalInfo::equal().
|
inline |
Same (like operator==)
Definition at line 157 of file wallNormalInfoI.H.
References wallNormalInfo::operator==().
Referenced by wallNormalInfo::updateFace().
|
inline |
Definition at line 169 of file wallNormalInfoI.H.
References wallNormalInfo::normal().
Referenced by wallNormalInfo::equal().
|
inline |
Definition at line 178 of file wallNormalInfoI.H.
|
friend |
|
friend |