WallInfo< WallLocation > Class Template Reference

Holds information regarding nearest wall point. Used in wall distance calculation. More...

Inheritance diagram for WallInfo< WallLocation >:
Collaboration diagram for WallInfo< WallLocation >:

Public Member Functions

template<class TrackingData >
bool sameGeometry (const polyMesh &mesh, const WallInfo< WallLocation > &w2, const scalar tol, TrackingData &td) const
 Check for identical geometrical data. Used for cyclics checking. More...
 
template<class TrackingData >
void transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td)
 Transform across an interface. More...
 
template<class TrackingData >
bool updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const WallInfo< WallLocation > &neighbourInfo, const scalar tol, TrackingData &td)
 Influence of neighbouring face. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const WallInfo< WallLocation > &neighbourInfo, const scalar tol, TrackingData &td)
 Influence of neighbouring cell. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const WallInfo< WallLocation > &neighbourInfo, const scalar tol, TrackingData &td)
 Influence of different value on same face. More...
 

Detailed Description

template<class WallLocation>
class Foam::WallInfo< WallLocation >

Holds information regarding nearest wall point. Used in wall distance calculation.

Source files

Definition at line 55 of file WallInfo.H.

Member Function Documentation

◆ sameGeometry()

bool sameGeometry ( const polyMesh mesh,
const WallInfo< WallLocation > &  w2,
const scalar  tol,
TrackingData &  td 
) const
inline

Check for identical geometrical data. Used for cyclics checking.

Definition at line 33 of file WallInfoI.H.

References w2.

◆ transform()

void transform ( const polyPatch patch,
const label  patchFacei,
const transformer transform,
TrackingData &  td 
)
inline

Transform across an interface.

Definition at line 47 of file WallInfoI.H.

References Foam::transform().

Here is the call graph for this function:

◆ updateCell()

bool updateCell ( const polyMesh mesh,
const label  thisCelli,
const label  neighbourFacei,
const WallInfo< WallLocation > &  neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Influence of neighbouring face.

Definition at line 61 of file WallInfoI.H.

References primitiveMesh::cellCentres().

Here is the call graph for this function:

◆ updateFace() [1/2]

bool updateFace ( const polyMesh mesh,
const label  thisFacei,
const label  neighbourCelli,
const WallInfo< WallLocation > &  neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Influence of neighbouring cell.

Definition at line 84 of file WallInfoI.H.

References primitiveMesh::faceCentres().

Here is the call graph for this function:

◆ updateFace() [2/2]

bool updateFace ( const polyMesh mesh,
const label  thisFacei,
const WallInfo< WallLocation > &  neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Influence of different value on same face.

Definition at line 107 of file WallInfoI.H.

References primitiveMesh::faceCentres().

Here is the call graph for this function:

The documentation for this class was generated from the following files: