97 template<
class TrackingData>
98 inline bool valid(TrackingData& td)
const;
101 template<
class TrackingData>
111 template<
class TrackingData>
115 const label patchFacei,
121 template<
class TrackingData>
125 const label thisCelli,
126 const label neighbourFacei,
133 template<
class TrackingData>
137 const label thisFacei,
138 const label neighbourCelli,
145 template<
class TrackingData>
149 const label thisFacei,
156 template<
class TrackingData>
157 inline bool equal(
const minData&, TrackingData& td)
const;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
For use with FaceCellWave. Transports minimum passive data.
friend Istream & operator>>(Istream &, minData &)
friend Ostream & operator<<(Ostream &, const minData &)
bool sameGeometry(const polyMesh &, const minData &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
bool operator==(const minData &) const
bool operator!=(const minData &) const
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
void transform(const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td)
Transform across an interface.
bool equal(const minData &, TrackingData &td) const
Same (like operator==)
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Istream & operator>>(Istream &, pistonPointEdgeData &)
Ostream & operator<<(Ostream &os, const fvConstraints &constraints)
bool contiguous< minData >()
Data associated with minData type are contiguous.