meshToMeshData Class Reference

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

Classes

class  trackData
 Class used to pass non-cell data to the update function. More...
 

Public Member Functions

 meshToMeshData ()
 Default construct. More...
 
 meshToMeshData (const label tgtCelli)
 Construct from target cell. More...
 
label tgtCell () const
 
label & tgtCell ()
 
template<class TrackingData >
bool valid (TrackingData &) const
 Changed or contains original (invalid) value. More...
 
template<class TrackingData >
bool sameGeometry (const polyMesh &, const meshToMeshData &, const scalar, TrackingData &) 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 &)
 
template<class TrackingData >
void enterDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &)
 Reverse of leaveDomain. More...
 
template<class TrackingData >
void transform (const polyMesh &, const tensor &, TrackingData &)
 Apply rotation matrix to any coordinates. More...
 
template<class TrackingData >
bool updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const meshToMeshData &neighbourInfo, const scalar tol, TrackingData &)
 Influence of neighbouring face. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const meshToMeshData &neighbourInfo, const scalar tol, TrackingData &)
 Influence of neighbouring cell. More...
 
template<class TrackingData >
bool updateFace (const polyMesh &, const label thisFacei, const meshToMeshData &neighbourInfo, const scalar tol, TrackingData &)
 Influence of different value on same face. More...
 
template<class TrackingData >
bool equal (const meshToMeshData &, TrackingData &) const
 Test for equality, with TrackingData. More...
 
bool operator== (const meshToMeshData &) const
 Test for equality. More...
 
bool operator!= (const meshToMeshData &) const
 Test for inequality. More...
 

Friends

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

Detailed Description

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

Source files

Definition at line 62 of file meshToMeshData.H.

Constructor & Destructor Documentation

◆ meshToMeshData() [1/2]

meshToMeshData ( )
inline

Default construct.

Definition at line 32 of file meshToMeshDataI.H.

◆ meshToMeshData() [2/2]

meshToMeshData ( const label  tgtCelli)
inline

Construct from target cell.

Definition at line 38 of file meshToMeshDataI.H.

Member Function Documentation

◆ tgtCell() [1/2]

label tgtCell ( ) const
inline

Definition at line 101 of file meshToMeshData.H.

◆ tgtCell() [2/2]

label & tgtCell ( )
inline

Definition at line 105 of file meshToMeshData.H.

◆ valid()

bool valid ( TrackingData &  td) const
inline

Changed or contains original (invalid) value.

Definition at line 47 of file meshToMeshDataI.H.

Referenced by meshToMeshData::equal().

Here is the caller graph for this function:

◆ sameGeometry()

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

Check for identical geometrical data (eg, cyclics checking)

Definition at line 55 of file meshToMeshDataI.H.

◆ leaveDomain()

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

Convert absolute coordinates into relative to (patch)face centre

Definition at line 68 of file meshToMeshDataI.H.

◆ enterDomain()

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

Reverse of leaveDomain.

Definition at line 91 of file meshToMeshDataI.H.

◆ transform()

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

Apply rotation matrix to any coordinates.

Definition at line 80 of file meshToMeshDataI.H.

◆ updateCell()

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

Influence of neighbouring face.

Definition at line 104 of file meshToMeshDataI.H.

References polyMesh::CELL_TETS, primitiveMesh::cellCentres(), and mesh.

Here is the call graph for this function:

◆ updateFace() [1/2]

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

Influence of neighbouring cell.

Definition at line 149 of file meshToMeshDataI.H.

◆ updateFace() [2/2]

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

Influence of different value on same face.

Definition at line 171 of file meshToMeshDataI.H.

◆ equal()

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

Test for equality, with TrackingData.

Definition at line 191 of file meshToMeshDataI.H.

References Foam::operator==(), and meshToMeshData::valid().

Here is the call graph for this function:

◆ operator==()

bool operator== ( const meshToMeshData rhs) const
inline

Test for equality.

Definition at line 210 of file meshToMeshDataI.H.

◆ operator!=()

bool operator!= ( const meshToMeshData rhs) const
inline

Test for inequality.

Definition at line 219 of file meshToMeshDataI.H.

Friends And Related Function Documentation

◆ operator<<

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

◆ operator>>

Istream & operator>> ( Istream ,
meshToMeshData  
)
friend

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