Public Member Functions | Friends | List of all members
smoothDelta::deltaData Class Reference

Public Member Functions

 deltaData ()
 
 deltaData (const scalar delta)
 
scalar delta () const
 
template<class TrackingData >
bool valid (TrackingData &td) const
 
template<class TrackingData >
bool sameGeometry (const polyMesh &, const deltaData &, const scalar, TrackingData &td) const
 
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)
 
template<class TrackingData >
void transform (const polyMesh &, const tensor &, TrackingData &td)
 
template<class TrackingData >
bool updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const deltaData &neighbourInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const deltaData &neighbourInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const deltaData &neighbourInfo, const scalar tol, TrackingData &td)
 
template<class TrackingData >
bool equal (const deltaData &, TrackingData &td) const
 
bool operator== (const deltaData &) const
 
bool operator!= (const deltaData &) const
 

Friends

Ostreamoperator<< (Ostream &os, const deltaData &rhs)
 
Istreamoperator>> (Istream &is, deltaData &rhs)
 

Detailed Description

Definition at line 58 of file smoothDelta.H.

Constructor & Destructor Documentation

◆ deltaData() [1/2]

deltaData ( )
inline

Definition at line 58 of file smoothDeltaDeltaDataI.H.

◆ deltaData() [2/2]

deltaData ( const scalar  delta)
inline

Definition at line 64 of file smoothDeltaDeltaDataI.H.

Member Function Documentation

◆ delta()

scalar delta ( ) const
inline

Definition at line 94 of file smoothDelta.H.

◆ valid()

bool valid ( TrackingData &  td) const
inline

Definition at line 74 of file smoothDeltaDeltaDataI.H.

References LESdelta::delta_.

◆ sameGeometry()

bool sameGeometry ( const polyMesh ,
const deltaData ,
const  scalar,
TrackingData &  td 
) const
inline

Definition at line 84 of file smoothDeltaDeltaDataI.H.

◆ leaveDomain()

void leaveDomain ( const polyMesh ,
const polyPatch ,
const label  patchFacei,
const point faceCentre,
TrackingData &  td 
)
inline

Definition at line 97 of file smoothDeltaDeltaDataI.H.

◆ enterDomain()

void enterDomain ( const polyMesh ,
const polyPatch ,
const label  patchFacei,
const point faceCentre,
TrackingData &  td 
)
inline

Definition at line 119 of file smoothDeltaDeltaDataI.H.

◆ transform()

void transform ( const polyMesh ,
const tensor ,
TrackingData &  td 
)
inline

Definition at line 109 of file smoothDeltaDeltaDataI.H.

◆ updateCell()

bool updateCell ( const polyMesh ,
const label  thisCelli,
const label  neighbourFacei,
const deltaData neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 131 of file smoothDeltaDeltaDataI.H.

References update().

Here is the call graph for this function:

◆ updateFace() [1/2]

bool updateFace ( const polyMesh ,
const label  thisFacei,
const label  neighbourCelli,
const deltaData neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 147 of file smoothDeltaDeltaDataI.H.

References update().

Here is the call graph for this function:

◆ updateFace() [2/2]

bool updateFace ( const polyMesh ,
const label  thisFacei,
const deltaData neighbourInfo,
const scalar  tol,
TrackingData &  td 
)
inline

Definition at line 163 of file smoothDeltaDeltaDataI.H.

References update().

Here is the call graph for this function:

◆ equal()

bool equal ( const deltaData rhs,
TrackingData &  td 
) const
inline

Definition at line 178 of file smoothDeltaDeltaDataI.H.

References Foam::operator==().

Here is the call graph for this function:

◆ operator==()

bool operator== ( const deltaData rhs) const
inline

Definition at line 190 of file smoothDeltaDeltaDataI.H.

References LESdelta::delta_.

◆ operator!=()

bool operator!= ( const deltaData rhs) const
inline

Definition at line 199 of file smoothDeltaDeltaDataI.H.

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const deltaData rhs 
)
friend

Definition at line 199 of file smoothDelta.H.

◆ operator>>

Istream& operator>> ( Istream is,
deltaData rhs 
)
friend

Definition at line 204 of file smoothDelta.H.


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