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 > | |
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 | 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 77 of file pointEdgePointI.H.
|
inline |
Construct from origin, distance.
Definition at line 84 of file pointEdgePointI.H.
|
inline |
Definition at line 97 of file pointEdgePointI.H.
Referenced by pointEdgePoint::operator==().
|
inline |
Definition at line 103 of file pointEdgePointI.H.
Referenced by pointEdgePoint::operator==().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 110 of file pointEdgePointI.H.
References VectorSpace< Form, Cmpt, Ncmpts >::max.
|
inline |
Transform across an interface.
Definition at line 117 of file pointEdgePointI.H.
References Foam::transform().
Referenced by pointData::transform().
|
inline |
Influence of edge on point.
Definition at line 132 of file pointEdgePointI.H.
References polyMesh::points().
Referenced by pointData::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 148 of file pointEdgePointI.H.
References polyMesh::points().
|
inline |
Influence of point on edge.
Definition at line 163 of file pointEdgePointI.H.
References Foam::e, primitiveMesh::edges(), and polyMesh::points().
Referenced by pointData::updateEdge().
|
inline |
Same (like operator==)
Definition at line 179 of file pointEdgePointI.H.
References Foam::operator==().
|
inline |
Definition at line 191 of file pointEdgePointI.H.
References pointEdgePoint::distSqr(), and pointEdgePoint::origin().
Referenced by pointData::operator==().
|
inline |
Definition at line 198 of file pointEdgePointI.H.
|
friend |
|
friend |