Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave) To be used in wall distance calculation. More...
Public Member Functions | |
pointEdgePoint () | |
Construct null. More... | |
pointEdgePoint (const point &, const scalar) | |
Construct from origin, distance. More... | |
const point & | origin () const |
scalar | distSqr () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. More... | |
template<class TrackingData > | |
bool | sameGeometry (const pointEdgePoint &, const scalar tol, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgeI, const pointEdgePoint &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointEdgePoint &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const pointEdgePoint &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const label edgeI, const label pointi, const pointEdgePoint &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const pointEdgePoint &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const pointEdgePoint &) const |
bool | operator!= (const pointEdgePoint &) const |
Friends | |
Ostream & | operator<< (Ostream &, const pointEdgePoint &) |
Istream & | operator>> (Istream &, pointEdgePoint &) |
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave) To be used in wall distance calculation.
Definition at line 69 of file pointEdgePoint.H.
|
inline |
Construct null.
Definition at line 120 of file pointEdgePointI.H.
|
inline |
Construct from origin, distance.
Definition at line 128 of file pointEdgePointI.H.
|
inline |
Definition at line 140 of file pointEdgePointI.H.
Referenced by pointEdgePoint::operator==().
|
inline |
Definition at line 146 of file pointEdgePointI.H.
Referenced by pointEdgePoint::operator==(), and pointEdgePoint::sameGeometry().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 153 of file pointEdgePointI.H.
References VectorSpace< Vector< scalar >, scalar, 3 >::max, and pointEdgePoint::sameGeometry().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 162 of file pointEdgePointI.H.
References pointEdgePoint::distSqr(), Foam::mag(), and pointEdgePoint::transform().
Referenced by pointEdgePoint::valid().
|
inline |
Transform across an interface.
Definition at line 190 of file pointEdgePointI.H.
References transformer::transformPosition(), and pointEdgePoint::updatePoint().
Referenced by pointEdgePoint::sameGeometry(), and pointData::transform().
|
inline |
Influence of edge on point.
Definition at line 205 of file pointEdgePointI.H.
References polyMesh::points().
Referenced by pointEdgePoint::transform(), pointData::updatePoint(), and pointEdgePoint::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 221 of file pointEdgePointI.H.
References polyMesh::points(), and pointEdgePoint::updatePoint().
|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 236 of file pointEdgePointI.H.
References pointEdgePoint::updateEdge().
|
inline |
Influence of point on edge.
Definition at line 249 of file pointEdgePointI.H.
References edge::centre(), Foam::e, primitiveMesh::edges(), pointEdgePoint::equal(), and polyMesh::points().
Referenced by pointData::updateEdge(), and pointEdgePoint::updatePoint().
|
inline |
Same (like operator==)
Definition at line 265 of file pointEdgePointI.H.
References pointEdgePoint::operator==().
Referenced by pointEdgePoint::updateEdge().
|
inline |
Definition at line 276 of file pointEdgePointI.H.
References pointEdgePoint::distSqr(), and pointEdgePoint::origin().
Referenced by pointEdgePoint::equal(), and pointData::operator==().
|
inline |
Definition at line 283 of file pointEdgePointI.H.
|
friend |
|
friend |