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


Public Member Functions | |
| template<class TrackingData > | |
| bool | sameGeometry (const fvMesh &mesh, const FvWallInfo< WallLocation > &w2, const scalar tol, TrackingData &td) const |
| Check for identical geometrical data. Used for cyclics checking. More... | |
| template<class TrackingData > | |
| void | transform (const fvPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
| Transform across an interface. More... | |
| template<class TrackingData > | |
| bool | updateCell (const fvMesh &, const label thisCelli, const labelPair &neighbourPatchAndFacei, const FvWallInfo< WallLocation > &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring face. More... | |
| template<class TrackingData > | |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, const label neighbourCelli, const FvWallInfo< WallLocation > &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, const FvWallInfo< 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 56 of file FvWallInfo.H.
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 35 of file FvWallInfoI.H.
References w2.
|
inline |
Transform across an interface.
Definition at line 49 of file FvWallInfoI.H.
References Foam::transform().

|
inline |
Influence of neighbouring face.
Definition at line 63 of file FvWallInfoI.H.
References fvMesh::C(), and mesh.

|
inline |
Influence of neighbouring cell.
Definition at line 86 of file FvWallInfoI.H.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), fvMesh::Cf(), Pair< Type >::first(), mesh, and Pair< Type >::second().

|
inline |
Influence of different value on same face.
Definition at line 114 of file FvWallInfoI.H.
References GeometricField< Type, GeoMesh, PrimitiveField >::boundaryField(), fvMesh::Cf(), Pair< Type >::first(), mesh, and Pair< Type >::second().
