For use with FaceCellWave. Determines topological distance to starting faces. More...
Classes | |
class | trackData |
Public Member Functions | |
wallPoints () | |
wallPoints (const UList< point > &origin, const UList< scalar > &distSqr, const UList< FixedList< label, 3 >> &surface) | |
const List< point > & | origin () const |
const List< scalar > & | distSqr () const |
const List< FixedList< label, 3 > > & | surface () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
template<class TrackingData > | |
bool | sameGeometry (const polyMesh &, const wallPoints &, const scalar, TrackingData &td) const |
template<class TrackingData > | |
void | leaveDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td) |
template<class TrackingData > | |
void | enterDomain (const polyMesh &, const polyPatch &, const label patchFacei, const point &faceCentre, TrackingData &td) |
template<class TrackingData > | |
void | transform (const polyMesh &, const tensor &, TrackingData &td) |
template<class TrackingData > | |
bool | updateCell (const polyMesh &, const label thisCelli, const label neighbourFacei, const wallPoints &neighbourInfo, const scalar tol, TrackingData &td) |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const label neighbourCelli, const wallPoints &neighbourInfo, const scalar tol, TrackingData &td) |
template<class TrackingData > | |
bool | updateFace (const polyMesh &, const label thisFacei, const wallPoints &neighbourInfo, const scalar tol, TrackingData &td) |
template<class TrackingData > | |
bool | equal (const wallPoints &, TrackingData &) const |
bool | operator== (const wallPoints &) const |
bool | operator!= (const wallPoints &) const |
Protected Member Functions | |
template<class TrackingData > | |
bool | update (const point &pt, const label index1, const wallPoints &w2, const label index2, const scalar tol, TrackingData &td) |
Protected Attributes | |
DynamicList< point > | origin_ |
DynamicList< scalar > | distSqr_ |
DynamicList< FixedList< label, 3 > > | surface_ |
Friends | |
Ostream & | operator<< (Ostream &, const wallPoints &) |
Istream & | operator>> (Istream &, wallPoints &) |
For use with FaceCellWave. Determines topological distance to starting faces.
Definition at line 58 of file wallPoints.H.
|
inline |
Definition at line 83 of file wallPointsI.H.
|
inline |
Definition at line 93 of file wallPointsI.H.
|
inlineprotected |
Definition at line 28 of file wallPointsI.H.
References Foam::diff(), Foam::magSqr(), and w2.
Definition at line 133 of file wallPoints.H.
References wallPoints::origin_.
|
inline |
Definition at line 137 of file wallPoints.H.
References wallPoints::distSqr_.
Definition at line 142 of file wallPoints.H.
References wallPoints::surface_.
|
inline |
Definition at line 110 of file wallPointsI.H.
|
inline |
Definition at line 119 of file wallPointsI.H.
|
inline |
Definition at line 133 of file wallPointsI.H.
|
inline |
Definition at line 167 of file wallPointsI.H.
Definition at line 151 of file wallPointsI.H.
References Foam::transform().
|
inline |
Definition at line 186 of file wallPointsI.H.
References primitiveMesh::cellCentres(), forAll, Foam::magSqr(), mesh, wallPoints::origin_, wallPoints::surface_, and update().
|
inline |
Definition at line 228 of file wallPointsI.H.
References primitiveMesh::faceCentres(), forAll, Foam::magSqr(), mesh, wallPoints::origin_, wallPoints::surface_, and update().
|
inline |
Definition at line 275 of file wallPointsI.H.
References primitiveMesh::faceCentres(), forAll, Foam::magSqr(), mesh, wallPoints::origin_, wallPoints::surface_, and update().
|
inline |
Definition at line 320 of file wallPointsI.H.
References Foam::operator==().
|
inline |
Definition at line 332 of file wallPointsI.H.
References wallPoints::distSqr_, wallPoints::origin_, and wallPoints::surface_.
|
inline |
Definition at line 345 of file wallPointsI.H.
|
friend |
|
friend |
|
protected |
Definition at line 82 of file wallPoints.H.
Referenced by wallPoints::operator==(), wallPoints::origin(), wallPoints::updateCell(), and wallPoints::updateFace().
|
protected |
Definition at line 85 of file wallPoints.H.
Referenced by wallPoints::distSqr(), and wallPoints::operator==().
|
protected |
Definition at line 88 of file wallPoints.H.
Referenced by wallPoints::operator==(), wallPoints::surface(), wallPoints::updateCell(), and wallPoints::updateFace().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.