Go to the documentation of this file.
37 #ifndef wallNormalInfo_H
38 #define wallNormalInfo_H
68 template<
class TrackingData>
95 template<
class TrackingData>
96 inline bool valid(TrackingData& td)
const;
99 template<
class TrackingData>
110 template<
class TrackingData>
115 const label patchFaceI,
116 const point& faceCentre,
121 template<
class TrackingData>
126 const label patchFaceI,
127 const point& faceCentre,
132 template<
class TrackingData>
141 template<
class TrackingData>
145 const label thisCellI,
146 const label neighbourFaceI,
153 template<
class TrackingData>
157 const label thisFaceI,
158 const label neighbourCellI,
165 template<
class TrackingData>
169 const label thisFaceI,
176 template<
class TrackingData>
bool operator!=(const wallNormalInfo &) const
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
bool sameGeometry(const polyMesh &, const wallNormalInfo &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
bool updateCell(const polyMesh &, const label thisCellI, const label neighbourFaceI, const wallNormalInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
const vector & normal() const
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
vector normal_
Normal at nearest wall point.
friend Ostream & operator<<(Ostream &, const wallNormalInfo &)
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.
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Convert any absolute coordinates into relative to (patch)face.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A patch is a list of labels that address the faces in the global face list.
bool update(const wallNormalInfo &w2, TrackingData &td)
Evaluate distance to point. Update normal_.
bool operator==(const wallNormalInfo &) const
bool equal(const wallNormalInfo &, TrackingData &td) const
Same (like operator==)
friend Istream & operator>>(Istream &, wallNormalInfo &)
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
Holds information regarding nearest wall point. Used in wall refinement.
bool contiguous< wallNormalInfo >()
Data associated with wallNormalInfo type are contiguous.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
bool updateFace(const polyMesh &, const label thisFaceI, const label neighbourCellI, const wallNormalInfo &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
void enterDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
wallNormalInfo()
Construct null.
A normal distribution model.