![]() |
|
Public Member Functions | |
wallPointYPlus () | |
Construct null. | |
wallPointYPlus (const point &origin, const scalar yStar, const scalar distSqr) | |
Construct from origin, yStar, distance. | |
bool | updateCell (const polyMesh &mesh, const label thisCellI, const label neighbourFaceI, const wallPointYPlus &neighbourWallInfo, const scalar tol) |
Influence of neighbouring face. | |
bool | updateFace (const polyMesh &mesh, const label thisFaceI, const label neighbourCellI, const wallPointYPlus &neighbourWallInfo, const scalar tol) |
Influence of neighbouring cell. | |
bool | updateFace (const polyMesh &mesh, const label thisFaceI, const wallPointYPlus &neighbourWallInfo, const scalar tol) |
Influence of different value on same face. | |
Static Public Attributes | |
scalar | yPlusCutOff |
cut-off value for y+ |
|
Construct null.
Definition at line 94 of file wallPointYPlusI.H. References Foam::point. |
|
Construct from origin, yStar, distance.
Definition at line 105 of file wallPointYPlusI.H. References Foam::label. |
|
Influence of neighbouring face. Calls update(...) with cellCentre of cellI Definition at line 119 of file wallPointYPlusI.H. References mesh, and Foam::vectorField. |
|
Influence of different value on same face. Merge new and old info. Calls update(...) with faceCentre of faceI Definition at line 161 of file wallPointYPlusI.H. |
|
Influence of neighbouring cell. Calls update(...) with faceCentre of faceI Definition at line 140 of file wallPointYPlusI.H. References mesh, and Foam::vectorField. |
|
cut-off value for y+
Definition at line 87 of file wallPointYPlus.H. |