Holds information (coordinate and distance). Walks out 0.5*distance.
More...
|
| transportData () |
|
| transportData (const point &origin, const scalar gapSize, const scalar distSqr) |
|
template<class TrackingData > |
bool | updateCell (const polyMesh &mesh, const label thisCellI, const label neighbourFaceI, const transportData &neighbourWallInfo, const scalar tol, TrackingData &td) |
|
template<class TrackingData > |
bool | updateFace (const polyMesh &mesh, const label thisFaceI, const label neighbourCellI, const transportData &neighbourWallInfo, const scalar tol, TrackingData &td) |
|
template<class TrackingData > |
bool | updateFace (const polyMesh &mesh, const label thisFaceI, const transportData &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) |
|
Holds information (coordinate and distance). Walks out 0.5*distance.
- Source files
-
Definition at line 50 of file transportData.H.
◆ transportData() [1/2]
◆ transportData() [2/2]
◆ updateCell()
bool updateCell |
( |
const polyMesh & |
mesh, |
|
|
const label |
thisCellI, |
|
|
const label |
neighbourFaceI, |
|
|
const transportData & |
neighbourWallInfo, |
|
|
const scalar |
tol, |
|
|
TrackingData & |
td |
|
) |
| |
|
inline |
◆ updateFace() [1/2]
bool updateFace |
( |
const polyMesh & |
mesh, |
|
|
const label |
thisFaceI, |
|
|
const label |
neighbourCellI, |
|
|
const transportData & |
neighbourWallInfo, |
|
|
const scalar |
tol, |
|
|
TrackingData & |
td |
|
) |
| |
|
inline |
◆ updateFace() [2/2]
bool updateFace |
( |
const polyMesh & |
mesh, |
|
|
const label |
thisFaceI, |
|
|
const transportData & |
neighbourWallInfo, |
|
|
const scalar |
tol, |
|
|
TrackingData & |
td |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: