Go to the documentation of this file.
71 template<
class TrackingData>
108 template<
class TrackingData>
109 inline bool valid(TrackingData& td)
const;
113 template<
class TrackingData>
124 template<
class TrackingData>
129 const label patchFaceI,
130 const point& faceCentre,
135 template<
class TrackingData>
140 const label patchFaceI,
141 const point& faceCentre,
146 template<
class TrackingData>
155 template<
class TrackingData>
159 const label thisCellI,
160 const label neighbourFaceI,
167 template<
class TrackingData>
171 const label thisFaceI,
172 const label neighbourCellI,
179 template<
class TrackingData>
183 const label thisFaceI,
190 template<
class TrackingData>
212 return os << svf.value_;
bool updateCell(const polyMesh &, const label thisCellI, const label neighbourFaceI, const smoothData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring face.
void operator=(const scalar value)
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
Class used to pass additional data in.
bool updateFace(const polyMesh &, const label thisFaceI, const label neighbourCellI, const smoothData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
bool operator==(const smoothData &) const
Mesh consisting of general polyhedral cells.
bool operator!=(const smoothData &) const
smoothData()
Construct null.
Helper class used by the fvc::smooth and fvc::spread functions.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool update(const smoothData &svf, const scalar scale, const scalar tol, TrackingData &td)
Update - gets information from neighbouring face/cell and.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A patch is a list of labels that address the faces in the global face list.
bool equal(const smoothData &, TrackingData &td) const
Same (like operator==)
friend Istream & operator>>(Istream &is, smoothData &svf)
bool sameGeometry(const polyMesh &, const smoothData &, const scalar, TrackingData &td) const
Check for identical geometrical data.
scalar maxRatio
Cut off distance.
void enterDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to.
scalar value() const
Return value.
bool contiguous< smoothData >()
Data associated with smoothData type are contiguous.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.