Transport of orientation for use in PatchEdgeFaceWave. More...
Public Member Functions | |
| patchFaceOrientation () | |
| Default construct. More... | |
| patchFaceOrientation (const label) | |
| Construct from components. More... | |
| label | flipStatus () const |
| Orientation. More... | |
| void | flip () |
| Reverse the orientation. More... | |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. More... | |
| template<class TrackingData > | |
| void | transform (const polyMesh &mesh, const indirectPrimitivePatch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td) |
| Apply rotation matrix. More... | |
| 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. More... | |
| 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) More... | |
| 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. More... | |
| template<class TrackingData > | |
| bool | equal (const patchFaceOrientation &, TrackingData &) const |
| Test for equality, with TrackingData. More... | |
| bool | operator== (const patchFaceOrientation &) const |
| Test for equality. More... | |
| bool | operator!= (const patchFaceOrientation &) const |
| Test for equality. More... | |
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.
|
inline |
Construct from components.
Definition at line 35 of file patchFaceOrientationI.H.
|
inline |
Orientation.
Definition at line 87 of file patchFaceOrientation.H.
|
inline |
Reverse the orientation.
Definition at line 45 of file patchFaceOrientationI.H.
References orientedSurface::FLIP, and orientedSurface::NOFLIP.
Referenced by patchFaceOrientation::updateEdge(), and patchFaceOrientation::updateFace().

|
inline |
Changed or contains original (invalid) value.
Definition at line 59 of file patchFaceOrientationI.H.
References orientedSurface::UNVISITED.
|
inline |
Apply rotation matrix.
Definition at line 67 of file patchFaceOrientationI.H.
|
inline |
Influence of face on edge.
Definition at line 79 of file patchFaceOrientationI.H.
References Foam::constant::electromagnetic::e, f(), patchFaceOrientation::flip(), and Foam::foamVersion::patch.

|
inline |
New information for edge (from e.g. coupled edge)
Definition at line 117 of file patchFaceOrientationI.H.
References patchFaceOrientation::flip().

|
inline |
Influence of edge on face.
Definition at line 146 of file patchFaceOrientationI.H.
References Foam::constant::electromagnetic::e, f(), patchFaceOrientation::flip(), and Foam::foamVersion::patch.

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

|
inline |
Test for equality.
Definition at line 200 of file patchFaceOrientationI.H.
|
inline |
Test for equality.
Definition at line 209 of file patchFaceOrientationI.H.
|
friend |
|
friend |