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_;
217 return is >> svf.value_;
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Class used to pass additional data in.
bool equal(const smoothData &, TrackingData &td) const
Same (like operator==)
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const smoothData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
bool sameGeometry(const polyMesh &, const smoothData &, const scalar, TrackingData &td) const
Check for identical geometrical data.
bool operator==(const smoothData &) const
bool contiguous< smoothData >()
Data associated with smoothData type are contiguous.
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
smoothData()
Construct null.
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
Helper class used by the fvc::smooth and fvc::spread functions.
void operator=(const scalar value)
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
bool operator!=(const smoothData &) const
friend Istream & operator>>(Istream &is, smoothData &svf)
scalar maxRatio
Cut off distance.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const smoothData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring face.
scalar value() const
Return value.