Holds information regarding nearest wall point. Used in wall refinement. More...
Public Member Functions | |
| wallNormalInfo () | |
| Default construct. More... | |
| wallNormalInfo (const vector &normal) | |
| Construct from normal. More... | |
| const vector & | normal () const |
| vector & | normal () |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. More... | |
| template<class TrackingData > | |
| bool | sameGeometry (const polyMesh &, const wallNormalInfo &, const scalar, TrackingData &td) const |
| Check for identical geometrical data (eg, 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 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 | interpolate (const polyMesh &, const point &pt, const label i0, const wallNormalInfo &f0, const label i1, const wallNormalInfo &f1, const scalar weight, const scalar tol, TrackingData &td) |
| Interpolate between two values (lerp). Returns true if causes changes. Not sure if needs to be specialised between face and cell and what index is needed... More... | |
| template<class TrackingData > | |
| bool | equal (const wallNormalInfo &, TrackingData &td) const |
| Test for equality, with TrackingData. More... | |
| bool | operator== (const wallNormalInfo &) const |
| Test for equality. More... | |
| bool | operator!= (const wallNormalInfo &) const |
| Test for inequality. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const wallNormalInfo &) |
| Istream & | operator>> (Istream &, wallNormalInfo &) |
Holds information regarding nearest wall point. Used in wall refinement.
Definition at line 60 of file wallNormalInfo.H.
|
inline |
Default construct.
Definition at line 57 of file wallNormalInfoI.H.
|
inline |
Construct from normal.
Definition at line 63 of file wallNormalInfoI.H.
|
inline |
Definition at line 99 of file wallNormalInfo.H.
Referenced by wallLayerCells::wallLayerCells().

|
inline |
Definition at line 103 of file wallNormalInfo.H.
|
inline |
Changed or contains original (invalid) value.
Definition at line 72 of file wallNormalInfoI.H.
References Foam::max().
Referenced by wallNormalInfo::interpolate(), and wallLayerCells::wallLayerCells().


|
inline |
Check for identical geometrical data (eg, cyclics checking)
Definition at line 81 of file wallNormalInfoI.H.
|
inline |
Convert any absolute coordinates into relative to (patch)face.
centre
Definition at line 95 of file wallNormalInfoI.H.
|
inline |
Reverse of leaveDomain.
Definition at line 119 of file wallNormalInfoI.H.
Apply rotation matrix to any coordinates.
Definition at line 108 of file wallNormalInfoI.H.
|
inline |
Influence of neighbouring face.
Definition at line 132 of file wallNormalInfoI.H.
References td(), and update().

|
inline |
Influence of neighbouring cell.
Definition at line 148 of file wallNormalInfoI.H.
References td(), and update().

|
inline |
Influence of different value on same face.
Definition at line 164 of file wallNormalInfoI.H.
References td(), and update().

|
inline |
Interpolate between two values (lerp). Returns true if causes changes. Not sure if needs to be specialised between face and cell and what index is needed...
Definition at line 189 of file wallNormalInfoI.H.
References td(), update(), and wallNormalInfo::valid().

|
inline |
Test for equality, with TrackingData.
Definition at line 178 of file wallNormalInfoI.H.
References Foam::operator==(), and Foam::rhs().

|
inline |
Test for equality.
Definition at line 219 of file wallNormalInfoI.H.
References Foam::rhs().

|
inline |
Test for inequality.
Definition at line 228 of file wallNormalInfoI.H.
References Foam::rhs().

|
friend |
|
friend |