Go to the documentation of this file.
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>
203 return os << svf.value_ << svf.origin_;
scalar value() const
Return value.
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
bool contiguous< sweepData >()
Data associated with sweepData type are contiguous.
sweepData()
Construct null.
Helper class used by fvc::sweep function.
bool updateFace(const polyMesh &, const label thisFaceI, const label neighbourCellI, const sweepData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
void enterDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
Mesh consisting of general polyhedral cells.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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.
friend Istream & operator>>(Istream &is, sweepData &svf)
bool operator!=(const sweepData &) const
bool equal(const sweepData &, TrackingData &td) const
Same (like operator==)
const point & origin() const
Return origin.
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to.
bool updateCell(const polyMesh &, const label thisCellI, const label neighbourFaceI, const sweepData &svf, const scalar tol, TrackingData &td)
Influence of neighbouring face.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool sameGeometry(const polyMesh &, const sweepData &, const scalar, TrackingData &td) const
Check for identical geometrical data.
bool operator==(const sweepData &) const
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
bool update(const sweepData &svf, const point &position, const scalar tol, TrackingData &td)
Update - gets information from neighbouring face/cell and.
void operator=(const scalar value)