44 #ifndef wallPointYPlus_H 45 #define wallPointYPlus_H 68 template<
class TrackingData>
106 template<
class TrackingData>
110 const label thisCelli,
111 const label neighbourFacei,
119 template<
class TrackingData>
123 const label thisFacei,
124 const label neighbourCelli,
133 template<
class TrackingData>
137 const label thisFacei,
149 return contiguous<wallPointData<scalar>>();
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool updateCell(const polyMesh &mesh, const label thisCelli, const label neighbourFacei, const wallPointYPlus &neighbourWallInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
wallPointYPlus()
Construct null.
Holds information (coordinate and normal) regarding nearest wall point.
const point & origin() const
static scalar yPlusCutOff
cut-off value for y+
Mesh consisting of general polyhedral cells.
bool contiguous< wallPointYPlus >()
Data associated with pointEdgePoint type as contiguous as underlying type.
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)
Influence of neighbouring cell.