Holds information regarding nearest wall point. Used in wall distance calculation. More...


Public Member Functions | |
| template<class TrackingData > | |
| bool | sameGeometry (const polyMesh &mesh, const WallInfo< WallLocation > &w2, const scalar tol, 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 WallInfo< WallLocation > &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 WallInfo< WallLocation > &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const polyMesh &, const label thisFacei, const WallInfo< WallLocation > &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same face. More... | |
Holds information regarding nearest wall point. Used in wall distance calculation.
Definition at line 55 of file WallInfo.H.
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 33 of file WallInfoI.H.
References w2.
|
inline |
Transform across an interface.
Definition at line 47 of file WallInfoI.H.
References Foam::transform().

|
inline |
Influence of neighbouring face.
Definition at line 61 of file WallInfoI.H.
References primitiveMesh::cellCentres(), and mesh.

|
inline |
Influence of neighbouring cell.
Definition at line 84 of file WallInfoI.H.
References primitiveMesh::faceCentres(), and mesh.

|
inline |
Influence of different value on same face.
Definition at line 107 of file WallInfoI.H.
References primitiveMesh::faceCentres(), and mesh.
