Public member class used by mesh-wave to propagate the delta-ratio. More...
Public Member Functions | |
deltaData () | |
Construct null. More... | |
deltaData (const scalar delta) | |
Construct from delta value. More... | |
scalar | delta () 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 deltaData &, const scalar, TrackingData &td) const |
Check for identical geometrical data. 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. 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 deltaData &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 deltaData &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of neighbouring cell. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFaceI, const deltaData &neighbourInfo, const scalar tol, TrackingData &td) |
Influence of different value on same face. More... | |
template<class TrackingData > | |
bool | equal (const deltaData &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const deltaData &) const |
bool | operator!= (const deltaData &) const |
Private Member Functions | |
template<class TrackingData > | |
bool | update (const deltaData &w2, const scalar scale, const scalar tol, TrackingData &td) |
Update. Gets information from neighbouring face/cell and. More... | |
Private Attributes | |
scalar | delta_ |
Friends | |
Ostream & | operator<< (Ostream &os, const deltaData &wDist) |
Istream & | operator>> (Istream &is, deltaData &wDist) |
Public member class used by mesh-wave to propagate the delta-ratio.
Definition at line 59 of file smoothDelta.H.
|
inline |
Construct null.
Definition at line 64 of file smoothDeltaDeltaDataI.H.
|
inline |
Construct from delta value.
Definition at line 70 of file smoothDeltaDeltaDataI.H.
|
inlineprivate |
Update. Gets information from neighbouring face/cell and.
uses this to update itself (if necessary) and return true.
Definition at line 30 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::delta().
|
inline |
Definition at line 92 of file smoothDelta.H.
References smoothDelta::deltaData::delta_.
Referenced by smoothDelta::deltaData::operator==(), and smoothDelta::deltaData::update().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 80 of file smoothDeltaDeltaDataI.H.
References LESdelta::delta_.
|
inline |
Check for identical geometrical data.
Used for cyclics checking.
Definition at line 90 of file smoothDeltaDeltaDataI.H.
|
inline |
Convert any absolute coordinates into relative to.
(patch)face centre
Definition at line 103 of file smoothDeltaDeltaDataI.H.
|
inline |
Reverse of leaveDomain.
Definition at line 125 of file smoothDeltaDeltaDataI.H.
Apply rotation matrix to any coordinates.
Definition at line 115 of file smoothDeltaDeltaDataI.H.
|
inline |
Influence of neighbouring face.
Definition at line 137 of file smoothDeltaDeltaDataI.H.
|
inline |
Influence of neighbouring cell.
Definition at line 153 of file smoothDeltaDeltaDataI.H.
|
inline |
Influence of different value on same face.
Definition at line 169 of file smoothDeltaDeltaDataI.H.
|
inline |
Same (like operator==)
Definition at line 184 of file smoothDeltaDeltaDataI.H.
References Foam::operator==().
|
inline |
Definition at line 196 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::delta(), and LESdelta::delta_.
|
inline |
Definition at line 205 of file smoothDeltaDeltaDataI.H.
Definition at line 197 of file smoothDelta.H.
Definition at line 205 of file smoothDelta.H.
|
private |
Definition at line 61 of file smoothDelta.H.
Referenced by smoothDelta::deltaData::delta().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.