![]() |
|
Public Types | |
typedef Type | dataType |
Public Member Functions | |
wallPointData () | |
Construct null. | |
wallPointData (const point &origin, const Type &data, const scalar distSqr) | |
Construct from origin, normal, distance. | |
const Type & | data () const |
Type & | data () |
bool | updateCell (const polyMesh &mesh, const label thisCellI, const label neighbourFaceI, const wallPointData< Type > &neighbourWallInfo, const scalar tol) |
Influence of neighbouring face. | |
bool | updateFace (const polyMesh &mesh, const label thisFaceI, const label neighbourCellI, const wallPointData< Type > &neighbourWallInfo, const scalar tol) |
Influence of neighbouring cell. | |
bool | updateFace (const polyMesh &mesh, const label thisFaceI, const wallPointData< Type > &neighbourWallInfo, const scalar tol) |
Influence of different value on same face. | |
Friends | |
Ostream & | operator (Ostream &, const wallPointData< Type > &) |
Istream & | operator>> (Istream &, wallPointData< Type > &) |
|
Definition at line 96 of file wallPointData.H. |
|
Construct null.
Definition at line 95 of file wallPointDataI.H. References Foam::point. |
|
Construct from origin, normal, distance.
Definition at line 105 of file wallPointDataI.H. |
|
Definition at line 126 of file wallPointDataI.H. References Foam::label. |
|
Definition at line 119 of file wallPointDataI.H. |
|
Influence of neighbouring face. Calls update(...) with cellCentre of cellI Definition at line 135 of file wallPointDataI.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 179 of file wallPointDataI.H. |
|
Influence of neighbouring cell. Calls update(...) with faceCentre of faceI Definition at line 157 of file wallPointDataI.H. References mesh, and Foam::vectorField. |
|
|
|
|