Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave) To be used in wall distance calculation. More...
Classes | |
class | data |
Class used to pass data into container. More... | |
Public Member Functions | |
pointEdgeDist () | |
Construct null. More... | |
pointEdgeDist (const point &, const scalar) | |
Construct from origin, distance. More... | |
const point & | origin () const |
scalar | distSqr () const |
bool | valid (data &td) const |
Check whether origin has been changed at all or. More... | |
void | transform (const polyPatch &patch, const label patchFacei, const transformer &transform, data &td) |
Transform across an interface. More... | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgei, const pointEdgeDist &edgeinfo, const scalar tol, data &td) |
Influence of edge on point. More... | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointEdgeDist &newPointInfo, const scalar tol, data &td) |
Influence of different value on same point. More... | |
bool | updateEdge (const polyMesh &mesh, const label edgei, const label pointi, const pointEdgeDist &pointInfo, const scalar tol, data &td) |
Influence of point on edge. More... | |
bool | equal (const pointEdgeDist &, data &td) const |
Equivalent to operator== with data. More... | |
bool | operator== (const pointEdgeDist &) const |
bool | operator!= (const pointEdgeDist &) const |
Friends | |
Ostream & | operator<< (Ostream &, const pointEdgeDist &) |
Istream & | operator>> (Istream &, pointEdgeDist &) |
Holds information regarding nearest wall point. Used in PointEdgeWave. (so not standard FaceCellWave) To be used in wall distance calculation.
Definition at line 65 of file pointEdgeDist.H.
|
inline |
Construct null.
Definition at line 90 of file pointEdgeDistI.H.
|
inline |
Construct from origin, distance.
Definition at line 97 of file pointEdgeDistI.H.
|
inline |
Definition at line 110 of file pointEdgeDistI.H.
|
inline |
Definition at line 116 of file pointEdgeDistI.H.
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 122 of file pointEdgeDistI.H.
References VectorSpace< Form, Cmpt, Ncmpts >::max.
|
inline |
Transform across an interface.
Definition at line 128 of file pointEdgeDistI.H.
References Foam::transform().
|
inline |
Influence of edge on point.
Definition at line 140 of file pointEdgeDistI.H.
References pointEdgeDist::data::points.
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 154 of file pointEdgeDistI.H.
References pointEdgeDist::data::points.
|
inline |
Influence of point on edge.
Definition at line 167 of file pointEdgeDistI.H.
References Foam::e, primitiveMesh::edges(), and pointEdgeDist::data::points.
|
inline |
Equivalent to operator== with data.
Definition at line 182 of file pointEdgeDistI.H.
References Foam::operator==().
|
inline |
Definition at line 194 of file pointEdgeDistI.H.
|
inline |
Definition at line 204 of file pointEdgeDistI.H.
|
friend |
|
friend |