Public class used by mesh-wave to propagate the delta-ratio. More...
Public Member Functions | |
| deltaData () | |
| Default construct. More... | |
| deltaData (const scalar delta) | |
| Construct from delta value. More... | |
| scalar | delta () const |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. More... | |
| template<class TrackingData > | |
| bool | sameGeometry (const polyMesh &, const deltaData &, const scalar, TrackingData &td) 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 &td) |
| Convert any 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 &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 |
| Test for equality, with TrackingData. More... | |
| bool | operator== (const deltaData &) const |
| Test for equality. More... | |
| bool | operator!= (const deltaData &) const |
| Test for inequality. More... | |
Friends | |
| Ostream & | operator<< (Ostream &os, const deltaData &rhs) |
| Istream & | operator>> (Istream &is, deltaData &rhs) |
Public class used by mesh-wave to propagate the delta-ratio.
Definition at line 60 of file smoothDelta.H.
|
inline |
Default construct.
Definition at line 58 of file smoothDeltaDeltaDataI.H.
|
inline |
Construct from delta value.
Definition at line 64 of file smoothDeltaDeltaDataI.H.
|
inline |
Definition at line 102 of file smoothDelta.H.
|
inline |
Changed or contains original (invalid) value.
Definition at line 74 of file smoothDeltaDeltaDataI.H.
References LESdelta::delta_.
|
inline |
Check for identical geometrical data (eg, cyclics checking)
Definition at line 84 of file smoothDeltaDeltaDataI.H.
|
inline |
Convert any absolute coordinates into relative to (patch)face centre.
Definition at line 97 of file smoothDeltaDeltaDataI.H.
|
inline |
Reverse of leaveDomain.
Definition at line 119 of file smoothDeltaDeltaDataI.H.
Apply rotation matrix to any coordinates.
Definition at line 109 of file smoothDeltaDeltaDataI.H.
|
inline |
Influence of neighbouring face.
Definition at line 131 of file smoothDeltaDeltaDataI.H.
References update().

|
inline |
Influence of neighbouring cell.
Definition at line 147 of file smoothDeltaDeltaDataI.H.
References update().

|
inline |
Influence of different value on same face.
Definition at line 163 of file smoothDeltaDeltaDataI.H.
References update().

|
inline |
Test for equality, with TrackingData.
Definition at line 178 of file smoothDeltaDeltaDataI.H.
References Foam::operator==().

|
inline |
Test for equality.
Definition at line 190 of file smoothDeltaDeltaDataI.H.
References LESdelta::delta_.
|
inline |
Test for inequality.
Definition at line 199 of file smoothDeltaDeltaDataI.H.
Definition at line 229 of file smoothDelta.H.
Definition at line 234 of file smoothDelta.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.