57 template<
class TrackingData>
61 const point& position,
99 template<
class TrackingData>
100 inline bool valid(TrackingData& td)
const;
104 template<
class TrackingData>
115 template<
class TrackingData>
120 const label patchFacei,
121 const point& faceCentre,
126 template<
class TrackingData>
131 const label patchFacei,
132 const point& faceCentre,
137 template<
class TrackingData>
146 template<
class TrackingData>
150 const label thisCelli,
151 const label neighbourFacei,
158 template<
class TrackingData>
162 const label thisFacei,
163 const label neighbourCelli,
170 template<
class TrackingData>
174 const label thisFacei,
181 template<
class TrackingData>
187 inline void operator=(
const scalar value);
203 return os << svf.value_ << svf.origin_;
208 return is >> svf.value_ >> svf.origin_;
bool operator==(const sweepData &) const
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 valid(TrackingData &td) const
Check whether origin has been changed at all or.
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const sweepData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring face.
bool sameGeometry(const polyMesh &, const sweepData &, const scalar, TrackingData &td) const
Check for identical geometrical data.
scalar value() const
Return value.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to.
friend Istream & operator>>(Istream &is, sweepData &svf)
sweepData()
Construct null.
Helper class used by fvc::sweep function.
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
const point & origin() const
Return origin.
bool equal(const sweepData &, TrackingData &td) const
Same (like operator==)
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const sweepData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
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.
void operator=(const scalar value)
bool operator!=(const sweepData &) const
bool contiguous< sweepData >()
Data associated with sweepData type are contiguous.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.