Transport of region for use in PatchEdgeFaceWave. More...
Public Member Functions | |
patchEdgeFaceRegion () | |
Construct null. More... | |
patchEdgeFaceRegion (const label) | |
Construct from origin, distance. More... | |
label | region () 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 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 patchEdgeFaceRegion &faceInfo, const scalar tol, TrackingData &td) |
Influence of face on edge. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const indirectPrimitivePatch &patch, const patchEdgeFaceRegion &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 patchEdgeFaceRegion &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on face. More... | |
template<class TrackingData > | |
bool | equal (const patchEdgeFaceRegion &, TrackingData &) const |
Same (like operator==) More... | |
bool | operator== (const patchEdgeFaceRegion &) const |
bool | operator!= (const patchEdgeFaceRegion &) const |
Private Member Functions | |
template<class TrackingData > | |
bool | update (const patchEdgeFaceRegion &w2, const scalar tol, TrackingData &td) |
Combine current with w2. Update region_ if w2 has smaller. More... | |
Private Attributes | |
label | region_ |
region More... | |
Friends | |
Ostream & | operator<< (Ostream &, const patchEdgeFaceRegion &) |
Istream & | operator>> (Istream &, patchEdgeFaceRegion &) |
Transport of region for use in PatchEdgeFaceWave.
Set element to -2 to denote blocked.
Definition at line 59 of file patchEdgeFaceRegion.H.
|
inline |
Construct null.
Definition at line 76 of file patchEdgeFaceRegionI.H.
|
inline |
Construct from origin, distance.
Definition at line 84 of file patchEdgeFaceRegionI.H.
|
inlineprivate |
Combine current with w2. Update region_ if w2 has smaller.
quantities and returns true.
Definition at line 34 of file patchEdgeFaceRegionI.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, patchEdgeFaceRegion::region_, and patchEdgeFaceRegion::valid().
|
inline |
Definition at line 94 of file patchEdgeFaceRegionI.H.
Referenced by patchEdgeFaceRegion::operator==().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 101 of file patchEdgeFaceRegionI.H.
Referenced by patchEdgeFaceRegion::update().
|
inline |
Apply rotation matrix.
Definition at line 109 of file patchEdgeFaceRegionI.H.
|
inline |
Influence of face on edge.
Definition at line 121 of file patchEdgeFaceRegionI.H.
Referenced by meshRefinement::markPatchZones().
|
inline |
New information for edge (from e.g. coupled edge)
Definition at line 137 of file patchEdgeFaceRegionI.H.
|
inline |
Influence of edge on face.
Definition at line 152 of file patchEdgeFaceRegionI.H.
|
inline |
Same (like operator==)
Definition at line 168 of file patchEdgeFaceRegionI.H.
References Foam::operator==().
|
inline |
Definition at line 180 of file patchEdgeFaceRegionI.H.
References patchEdgeFaceRegion::region().
|
inline |
Definition at line 189 of file patchEdgeFaceRegionI.H.
|
friend |
|
friend |
|
private |
region
Definition at line 64 of file patchEdgeFaceRegion.H.
Referenced by patchEdgeFaceRegion::update().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.