OpenFOAM logo
Open Source CFD Toolkit

wallPointYPlus Class Reference

Inheritance diagram for wallPointYPlus:

Inheritance graph
[legend]
Collaboration diagram for wallPointYPlus:

Collaboration graph
[legend]
List of all members.

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+

Constructor & Destructor Documentation

wallPointYPlus  )  [inline]
 

Construct null.

Definition at line 94 of file wallPointYPlusI.H.

References Foam::point.

wallPointYPlus const point origin,
const scalar  yStar,
const scalar  distSqr
[inline]
 

Construct from origin, yStar, distance.

Definition at line 105 of file wallPointYPlusI.H.

References Foam::label.


Member Function Documentation

bool updateCell const polyMesh mesh,
const label  thisCellI,
const label  neighbourFaceI,
const wallPointYPlus neighbourWallInfo,
const scalar  tol
[inline]
 

Influence of neighbouring face.

Calls update(...) with cellCentre of cellI

Definition at line 119 of file wallPointYPlusI.H.

References mesh, and Foam::vectorField.

bool updateFace const polyMesh mesh,
const label  thisFaceI,
const wallPointYPlus neighbourWallInfo,
const scalar  tol
[inline]
 

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.

bool updateFace const polyMesh mesh,
const label  thisFaceI,
const label  neighbourCellI,
const wallPointYPlus neighbourWallInfo,
const scalar  tol
[inline]
 

Influence of neighbouring cell.

Calls update(...) with faceCentre of faceI

Definition at line 140 of file wallPointYPlusI.H.

References mesh, and Foam::vectorField.


Member Data Documentation

scalar yPlusCutOff [static]
 

cut-off value for y+

Definition at line 87 of file wallPointYPlus.H.


The documentation for this class was generated from the following files:
For further information go to www.openfoam.org