Holds information (coordinate and normal) regarding nearest wall point.
More...
|
| wallPointData () |
|
| wallPointData (const point &origin, const Type &data, const scalar distSqr) |
|
const Type & | data () const |
|
Type & | data () |
|
template<class TrackingData > |
bool | updateCell (const polyMesh &mesh, const label thisCelli, const label neighbourFacei, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td) |
|
template<class TrackingData > |
bool | updateFace (const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td) |
|
template<class TrackingData > |
bool | updateFace (const polyMesh &mesh, const label thisFacei, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td) |
|
Holds information (coordinate and normal) regarding nearest wall point.
Is like wallPoint but transfer extra (passive) data. Used e.g. in wall distance calculation with wall reflection vectors.
- Source files
-
Definition at line 48 of file wallPointData.H.
◆ dataType
◆ wallPointData() [1/2]
◆ wallPointData() [2/2]
◆ data() [1/2]
const Type& data |
( |
| ) |
const |
|
inline |
◆ data() [2/2]
◆ updateCell()
bool updateCell |
( |
const polyMesh & |
mesh, |
|
|
const label |
thisCelli, |
|
|
const label |
neighbourFacei, |
|
|
const wallPointData< Type > & |
neighbourWallInfo, |
|
|
const scalar |
tol, |
|
|
TrackingData & |
td |
|
) |
| |
|
inline |
◆ updateFace() [1/2]
bool updateFace |
( |
const polyMesh & |
mesh, |
|
|
const label |
thisFacei, |
|
|
const label |
neighbourCelli, |
|
|
const wallPointData< Type > & |
neighbourWallInfo, |
|
|
const scalar |
tol, |
|
|
TrackingData & |
td |
|
) |
| |
|
inline |
◆ updateFace() [2/2]
bool updateFace |
( |
const polyMesh & |
mesh, |
|
|
const label |
thisFacei, |
|
|
const wallPointData< Type > & |
neighbourWallInfo, |
|
|
const scalar |
tol, |
|
|
TrackingData & |
td |
|
) |
| |
|
inline |
◆ operator
◆ operator>>
The documentation for this class was generated from the following files: