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 fvMesh &, const deltaData &, const scalar, TrackingData &td) const |
| Check for identical geometrical data. More... | |
| template<class TrackingData > | |
| void | transform (const fvPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
| Transform across an interface. More... | |
| template<class TrackingData > | |
| bool | updateCell (const fvMesh &, const label thisCelli, const labelPair &neighbourPatchAndFacei, const deltaData &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring face. More... | |
| template<class TrackingData > | |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, const label neighbourCelli, const deltaData &neighbourInfo, const scalar tol, TrackingData &td) |
| Influence of neighbouring cell. More... | |
| template<class TrackingData > | |
| bool | updateFace (const fvMesh &, const labelPair &thisPatchAndFacei, 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 |
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 68 of file smoothDeltaDeltaDataI.H.
|
inline |
Construct from delta value.
Definition at line 74 of file smoothDeltaDeltaDataI.H.
|
inline |
Definition at line 97 of file smoothDelta.H.
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 83 of file smoothDeltaDeltaDataI.H.
References LESdelta::delta_.
|
inline |
Check for identical geometrical data.
Used for cyclics checking.
Definition at line 93 of file smoothDeltaDeltaDataI.H.
|
inline |
Transform across an interface.
Definition at line 106 of file smoothDeltaDeltaDataI.H.
|
inline |
Influence of neighbouring face.
Definition at line 117 of file smoothDeltaDeltaDataI.H.
|
inline |
Influence of neighbouring cell.
Definition at line 133 of file smoothDeltaDeltaDataI.H.
|
inline |
Influence of different value on same face.
Definition at line 149 of file smoothDeltaDeltaDataI.H.
|
inline |
Same (like operator==)
Definition at line 164 of file smoothDeltaDeltaDataI.H.
References Foam::operator==().

|
inline |
Definition at line 176 of file smoothDeltaDeltaDataI.H.
References LESdelta::delta_.
|
inline |
Definition at line 185 of file smoothDeltaDeltaDataI.H.
Definition at line 179 of file smoothDelta.H.
Definition at line 184 of file smoothDelta.H.