Go to the documentation of this file.
34 template<
class TrackingData>
35 inline bool Foam::wallNormalInfo::update
37 const wallNormalInfo&
w2,
55 normal_ =
w2.normal();
78 template<
class TrackingData>
86 template<
class TrackingData>
100 template<
class TrackingData>
105 const label patchFacei,
106 const point& faceCentre,
113 template<
class TrackingData>
124 template<
class TrackingData>
129 const label patchFacei,
130 const point& faceCentre,
137 template<
class TrackingData>
141 const label thisCelli,
142 const label neighbourFacei,
153 template<
class TrackingData>
157 const label thisFacei,
158 const label neighbourCelli,
169 template<
class TrackingData>
173 const label thisFacei,
179 return update(neighbourWallInfo, td);
183 template<
class TrackingData>
196 inline bool Foam::wallNormalInfo::operator==
201 return normal_ == rhs.normal_;
205 inline bool Foam::wallNormalInfo::operator!=
210 return !(*
this == rhs);
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
bool sameGeometry(const polyMesh &, const wallNormalInfo &, const scalar, TrackingData &td) const
bool valid(TrackingData &td) const
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const wallNormalInfo &neighbourInfo, const scalar tol, TrackingData &td)
Mesh consisting of general polyhedral cells.
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A patch is a list of labels that address the faces in the global face list.
label max(const labelHashSet &set, label maxValue=labelMin)
errorManip< error > abort(error &err)
bool equal(const wallNormalInfo &, TrackingData &td) const
#define FatalErrorInFunction
void transform(const polyMesh &, const tensor &, TrackingData &td)
Holds information regarding nearest wall point. Used in wall refinement.
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const wallNormalInfo &neighbourInfo, const scalar tol, TrackingData &td)