54 #ifndef directionInfo_H 55 #define directionInfo_H 78 Ostream&
operator<<(Ostream&,
const directionInfo&);
161 template<
class TrackingData>
162 inline bool valid(TrackingData& td)
const;
165 template<
class TrackingData>
176 template<
class TrackingData>
181 const label patchFacei,
182 const point& faceCentre,
187 template<
class TrackingData>
192 const label patchFacei,
193 const point& faceCentre,
198 template<
class TrackingData>
207 template<
class TrackingData>
211 const label thisCelli,
212 const label neighbourFacei,
219 template<
class TrackingData>
223 const label thisFacei,
224 const label neighbourCelli,
231 template<
class TrackingData>
235 const label thisFacei,
242 template<
class TrackingData>
bool sameGeometry(const polyMesh &, const directionInfo &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool operator!=(const directionInfo &) const
bool equal(const directionInfo &, TrackingData &td) const
Same (like operator==)
Cell-face mesh analysis engine.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
bool operator==(const directionInfo &) const
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
friend Ostream & operator<<(Ostream &, const directionInfo &)
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 directionInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
bool contiguous< directionInfo >()
Data associated with directionInfo type are contiguous.
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
Istream & operator>>(Istream &, directionInfo &)
static label edgeToFaceIndex(const primitiveMesh &mesh, const label celli, const label facei, const label edgeI)
Given edge on hex cell find corresponding edge on face. Is either.
friend Istream & operator>>(Istream &, directionInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Holds direction in which to split cell (in fact a local coordinate axes). Information is a label and ...
directionInfo()
Construct null.
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const directionInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
Ostream & operator<<(Ostream &, const ensightPart &)
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.