Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave) To be used in wall distance calculation. More...
#include <externalPointEdgePoint.H>
Classes | |
| class | trackingData |
| Class used to pass data into container. More... | |
Public Member Functions | |
| externalPointEdgePoint () | |
| Default construct. | |
| externalPointEdgePoint (const point &, const scalar) | |
| Construct from origin, distance. | |
| const point & | origin () const |
| scalar | distSqr () const |
| template<class TrackingData> | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. | |
| template<class TrackingData> | |
| bool | sameGeometry (const externalPointEdgePoint &, 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 (= point coordinate). | |
| 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 externalPointEdgePoint &edgeInfo, const scalar tol, TrackingData &td) |
| Influence of edge on point. | |
| template<class TrackingData> | |
| bool | updatePoint (const polyMesh &mesh, const label pointi, const externalPointEdgePoint &newPointInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same point. | |
| template<class TrackingData> | |
| bool | updatePoint (const externalPointEdgePoint &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 externalPointEdgePoint &pointInfo, const scalar tol, TrackingData &td) |
| Influence of point on edge. | |
| template<class TrackingData> | |
| bool | equal (const externalPointEdgePoint &, TrackingData &td) const |
| Test for equality, with TrackingData. | |
| bool | operator== (const externalPointEdgePoint &) const |
| Test for equality. | |
| bool | operator!= (const externalPointEdgePoint &) const |
| Test for inequality. | |
Friends | |
| Ostream & | operator<< (Ostream &, const externalPointEdgePoint &) |
| Istream & | operator>> (Istream &, externalPointEdgePoint &) |
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave) To be used in wall distance calculation.
Definition at line 58 of file externalPointEdgePoint.H.
|
inline |
Default construct.
Definition at line 114 of file externalPointEdgePointI.H.
References Foam::max().
Referenced by equal(), operator!=(), operator<<, operator==(), operator>>, sameGeometry(), updateEdge(), updatePoint(), updatePoint(), and updatePoint().


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

|
inline |
Definition at line 139 of file externalPointEdgePoint.H.
Referenced by externalPointEdgePoint().

|
inline |
Definition at line 144 of file externalPointEdgePoint.H.
Referenced by externalPointEdgePoint(), and sameGeometry().

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

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

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

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

|
inline |
Apply rotation matrix to origin.
Definition at line 184 of file externalPointEdgePointI.H.
References td(), and Foam::transform().

|
inline |
Influence of edge on point.
Definition at line 209 of file externalPointEdgePointI.H.
References externalPointEdgePoint(), mesh, td(), and update().

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

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

|
inline |
Influence of point on edge.
Definition at line 250 of file externalPointEdgePointI.H.
References e, externalPointEdgePoint(), mesh, td(), and update().

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

|
inline |
Test for equality.
Definition at line 278 of file externalPointEdgePointI.H.
References externalPointEdgePoint(), and Foam::rhs().

|
inline |
Test for inequality.
Definition at line 287 of file externalPointEdgePointI.H.
References externalPointEdgePoint(), and Foam::rhs().

|
friend |
References externalPointEdgePoint().
|
friend |
References externalPointEdgePoint().