Go to the documentation of this file.
57 Ostream&
operator<<(Ostream&,
const wallPoints&);
104 template<
class TrackingData>
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>
DynamicList< scalar > distSqr_
A templated (3 x 3) tensor of objects of <T> derived from MatrixSpace.
bool valid(TrackingData &td) const
void transform(const polyMesh &, const tensor &, TrackingData &td)
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
bool operator!=(const wallPoints &) const
friend Istream & operator>>(Istream &, wallPoints &)
DynamicList< point > origin_
const List< FixedList< label, 3 > > & surface() const
const List< scalar > & distSqr() const
trackData(const bitSet &isBlockedFace)
friend Ostream & operator<<(Ostream &, const wallPoints &)
Istream & operator>>(Istream &, directionInfo &)
DynamicList< FixedList< label, 3 > > surface_
Mesh consisting of general polyhedral cells.
bool updateCell(const polyMesh &, const label thisCelli, const label neighbourFacei, const wallPoints &neighbourInfo, const scalar tol, TrackingData &td)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
bool operator==(const wallPoints &) const
const List< point > & origin() const
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 point &pt, const label index1, const wallPoints &w2, const label index2, const scalar tol, TrackingData &td)
bool sameGeometry(const polyMesh &, const wallPoints &, const scalar, TrackingData &td) const
void enterDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
void leaveDomain(const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const bitSet & isBlockedFace_
bool updateFace(const polyMesh &, const label thisFacei, const label neighbourCelli, const wallPoints &neighbourInfo, const scalar tol, TrackingData &td)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
vector point
Point is a vector.
For use with FaceCellWave. Determines topological distance to starting faces.
bool equal(const wallPoints &, TrackingData &) const
Tensor< scalar > tensor
Tensor of scalars, i.e. Tensor<scalar>.