Holds information (coordinate and yStar) regarding nearest wall point. More...
Public Member Functions | |
wallPointYPlus () | |
wallPointYPlus (const point &origin, const scalar yStar, const scalar distSqr) | |
template<class TrackingData > | |
bool | updateCell (const polyMesh &mesh, const label thisCelli, const label neighbourFacei, const wallPointYPlus &neighbourWallInfo, const scalar tol, TrackingData &td) |
template<class TrackingData > | |
bool | updateFace (const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const wallPointYPlus &neighbourWallInfo, const scalar tol, TrackingData &td) |
template<class TrackingData > | |
bool | updateFace (const polyMesh &mesh, const label thisFacei, const wallPointYPlus &neighbourWallInfo, const scalar tol, TrackingData &td) |
![]() | |
wallPointData () | |
wallPointData (const point &origin, const Type &data, const scalar distSqr) | |
const Type & | data () const |
Type & | data () |
bool | updateCell (const polyMesh &mesh, const label thisCelli, const label neighbourFacei, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td) |
bool | updateFace (const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td) |
bool | updateFace (const polyMesh &mesh, const label thisFacei, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td) |
Static Public Attributes | |
static scalar | yPlusCutOff = 200 |
Additional Inherited Members | |
![]() | |
typedef Type | dataType |
Holds information (coordinate and yStar) regarding nearest wall point.
Used in VanDriest wall damping where the interest is in y+ but only needs to be calculated up to e.g. y+ < 200. In all other cells/faces the damping function becomes 1, since y gets initialized to GREAT and yStar to 1.
Note: should feed the additional argument (yPlusCutoff) through as a template argument into FaceCellWave
Definition at line 56 of file wallPointYPlus.H.
|
inline |
Definition at line 78 of file wallPointYPlusI.H.
References wallPointData< scalar >::data().
|
inline |
Definition at line 88 of file wallPointYPlusI.H.
|
inline |
Definition at line 103 of file wallPointYPlusI.H.
References mesh, and update().
|
inline |
Definition at line 127 of file wallPointYPlusI.H.
References primitiveMesh::faceCentres(), mesh, and update().
|
inline |
Definition at line 151 of file wallPointYPlusI.H.
References primitiveMesh::faceCentres(), mesh, and update().
|
static |
Definition at line 80 of file wallPointYPlus.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.