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.
References smoothDelta::deltaData::valid().

|
inline |
Definition at line 97 of file smoothDelta.H.
References smoothDelta::deltaData::equal(), smoothDelta::deltaData::operator!=(), smoothDelta::deltaData::operator==(), smoothDelta::deltaData::sameGeometry(), smoothDelta::deltaData::transform(), smoothDelta::deltaData::updateCell(), smoothDelta::deltaData::updateFace(), and smoothDelta::deltaData::valid().
Referenced by smoothDelta::deltaData::operator==().


|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 84 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::sameGeometry().
Referenced by smoothDelta::deltaData::delta(), and smoothDelta::deltaData::deltaData().


|
inline |
Check for identical geometrical data.
Used for cyclics checking.
Definition at line 94 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::transform().
Referenced by smoothDelta::deltaData::delta(), and smoothDelta::deltaData::valid().


|
inline |
Transform across an interface.
Definition at line 107 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::updateCell().
Referenced by smoothDelta::deltaData::delta(), and smoothDelta::deltaData::sameGeometry().


|
inline |
Influence of neighbouring face.
Definition at line 118 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::updateFace().
Referenced by smoothDelta::deltaData::delta(), and smoothDelta::deltaData::transform().


|
inline |
Influence of neighbouring cell.
Definition at line 134 of file smoothDeltaDeltaDataI.H.
Referenced by smoothDelta::deltaData::delta(), and smoothDelta::deltaData::updateCell().

|
inline |
Influence of different value on same face.
Definition at line 150 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::equal().

Same (like operator==)
Definition at line 165 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::operator==().
Referenced by smoothDelta::deltaData::delta(), and smoothDelta::deltaData::updateFace().


Definition at line 177 of file smoothDeltaDeltaDataI.H.
References smoothDelta::deltaData::delta().
Referenced by smoothDelta::deltaData::delta(), and smoothDelta::deltaData::equal().


Definition at line 186 of file smoothDeltaDeltaDataI.H.
Referenced by smoothDelta::deltaData::delta().

Definition at line 179 of file smoothDelta.H.
Definition at line 184 of file smoothDelta.H.