Go to the documentation of this file.
86 template<
class TrackingData>
87 inline bool valid(TrackingData& td)
const;
90 template<
class TrackingData>
101 template<
class TrackingData>
106 const label patchFaceI,
107 const point& faceCentre,
112 template<
class TrackingData>
117 const label patchFaceI,
118 const point& faceCentre,
123 template<
class TrackingData>
132 template<
class TrackingData>
136 const label thisCellI,
137 const label neighbourFaceI,
144 template<
class TrackingData>
148 const label thisFaceI,
149 const label neighbourCellI,
156 template<
class TrackingData>
160 const label thisFaceI,
167 template<
class TrackingData>
168 inline bool equal(
const minData&, TrackingData& td)
const;
bool equal(const minData &, TrackingData &td) const
Same (like operator==)
bool operator==(const minData &) const
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
For use with FaceCellWave. Transports minimum passive data.
bool operator!=(const minData &) const
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)....
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
A patch is a list of labels that address the faces in the global face list.
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to (patch)face.
bool updateCell(const polyMesh &, const label thisCellI, const label neighbourFaceI, const minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
bool contiguous< minData >()
Data associated with minData type are contiguous.
friend Istream & operator>>(Istream &, minData &)
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
label data_
Starting data.
friend Ostream & operator<<(Ostream &, const minData &)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void enterDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
bool updateFace(const polyMesh &, const label thisFaceI, const label neighbourCellI, const minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
bool sameGeometry(const polyMesh &, const minData &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
Database for solution data, solver performance and other reduced data.