|
| | 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 |
| |
Holds information regarding nearest wall point. Used in wall refinement.
- Source files
-
Definition at line 67 of file wallNormalInfo.H.