refinementData Class Reference

Transfers refinement levels such that slow transition between levels is maintained. Used in FaceCellWave. More...

Public Member Functions

 refinementData ()
 Construct null. More...
 
 refinementData (const label refinementCount, const label count)
 Construct from count. More...
 
label refinementCount () const
 
labelrefinementCount ()
 
label count () const
 
labelcount ()
 
bool isRefined () const
 
template<class TrackingData >
bool valid (TrackingData &td) const
 Check whether origin has been changed at all or. More...
 
template<class TrackingData >
bool sameGeometry (const polyMesh &, const refinementData &, const scalar, TrackingData &td) const
 Check for identical geometrical data. Used for cyclics checking. More...
 
template<class TrackingData >
void leaveDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
 Convert any absolute coordinates into relative to (patch)face. More...
 
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 refinementData &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 refinementData &neighbourInfo, const scalar tol, TrackingData &td)
 Influence of neighbouring cell. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const refinementData &neighbourInfo, const scalar tol, TrackingData &td)
 Influence of different value on same face. More...
 
template<class TrackingData >
bool equal (const refinementData &, TrackingData &td) const
 Same (like operator==) More...
 
bool operator== (const refinementData &) const
 
bool operator!= (const refinementData &) const
 

Friends

Ostreamoperator<< (Ostream &, const refinementData &)
 
Istreamoperator>> (Istream &, refinementData &)
 

Detailed Description

Transfers refinement levels such that slow transition between levels is maintained. Used in FaceCellWave.

Source files

Definition at line 63 of file refinementData.H.

Constructor & Destructor Documentation

◆ refinementData() [1/2]

refinementData ( )
inline

Construct null.

Definition at line 29 of file refinementDataI.H.

◆ refinementData() [2/2]

refinementData ( const label  refinementCount,
const label  count 
)
inline

Construct from count.

Definition at line 38 of file refinementDataI.H.

Member Function Documentation

◆ refinementCount() [1/2]

label refinementCount ( ) const
inline

Definition at line 88 of file refinementData.H.

Referenced by hexRef8::consistentSlowRefinement(), refinementData::operator==(), refinementData::updateCell(), and refinementData::updateFace().

Here is the caller graph for this function:

◆ refinementCount() [2/2]

label& refinementCount ( )
inline

Definition at line 93 of file refinementData.H.

◆ count() [1/2]

label count ( ) const
inline

Definition at line 98 of file refinementData.H.

Referenced by hexRef8::consistentSlowRefinement(), refinementData::operator==(), refinementData::updateCell(), and refinementData::updateFace().

Here is the caller graph for this function:

◆ count() [2/2]

label& count ( )
inline

Definition at line 103 of file refinementData.H.

◆ isRefined()

◆ valid()

bool valid ( TrackingData &  td) const
inline

Check whether origin has been changed at all or.

still contains original (invalid) value.

Definition at line 51 of file refinementDataI.H.

References refinementData::sameGeometry().

Referenced by refinementData::isRefined(), refinementData::updateCell(), and refinementData::updateFace().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ sameGeometry()

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

Check for identical geometrical data. Used for cyclics checking.

Definition at line 60 of file refinementDataI.H.

References refinementData::leaveDomain().

Referenced by refinementData::isRefined(), and refinementData::valid().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ leaveDomain()

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

Convert any absolute coordinates into relative to (patch)face.

centre

Definition at line 74 of file refinementDataI.H.

References refinementData::transform().

Referenced by refinementData::isRefined(), and refinementData::sameGeometry().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ enterDomain()

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

Reverse of leaveDomain.

Definition at line 98 of file refinementDataI.H.

References refinementData::updateCell().

Referenced by refinementData::isRefined(), and refinementData::transform().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ transform()

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

Apply rotation matrix to any coordinates.

Definition at line 87 of file refinementDataI.H.

References refinementData::enterDomain().

Referenced by refinementData::isRefined(), and refinementData::leaveDomain().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateCell()

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

Influence of neighbouring face.

Definition at line 111 of file refinementDataI.H.

References Foam::abort(), refinementData::count(), Foam::FatalError, FatalErrorInFunction, refinementData::isRefined(), Foam::max(), refinementData::refinementCount(), refinementData::updateFace(), and refinementData::valid().

Referenced by refinementData::enterDomain(), and refinementData::isRefined().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateFace() [1/2]

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

Influence of neighbouring cell.

Definition at line 173 of file refinementDataI.H.

References refinementData::count(), refinementData::refinementCount(), and refinementData::valid().

Referenced by hexRef8::consistentSlowRefinement(), refinementData::isRefined(), and refinementData::updateCell().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateFace() [2/2]

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

Influence of different value on same face.

Definition at line 208 of file refinementDataI.H.

References refinementData::count(), refinementData::equal(), refinementData::refinementCount(), and refinementData::valid().

Here is the call graph for this function:

◆ equal()

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

Same (like operator==)

Definition at line 241 of file refinementDataI.H.

References refinementData::operator==().

Referenced by refinementData::isRefined(), and refinementData::updateFace().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator==()

bool operator== ( const refinementData rhs) const
inline

Definition at line 252 of file refinementDataI.H.

References refinementData::count(), and refinementData::refinementCount().

Referenced by refinementData::equal(), and refinementData::isRefined().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator!=()

bool operator!= ( const refinementData rhs) const
inline

Definition at line 259 of file refinementDataI.H.

Referenced by refinementData::isRefined().

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream ,
const refinementData  
)
friend

◆ operator>>

Istream& operator>> ( Istream ,
refinementData  
)
friend

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