Public Types | Public Member Functions | Friends | List of all members
directionalWallPointData Class Reference

Holds information (coordinate and normal) regarding the nearest wall point. More...

Public Types

typedef Type dataType
 

Public Member Functions

 directionalWallPointData ()
 
 directionalWallPointData (const point &origin, const Type &data, const scalar distSqr)
 
template<class TrackingData >
bool updateCell (const polyMesh &mesh, const label thisCelli, const label neighbourFacei, const directionalWallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const directionalWallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const directionalWallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 

Friends

Ostreamoperator (Ostream &, const directionalWallPointData< Type > &)
 
Istreamoperator>> (Istream &, directionalWallPointData< Type > &)
 

Detailed Description

Holds information (coordinate and normal) regarding the nearest wall point.

Variant of wallPointData that ignores the specified normal component before comparing. This is used e.g. to find the distance to the wall in the z-direction only.

Source files

Definition at line 47 of file directionalWallPointData.H.

Member Typedef Documentation

◆ dataType

typedef Type dataType

Definition at line 83 of file directionalWallPointData.H.

Constructor & Destructor Documentation

◆ directionalWallPointData() [1/2]

Definition at line 86 of file directionalWallPointDataI.H.

◆ directionalWallPointData() [2/2]

directionalWallPointData ( const point origin,
const Type &  data,
const scalar  distSqr 
)
inline

Definition at line 95 of file directionalWallPointDataI.H.

Member Function Documentation

◆ updateCell()

bool updateCell ( const polyMesh mesh,
const label  thisCelli,
const label  neighbourFacei,
const directionalWallPointData< Type > &  neighbourWallInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 111 of file directionalWallPointDataI.H.

References mesh, and update().

Here is the call graph for this function:

◆ updateFace() [1/2]

bool updateFace ( const polyMesh mesh,
const label  thisFacei,
const label  neighbourCelli,
const directionalWallPointData< Type > &  neighbourWallInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 136 of file directionalWallPointDataI.H.

References primitiveMesh::faceCentres(), mesh, and update().

Here is the call graph for this function:

◆ updateFace() [2/2]

bool updateFace ( const polyMesh mesh,
const label  thisFacei,
const directionalWallPointData< Type > &  neighbourWallInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 161 of file directionalWallPointDataI.H.

References primitiveMesh::faceCentres(), mesh, and update().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator

Ostream& operator ( Ostream ,
const directionalWallPointData< Type > &   
)
friend

◆ operator>>

Istream& operator>> ( Istream ,
directionalWallPointData< Type > &   
)
friend

Definition at line 44 of file directionalWallPointData.C.


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