Transport of orientation for use in PatchEdgeFaceWave. More...
#include <patchFaceOrientation.H>
Public Member Functions | |
| patchFaceOrientation () | |
| Default construct. | |
| patchFaceOrientation (const label) | |
| Construct from components. | |
| label | flipStatus () const |
| Orientation. | |
| void | flip () |
| Reverse the orientation. | |
| template<class TrackingData> | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. | |
| template<class TrackingData> | |
| void | transform (const polyMesh &mesh, const indirectPrimitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td) |
| Apply rotation matrix. | |
| template<class TrackingData> | |
| bool | updateEdge (const polyMesh &mesh, const indirectPrimitivePatch &patch, const label edgeI, const label facei, const patchFaceOrientation &faceInfo, const scalar tol, TrackingData &td) |
| Influence of face on edge. | |
| template<class TrackingData> | |
| bool | updateEdge (const polyMesh &mesh, const indirectPrimitivePatch &patch, const patchFaceOrientation &edgeInfo, const bool sameOrientation, const scalar tol, TrackingData &td) |
| New information for edge (from e.g. coupled edge). | |
| template<class TrackingData> | |
| bool | updateFace (const polyMesh &mesh, const indirectPrimitivePatch &patch, const label facei, const label edgeI, const patchFaceOrientation &edgeInfo, const scalar tol, TrackingData &td) |
| Influence of edge on face. | |
| template<class TrackingData> | |
| bool | equal (const patchFaceOrientation &, TrackingData &) const |
| Test for equality, with TrackingData. | |
| bool | operator== (const patchFaceOrientation &) const |
| Test for equality. | |
| bool | operator!= (const patchFaceOrientation &) const |
| Test for equality. | |
Friends | |
| Ostream & | operator<< (Ostream &, const patchFaceOrientation &) |
| Istream & | operator>> (Istream &, patchFaceOrientation &) |
Transport of orientation for use in PatchEdgeFaceWave.
Definition at line 56 of file patchFaceOrientation.H.
|
inline |
Default construct.
Definition at line 28 of file patchFaceOrientationI.H.
Referenced by equal(), operator!=(), operator<<, operator==(), operator>>, updateEdge(), updateEdge(), and updateFace().

|
inline |
Construct from components.
Definition at line 34 of file patchFaceOrientationI.H.
References flipStatus().

|
inline |
Orientation.
Definition at line 87 of file patchFaceOrientation.H.
Referenced by patchFaceOrientation().

|
inline |
Reverse the orientation.
Definition at line 45 of file patchFaceOrientationI.H.
References orientedSurface::FLIP, and orientedSurface::NOFLIP.
Referenced by updateEdge(), updateEdge(), and updateFace().

|
inline |
Changed or contains original (invalid) value.
Definition at line 59 of file patchFaceOrientationI.H.
References td(), and orientedSurface::UNVISITED.
Referenced by updateEdge(), updateEdge(), and updateFace().


|
inline |
Apply rotation matrix.
Definition at line 66 of file patchFaceOrientationI.H.

|
inline |
Influence of face on edge.
Definition at line 78 of file patchFaceOrientationI.H.
References e, f(), flip(), mesh, patchFaceOrientation(), td(), and valid().

|
inline |
New information for edge (from e.g. coupled edge).
Definition at line 116 of file patchFaceOrientationI.H.
References flip(), mesh, patchFaceOrientation(), td(), and valid().

|
inline |
Influence of edge on face.
Definition at line 145 of file patchFaceOrientationI.H.
References e, f(), flip(), mesh, patchFaceOrientation(), td(), and valid().

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

|
inline |
Test for equality.
Definition at line 199 of file patchFaceOrientationI.H.
References patchFaceOrientation(), and Foam::rhs().

|
inline |
Test for equality.
Definition at line 208 of file patchFaceOrientationI.H.
References patchFaceOrientation(), and Foam::rhs().

|
friend |
References patchFaceOrientation().
|
friend |
References patchFaceOrientation().