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 &) |
| Convert absolute coordinates into relative to (patch)face centre. More... | |
| 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 | |
| Ostream & | operator<< (Ostream &, const meshToMeshData &) |
| Istream & | operator>> (Istream &, meshToMeshData &) |
Transfers refinement levels such that slow transition between levels is maintained. Used in FaceCellWave.
Definition at line 58 of file meshToMeshData.H.
|
inline |
Default construct.
Definition at line 25 of file meshToMeshDataI.H.
|
inline |
Construct from target cell.
Definition at line 31 of file meshToMeshDataI.H.
|
inline |
Definition at line 105 of file meshToMeshData.H.
|
inline |
Definition at line 109 of file meshToMeshData.H.
|
inline |
Changed or contains original (invalid) value.
Definition at line 40 of file meshToMeshDataI.H.
Referenced by meshToMeshData::equal().

|
inline |
Check for identical geometrical data (eg, cyclics checking)
Definition at line 49 of file meshToMeshDataI.H.
|
inline |
Convert absolute coordinates into relative to (patch)face centre.
Definition at line 62 of file meshToMeshDataI.H.
|
inline |
Reverse of leaveDomain.
Definition at line 85 of file meshToMeshDataI.H.
Apply rotation matrix to any coordinates.
Definition at line 74 of file meshToMeshDataI.H.
|
inline |
Influence of neighbouring face.
Definition at line 98 of file meshToMeshDataI.H.
References polyMesh::CELL_TETS, primitiveMesh::cellCentres(), and mesh.

|
inline |
Influence of neighbouring cell.
Definition at line 143 of file meshToMeshDataI.H.
|
inline |
Influence of different value on same face.
Definition at line 165 of file meshToMeshDataI.H.
|
inline |
Test for equality, with TrackingData.
Definition at line 185 of file meshToMeshDataI.H.
References Foam::operator==(), and meshToMeshData::valid().

|
inline |
Test for equality.
Definition at line 204 of file meshToMeshDataI.H.
|
inline |
Test for inequality.
Definition at line 213 of file meshToMeshDataI.H.
|
friend |
|
friend |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.