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 |
label & | refinementCount () |
label | count () const |
label & | count () |
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 |
Private Attributes | |
label | refinementCount_ |
Count which triggers refinement. More... | |
label | count_ |
Refinement level. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const refinementData &) |
Istream & | operator>> (Istream &, refinementData &) |
Transfers refinement levels such that slow transition between levels is maintained. Used in FaceCellWave.
Definition at line 54 of file refinementData.H.
|
inline |
Construct null.
Definition at line 29 of file refinementDataI.H.
|
inline |
Construct from count.
Definition at line 38 of file refinementDataI.H.
|
inline |
Definition at line 79 of file refinementData.H.
References refinementData::refinementCount_.
Referenced by refinementData::operator==(), refinementData::updateCell(), and refinementData::updateFace().
|
inline |
Definition at line 84 of file refinementData.H.
References refinementData::refinementCount_.
|
inline |
Definition at line 89 of file refinementData.H.
References refinementData::count_.
Referenced by hexRef8::consistentSlowRefinement(), refinementData::operator==(), refinementData::updateCell(), and refinementData::updateFace().
|
inline |
Definition at line 94 of file refinementData.H.
References refinementData::count_.
|
inline |
Definition at line 99 of file refinementData.H.
References refinementData::count_, and refinementData::refinementCount_.
Referenced by refinementData::updateCell().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 51 of file refinementDataI.H.
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 60 of file refinementDataI.H.
|
inline |
Convert any absolute coordinates into relative to (patch)face.
centre
Definition at line 74 of file refinementDataI.H.
|
inline |
Reverse of leaveDomain.
Definition at line 98 of file refinementDataI.H.
Apply rotation matrix to any coordinates.
Definition at line 87 of file refinementDataI.H.
|
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(), and refinementData::refinementCount().
|
inline |
Influence of neighbouring cell.
Definition at line 173 of file refinementDataI.H.
References refinementData::count(), and refinementData::refinementCount().
Referenced by hexRef8::consistentSlowRefinement().
|
inline |
Influence of different value on same face.
Definition at line 208 of file refinementDataI.H.
References refinementData::count(), and refinementData::refinementCount().
|
inline |
Same (like operator==)
Definition at line 241 of file refinementDataI.H.
References Foam::operator==().
|
inline |
Definition at line 252 of file refinementDataI.H.
References refinementData::count(), and refinementData::refinementCount().
|
inline |
Definition at line 259 of file refinementDataI.H.
|
friend |
|
friend |
|
private |
Count which triggers refinement.
Definition at line 59 of file refinementData.H.
Referenced by refinementData::isRefined(), and refinementData::refinementCount().
|
private |
Refinement level.
Definition at line 62 of file refinementData.H.
Referenced by refinementData::count(), and refinementData::isRefined().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.