Helper class used by the fvc::smooth and fvc::spread functions. More...
Classes | |
class | trackData |
Class used to pass additional data in. More... | |
Public Member Functions | |
smoothData () | |
Construct null. More... | |
smoothData (const scalar value) | |
Construct from inverse field value. More... | |
scalar | value () const |
Return value. More... | |
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 smoothData &, 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 smoothData &svf, const scalar tol, TrackingData &td) |
Influence of neighbouring face. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const smoothData &svf, const scalar tol, TrackingData &td) |
Influence of neighbouring cell. More... | |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const smoothData &svf, const scalar tol, TrackingData &td) |
Influence of different value on same face. More... | |
template<class TrackingData > | |
bool | equal (const smoothData &, TrackingData &td) const |
Same (like operator==) More... | |
void | operator= (const scalar value) |
bool | operator== (const smoothData &) const |
bool | operator!= (const smoothData &) const |
Friends | |
Ostream & | operator<< (Ostream &os, const smoothData &svf) |
Istream & | operator>> (Istream &is, smoothData &svf) |
Helper class used by the fvc::smooth and fvc::spread functions.
Definition at line 47 of file smoothData.H.
|
inline |
Construct null.
Definition at line 64 of file smoothDataI.H.
|
inline |
Construct from inverse field value.
Definition at line 70 of file smoothDataI.H.
|
inline |
Return value.
Definition at line 97 of file smoothData.H.
References smoothData::enterDomain(), smoothData::equal(), smoothData::leaveDomain(), smoothData::operator!=(), smoothData::operator=(), smoothData::operator==(), smoothData::sameGeometry(), smoothData::transform(), smoothData::updateCell(), smoothData::updateFace(), and smoothData::valid().
Referenced by smoothData::operator=(), and smoothData::operator==().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value
Definition at line 79 of file smoothDataI.H.
References smoothData::sameGeometry().
Referenced by smoothData::value().
|
inline |
Check for identical geometrical data.
Used for cyclics checking
Definition at line 87 of file smoothDataI.H.
References smoothData::leaveDomain().
Referenced by smoothData::valid(), and smoothData::value().
|
inline |
Convert any absolute coordinates into relative to.
(patch)face centre
Definition at line 100 of file smoothDataI.H.
References smoothData::transform().
Referenced by smoothData::sameGeometry(), and smoothData::value().
|
inline |
Reverse of leaveDomain.
Definition at line 122 of file smoothDataI.H.
References smoothData::updateCell().
Referenced by smoothData::transform(), and smoothData::value().
Apply rotation matrix to any coordinates.
Definition at line 112 of file smoothDataI.H.
References smoothData::enterDomain().
Referenced by smoothData::leaveDomain(), and smoothData::value().
|
inline |
Influence of neighbouring face.
Definition at line 134 of file smoothDataI.H.
References smoothData::updateFace().
Referenced by smoothData::enterDomain(), and smoothData::value().
|
inline |
Influence of neighbouring cell.
Definition at line 150 of file smoothDataI.H.
Referenced by smoothData::updateCell(), and smoothData::value().
|
inline |
Influence of different value on same face.
Definition at line 167 of file smoothDataI.H.
References smoothData::equal().
|
inline |
Same (like operator==)
Definition at line 182 of file smoothDataI.H.
References smoothData::operator==().
Referenced by smoothData::updateFace(), and smoothData::value().
|
inline |
Definition at line 194 of file smoothDataI.H.
References smoothData::value().
Referenced by smoothData::value().
|
inline |
Definition at line 203 of file smoothDataI.H.
References smoothData::value().
Referenced by smoothData::equal(), and smoothData::value().
|
inline |
Definition at line 212 of file smoothDataI.H.
Referenced by smoothData::value().
|
friend |
Definition at line 206 of file smoothData.H.
|
friend |
Definition at line 214 of file smoothData.H.