Go to the documentation of this file.
47 #ifndef wallPointYPlus_H
48 #define wallPointYPlus_H
70 template<
class TrackingData>
108 template<
class TrackingData>
112 const label thisCelli,
113 const label neighbourFacei,
121 template<
class TrackingData>
125 const label thisFacei,
126 const label neighbourCelli,
135 template<
class TrackingData>
139 const label thisFacei,
bool updateCell(const polyMesh &mesh, const label thisCelli, const label neighbourFacei, const wallPointYPlus &neighbourWallInfo, const scalar tol, TrackingData &td)
static scalar yPlusCutOff
Mesh consisting of general polyhedral cells.
Holds information (coordinate and yStar) regarding nearest wall point.
bool updateFace(const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const wallPointYPlus &neighbourWallInfo, const scalar tol, TrackingData &td)
Holds information (coordinate and normal) regarding nearest wall point.
A template class to specify that a data type can be considered as being contiguous in memory.