Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave) To be used in wall distance calculation. More...
#include <pointEdgePoint.H>

Public Member Functions | |
| pointEdgePoint () | |
| Default construct. Max point. | |
| pointEdgePoint (const point &origin, const scalar distSqr) | |
| Construct from origin, distance. | |
| const point & | origin () const noexcept |
| point & | origin () noexcept |
| scalar | distSqr () const noexcept |
| scalar & | distSqr () noexcept |
| bool | operator== (const pointEdgePoint &) const |
| Test for equality. | |
| bool | operator!= (const pointEdgePoint &) const |
| Test for inequality. | |
| template<class TrackingData> | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. | |
| template<class TrackingData> | |
| bool | sameGeometry (const pointEdgePoint &, const scalar tol, TrackingData &td) const |
| Check for identical geometrical data (eg, cyclics checking). | |
| template<class TrackingData> | |
| void | leaveDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
| Convert origin to relative vector to leaving point. | |
| 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. | |
| template<class TrackingData> | |
| void | transform (const tensor &rotTensor, TrackingData &td) |
| Apply rotation matrix to origin. | |
| 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. | |
| 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. | |
| template<class TrackingData> | |
| bool | updatePoint (const pointEdgePoint &newPointInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same point. | |
| 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. | |
| template<class TrackingData> | |
| bool | equal (const pointEdgePoint &, TrackingData &td) const |
| Test for equality, with TrackingData. | |
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 61 of file pointEdgePoint.H.
|
inline |
Default construct. Max point.
Definition at line 116 of file pointEdgePointI.H.
References Foam::max().
Referenced by equal(), operator!=(), operator<<, operator==(), operator>>, PointData< DataType >::PointData(), sameGeometry(), updateEdge(), updatePoint(), updatePoint(), and updatePoint().


|
inline |
Construct from origin, distance.
Definition at line 123 of file pointEdgePointI.H.
References distSqr(), and origin().

|
inlinenoexcept |
Definition at line 126 of file pointEdgePoint.H.
References Foam::noexcept.
Referenced by PointData< DataType >::PointData(), PointData< DataType >::PointData(), and pointEdgePoint().

|
inlinenoexcept |
Definition at line 128 of file pointEdgePoint.H.
References Foam::noexcept.
|
inlinenoexcept |
Definition at line 130 of file pointEdgePoint.H.
References Foam::noexcept.
Referenced by PointData< DataType >::PointData(), PointData< DataType >::PointData(), pointEdgePoint(), and sameGeometry().

|
inlinenoexcept |
Definition at line 132 of file pointEdgePoint.H.
References Foam::noexcept.
|
inline |
Test for equality.
Definition at line 286 of file pointEdgePointI.H.
References pointEdgePoint(), and Foam::rhs().
Referenced by PointData< DataType >::operator==().


|
inline |
Test for inequality.
Definition at line 295 of file pointEdgePointI.H.
References pointEdgePoint(), and Foam::rhs().

|
inline |
Changed or contains original (invalid) value.
Definition at line 137 of file pointEdgePointI.H.
References VectorSpace< Form, Cmpt, Ncmpts >::max, and td().

|
inline |
Check for identical geometrical data (eg, cyclics checking).
Definition at line 145 of file pointEdgePointI.H.
References Foam::diff(), distSqr(), Foam::mag(), pointEdgePoint(), td(), and w2.

|
inline |
Convert origin to relative vector to leaving point.
(= point coordinate)
Definition at line 173 of file pointEdgePointI.H.
References td().

|
inline |
Convert relative origin to absolute by adding entering point.
Definition at line 199 of file pointEdgePointI.H.
References td().

|
inline |
Apply rotation matrix to origin.
Definition at line 186 of file pointEdgePointI.H.
References td(), and Foam::transform().
Referenced by PointData< DataType >::transform().


|
inline |
Influence of edge on point.
Definition at line 214 of file pointEdgePointI.H.
References mesh, pointEdgePoint(), td(), and update().
Referenced by PointData< DataType >::updatePoint(), PointData< DataType >::updatePoint(), and PointData< DataType >::updatePoint().


|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 230 of file pointEdgePointI.H.
References mesh, pointEdgePoint(), td(), and update().

|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 245 of file pointEdgePointI.H.
References pointEdgePoint(), td(), and update().

|
inline |
Influence of point on edge.
Definition at line 258 of file pointEdgePointI.H.
References e, mesh, pointEdgePoint(), td(), and update().
Referenced by PointData< DataType >::updateEdge().


|
inline |
Test for equality, with TrackingData.
Definition at line 274 of file pointEdgePointI.H.
References Foam::operator==(), pointEdgePoint(), Foam::rhs(), and td().

|
friend |
References pointEdgePoint().
|
friend |
References mesh, pointEdgePoint(), Foam::pos(), and td().