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 | leaveDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
Convert origin to relative vector to leaving point. More... | |
template<class TrackingData > | |
void | enterDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
Convert relative origin to absolute by adding entering point. More... | |
template<class TrackingData > | |
void | transform (const tensor &rotTensor, TrackingData &td) |
Apply rotation matrix to origin. 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 68 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(), pointEdgePoint::leaveDomain(), and Foam::mag().
Referenced by pointEdgePoint::valid().
|
inline |
Convert origin to relative vector to leaving point.
(= point coordinate)
Definition at line 190 of file pointEdgePointI.H.
References pointEdgePoint::transform().
Referenced by pointEdgePoint::sameGeometry().
|
inline |
Convert relative origin to absolute by adding entering point.
Definition at line 216 of file pointEdgePointI.H.
References pointEdgePoint::updatePoint().
Referenced by pointEdgePoint::transform().
|
inline |
Apply rotation matrix to origin.
Definition at line 203 of file pointEdgePointI.H.
References pointEdgePoint::enterDomain(), and Foam::transform().
Referenced by pointEdgePoint::leaveDomain(), and pointData::transform().
|
inline |
Influence of edge on point.
Definition at line 231 of file pointEdgePointI.H.
References polyMesh::points().
Referenced by pointEdgePoint::enterDomain(), pointData::updatePoint(), and pointEdgePoint::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 247 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 262 of file pointEdgePointI.H.
References pointEdgePoint::updateEdge().
|
inline |
Influence of point on edge.
Definition at line 275 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 291 of file pointEdgePointI.H.
References pointEdgePoint::operator==().
Referenced by pointEdgePoint::updateEdge().
|
inline |
Definition at line 302 of file pointEdgePointI.H.
References pointEdgePoint::distSqr(), and pointEdgePoint::origin().
Referenced by pointEdgePoint::equal(), and pointData::operator==().
|
inline |
Definition at line 309 of file pointEdgePointI.H.
|
friend |
|
friend |