Public Member Functions | |
| patchEdgeFaceInfo () | |
| Default construct. More... | |
| patchEdgeFaceInfo (const point &origin, const scalar distSqr) | |
| Construct from origin, distance squared. More... | |
| const point & | origin () const |
| scalar | distSqr () const |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. More... | |
| template<class TrackingData > | |
| void | transform (const polyMesh &mesh, const primitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td) |
| Apply rotation matrix. More... | |
| template<class TrackingData > | |
| bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const label edgeI, const label facei, const patchEdgeFaceInfo &faceInfo, const scalar tol, TrackingData &td) |
| Influence of face on edge. More... | |
| template<class TrackingData > | |
| bool | updateEdge (const polyMesh &mesh, const primitivePatch &patch, const patchEdgeFaceInfo &edgeInfo, const bool sameOrientation, const scalar tol, TrackingData &td) |
| New information for edge (from e.g. coupled edge) More... | |
| template<class TrackingData > | |
| bool | updateFace (const polyMesh &mesh, const primitivePatch &patch, const label facei, const label edgeI, const patchEdgeFaceInfo &edgeInfo, const scalar tol, TrackingData &td) |
| Influence of edge on face. More... | |
| template<class TrackingData > | |
| bool | equal (const patchEdgeFaceInfo &, TrackingData &td) const |
| Test for equality, with TrackingData. More... | |
| bool | operator== (const patchEdgeFaceInfo &) const |
| Test for equality. More... | |
| bool | operator!= (const patchEdgeFaceInfo &) const |
| Test for inequality. More... | |
Friends | |
| Ostream & | operator<< (Ostream &, const patchEdgeFaceInfo &) |
| Istream & | operator>> (Istream &, patchEdgeFaceInfo &) |
Definition at line 59 of file patchEdgeFaceInfo.H.
|
inline |
Default construct.
Definition at line 116 of file patchEdgeFaceInfoI.H.
|
inline |
Construct from origin, distance squared.
Definition at line 123 of file patchEdgeFaceInfoI.H.
|
inline |
Definition at line 124 of file patchEdgeFaceInfo.H.
|
inline |
Definition at line 129 of file patchEdgeFaceInfo.H.
|
inline |
Changed or contains original (invalid) value.
Definition at line 136 of file patchEdgeFaceInfoI.H.
References Foam::max().

|
inline |
Apply rotation matrix.
Definition at line 144 of file patchEdgeFaceInfoI.H.
References Foam::transform().

|
inline |
Influence of face on edge.
Definition at line 158 of file patchEdgeFaceInfoI.H.
References Foam::constant::electromagnetic::e, Foam::foamVersion::patch, td(), and update().

|
inline |
New information for edge (from e.g. coupled edge)
Definition at line 183 of file patchEdgeFaceInfoI.H.
References td(), and update().

|
inline |
Influence of edge on face.
Definition at line 198 of file patchEdgeFaceInfoI.H.
References Foam::foamVersion::patch, td(), and update().

|
inline |
Test for equality, with TrackingData.
Definition at line 214 of file patchEdgeFaceInfoI.H.
References Foam::operator==().

|
inline |
Test for equality.
Definition at line 226 of file patchEdgeFaceInfoI.H.
|
inline |
Test for inequality.
Definition at line 235 of file patchEdgeFaceInfoI.H.
|
friend |
|
friend |