Go to the documentation of this file.
31 template<
class TrackingData>
90 template<
class TrackingData>
98 template<
class TrackingData>
112 template<
class TrackingData>
117 const label patchFaceI,
118 const point& faceCentre,
125 template<
class TrackingData>
136 template<
class TrackingData>
141 const label patchFaceI,
142 const point& faceCentre,
149 template<
class TrackingData>
153 const label thisCellI,
154 const label neighbourFaceI,
160 return update(neighbourWallInfo, td);
165 template<
class TrackingData>
169 const label thisFaceI,
170 const label neighbourCellI,
176 return update(neighbourWallInfo, td);
181 template<
class TrackingData>
185 const label thisFaceI,
191 return update(neighbourWallInfo, td);
195 template<
class TrackingData>
218 return !(*
this == rhs);
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.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
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.
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
errorManip< error > abort(error &err)
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
bool equal(const wallNormalInfo &, TrackingData &td) const
Same (like operator==)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
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 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.