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

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

Inheritance diagram for wallPointData:
Inheritance graph
[legend]

Public Types

typedef Type dataType
 

Public Member Functions

 wallPointData ()
 
 wallPointData (const point &origin, const Type &data, const scalar distSqr)
 
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)
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const label neighbourCelli, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updateFace (const polyMesh &mesh, const label thisFacei, const wallPointData< Type > &neighbourWallInfo, const scalar tol, TrackingData &td)
 

Friends

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

Detailed Description

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

Is like wallPoint but transfer extra (passive) data. Used e.g. in wall distance calculation with wall reflection vectors.

Source files

Definition at line 48 of file wallPointData.H.

Member Typedef Documentation

◆ dataType

typedef Type dataType

Definition at line 89 of file wallPointData.H.

Constructor & Destructor Documentation

◆ wallPointData() [1/2]

wallPointData ( )
inline

Definition at line 69 of file wallPointDataI.H.

◆ wallPointData() [2/2]

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

Definition at line 78 of file wallPointDataI.H.

Member Function Documentation

◆ data() [1/2]

const Type& data ( ) const
inline

Definition at line 110 of file wallPointData.H.

◆ data() [2/2]

Type& data ( )
inline

Definition at line 114 of file wallPointData.H.

◆ updateCell()

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

Definition at line 95 of file wallPointDataI.H.

◆ updateFace() [1/2]

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

Definition at line 120 of file wallPointDataI.H.

◆ updateFace() [2/2]

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

Definition at line 145 of file wallPointDataI.H.

Friends And Related Function Documentation

◆ operator

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

◆ operator>>

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

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