56 Ostream&
operator<<(Ostream&,
const wallPoint&);
80 template<
class TrackingData>
118 template<
class TrackingData>
119 inline bool valid(TrackingData& td)
const;
122 template<
class TrackingData>
133 template<
class TrackingData>
138 const label patchFacei,
139 const point& faceCentre,
144 template<
class TrackingData>
149 const label patchFacei,
150 const point& faceCentre,
155 template<
class TrackingData>
164 template<
class TrackingData>
168 const label thisCelli,
169 const label neighbourFacei,
176 template<
class TrackingData>
180 const label thisFacei,
181 const label neighbourCelli,
188 template<
class TrackingData>
192 const label thisFacei,
199 template<
class TrackingData>
bool contiguous< wallPoint >()
Data associated with wallPoint type are contiguous.
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
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)...
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
bool sameGeometry(const polyMesh &, const wallPoint &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to (patch)face.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
friend Ostream & operator<<(Ostream &, const wallPoint &)
bool operator!=(const wallPoint &) const
bool operator==(const wallPoint &) const
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const wallPoint &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
Istream & operator>>(Istream &, directionInfo &)
wallPoint()
Construct null.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
friend Istream & operator>>(Istream &, wallPoint &)
Holds information regarding nearest wall point. Used in wall distance calculation.
bool equal(const wallPoint &, TrackingData &td) const
Same (like operator==)
const point & origin() const
Ostream & operator<<(Ostream &, const ensightPart &)
Mesh consisting of general polyhedral cells.
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const wallPoint &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
A patch is a list of labels that address the faces in the global face list.