directionalWallPointData< Type > Class Template Reference

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

Inheritance diagram for directionalWallPointData< Type >:
[legend]
Collaboration diagram for directionalWallPointData< Type >:
[legend]

Public Types

typedef Type dataType
 
- Public Types inherited from wallPointData< Type >
typedef Type dataType
 Type of additional data carried. More...
 

Public Member Functions

 directionalWallPointData ()
 Construct null. More...
 
 directionalWallPointData (const point &origin, const Type &data, const scalar distSqr)
 Construct from origin, normal, distance. More...
 
template<class TrackingData >
bool updateCell (const polyMesh &mesh, const label thisCelli, const label neighbourFacei, const directionalWallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 Influence of neighbouring face. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const directionalWallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 Influence of neighbouring cell. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const directionalWallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 Influence of different value on same face. More...
 
- Public Member Functions inherited from wallPointData< Type >
 wallPointData ()
 Default construct. More...
 
 wallPointData (const point &origin, const Type &data, const scalar distSqr)
 Construct from origin, normal, distance. More...
 
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)
 Influence of neighbouring face. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 Influence of neighbouring cell. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 Influence of different value on same face. More...
 
- Public Member Functions inherited from wallPoint
 wallPoint ()
 Default construct. More...
 
 wallPoint (const point &origin, const scalar distSqr)
 Construct from origin, distance-squared. More...
 
const pointorigin () const
 
pointorigin ()
 
scalar distSqr () const
 
scalar & distSqr ()
 
template<class TrackingData >
bool valid (TrackingData &td) const
 Changed or contains original (invalid) value. More...
 
template<class TrackingData >
bool sameGeometry (const polyMesh &, const wallPoint &, const scalar, TrackingData &td) const
 Check for identical geometrical data (eg, cyclics checking) More...
 
template<class TrackingData >
void leaveDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
 
template<class TrackingData >
void enterDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
 Reverse of leaveDomain. More...
 
template<class TrackingData >
void transform (const polyMesh &, const tensor &, TrackingData &td)
 Apply rotation matrix to any coordinates. More...
 
template<class TrackingData >
bool updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const wallPoint &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 wallPoint &neighbourInfo, const scalar tol, TrackingData &td)
 Influence of neighbouring cell. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const wallPoint &neighbourInfo, const scalar tol, TrackingData &td)
 Influence of different value on same face. More...
 
template<class TrackingData >
bool equal (const wallPoint &, TrackingData &td) const
 Test for equality, with TrackingData. More...
 
bool operator== (const wallPoint &) const
 Test for equality. More...
 
bool operator!= (const wallPoint &) const
 Test for inequality. More...
 

Friends

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

Detailed Description

template<class Type>
class Foam::directionalWallPointData< Type >

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 66 of file directionalWallPointData.H.

Member Typedef Documentation

◆ dataType

typedef Type dataType

Definition at line 87 of file directionalWallPointData.H.

Constructor & Destructor Documentation

◆ directionalWallPointData() [1/2]

Construct null.

Definition at line 93 of file directionalWallPointDataI.H.

◆ directionalWallPointData() [2/2]

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

Construct from origin, normal, distance.

Definition at line 101 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

Influence of neighbouring face.

Calls update(...) with cellCentre of celli

Definition at line 117 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

Influence of neighbouring cell.

Calls update(...) with faceCentre of facei

Definition at line 142 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

Influence of different value on same face.

Merge new and old info. Calls update(...) with faceCentre of facei

Definition at line 167 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 50 of file directionalWallPointData.C.


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