FvWallInfo< WallLocation > Class Template Reference

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

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

Public Member Functions

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

Detailed Description

template<class WallLocation>
class Foam::FvWallInfo< WallLocation >

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

Source files

Definition at line 56 of file FvWallInfo.H.

Member Function Documentation

◆ sameGeometry()

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

Check for identical geometrical data. Used for cyclics checking.

Definition at line 35 of file FvWallInfoI.H.

References w2.

◆ transform()

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

Transform across an interface.

Definition at line 49 of file FvWallInfoI.H.

References Foam::transform().

Here is the call graph for this function:

◆ updateCell()

bool updateCell ( const fvMesh mesh,
const label  thisCelli,
const labelPair neighbourPatchAndFacei,
const FvWallInfo< WallLocation > &  neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Influence of neighbouring face.

Definition at line 63 of file FvWallInfoI.H.

References fvMesh::C().

Here is the call graph for this function:

◆ updateFace() [1/2]

bool updateFace ( const fvMesh mesh,
const labelPair thisPatchAndFacei,
const label  neighbourCelli,
const FvWallInfo< WallLocation > &  neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Influence of neighbouring cell.

Definition at line 86 of file FvWallInfoI.H.

References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvMesh::Cf(), Pair< Type >::first(), and Pair< Type >::second().

Here is the call graph for this function:

◆ updateFace() [2/2]

bool updateFace ( const fvMesh mesh,
const labelPair thisPatchAndFacei,
const FvWallInfo< WallLocation > &  neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Influence of different value on same face.

Definition at line 114 of file FvWallInfoI.H.

References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), fvMesh::Cf(), Pair< Type >::first(), and Pair< Type >::second().

Here is the call graph for this function:

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