Go to the documentation of this file.
44 template<
class TrackingData>
51 template<
class TrackingData>
64 template<
class TrackingData>
69 const label patchFaceI,
70 const point& faceCentre,
76 template<
class TrackingData>
86 template<
class TrackingData>
91 const label patchFaceI,
92 const point& faceCentre,
98 template<
class TrackingData>
102 const label thisCellI,
103 const label neighbourFaceI,
109 if (neighbourInfo.
data_ < data_)
111 operator=(neighbourInfo);
121 template<
class TrackingData>
125 const label thisFaceI,
126 const label neighbourCellI,
134 if (neighbourInfo.
data_ < data_)
136 operator=(neighbourInfo);
146 template<
class TrackingData>
150 const label thisFaceI,
157 if (neighbourInfo.
data_ < data_)
159 operator=(neighbourInfo);
169 template<
class TrackingData>
182 inline bool Foam::minData::operator==
191 inline bool Foam::minData::operator!=
196 return !(*
this == rhs);
208 return os << wDist.data_;
218 return is >> wDist.data_;
bool equal(const minData &, TrackingData &td) const
Same (like operator==)
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
For use with FaceCellWave. Transports minimum passive data.
static const label labelMax
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.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool valid(TrackingData &td) const
Check whether origin has been changed at all or.
A patch is a list of labels that address the faces in the global face list.
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 minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring face.
void transform(const polyMesh &, const tensor &, TrackingData &td)
Apply rotation matrix to any coordinates.
label data_
Starting data.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void enterDomain(const polyMesh &, const polyPatch &, const label patchFaceI, const point &faceCentre, TrackingData &td)
Reverse of leaveDomain.
bool updateFace(const polyMesh &, const label thisFaceI, const label neighbourCellI, const minData &neighbourInfo, const scalar tol, TrackingData &td)
Influence of neighbouring cell.
bool sameGeometry(const polyMesh &, const minData &, const scalar, TrackingData &td) const
Check for identical geometrical data. Used for cyclics checking.
Database for solution data, solver performance and other reduced data.