Go to the documentation of this file.
39 #ifndef patchFaceOrientation_H
40 #define patchFaceOrientation_H
52 class patchFaceOrientation;
54 Istream&
operator>>(Istream&, patchFaceOrientation&);
55 Ostream&
operator<<(Ostream&,
const patchFaceOrientation&);
96 template<
class TrackingData>
97 inline bool valid(TrackingData& td)
const;
100 template<
class TrackingData>
111 template<
class TrackingData>
124 template<
class TrackingData>
130 const bool sameOrientation,
136 template<
class TrackingData>
149 template<
class TrackingData>
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
bool updateFace(const polyMesh &mesh, const indirectPrimitivePatch &patch, const label facei, const label edgeI, const patchFaceOrientation &edgeInfo, const scalar tol, TrackingData &td)
Transport of orientation for use in PatchEdgeFaceWave.
bool operator==(const patchFaceOrientation &) const
void transform(const polyMesh &mesh, const indirectPrimitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td)
Istream & operator>>(Istream &, directionInfo &)
Mesh consisting of general polyhedral cells.
A template class to specify if a data type is composed solely of Foam::label elements.
Ostream & operator<<(Ostream &, const boundaryPatch &p)
bool updateEdge(const polyMesh &mesh, const indirectPrimitivePatch &patch, const label edgeI, const label facei, const patchFaceOrientation &faceInfo, const scalar tol, TrackingData &td)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool valid(TrackingData &td) const
bool operator!=(const patchFaceOrientation &) const
friend Istream & operator>>(Istream &, patchFaceOrientation &)
bool equal(const patchFaceOrientation &, TrackingData &) const
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
friend Ostream & operator<<(Ostream &, const patchFaceOrientation &)
A template class to specify that a data type can be considered as being contiguous in memory.
A list of faces which address into the list of points.