Transport of regions for use in PatchEdgeFaceWave. More...
Public Member Functions | |
patchEdgeFaceRegions () | |
Default construct. More... | |
patchEdgeFaceRegions (const labelList ®ions) | |
Construct from regions. More... | |
patchEdgeFaceRegions (const labelPair ®ions) | |
Construct from regions (on edge) More... | |
const labelList & | regions () const |
labelList & | regions () |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Changed or contains original (invalid) value. More... | |
template<class Patch , class TrackingData > | |
void | transform (const polyMesh &mesh, const Patch &patch, const tensor &rotTensor, const scalar tol, TrackingData &td) |
Apply rotation matrix. More... | |
template<class Patch , class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const Patch &patch, const label edgeI, const label facei, const patchEdgeFaceRegions &faceInfo, const scalar tol, TrackingData &td) |
Influence of face on edge. More... | |
template<class Patch , class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const Patch &patch, const patchEdgeFaceRegions &edgeInfo, const bool sameOrientation, const scalar tol, TrackingData &td) |
New information for edge (from e.g. coupled edge) More... | |
template<class Patch , class TrackingData > | |
bool | updateFace (const polyMesh &mesh, const Patch &patch, const label facei, const label edgeI, const patchEdgeFaceRegions &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on face. More... | |
template<class TrackingData > | |
bool | equal (const patchEdgeFaceRegions &, TrackingData &) const |
Test for equality, with TrackingData. More... | |
bool | operator== (const patchEdgeFaceRegions &) const |
Test for equality. More... | |
bool | operator!= (const patchEdgeFaceRegions &) const |
Test for inequality. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const patchEdgeFaceRegions &) |
Istream & | operator>> (Istream &, patchEdgeFaceRegions &) |
Transport of regions for use in PatchEdgeFaceWave.
Set element to -1 to denote blocked.
Definition at line 63 of file patchEdgeFaceRegions.H.
|
inline |
Default construct.
Definition at line 33 of file patchEdgeFaceRegionsI.H.
|
inline |
Construct from regions.
Definition at line 37 of file patchEdgeFaceRegionsI.H.
|
inline |
Construct from regions (on edge)
Definition at line 46 of file patchEdgeFaceRegionsI.H.
References patchEdgeFaceRegions::regions().
|
inline |
Definition at line 88 of file patchEdgeFaceRegions.H.
Referenced by patchEdgeFaceRegions::patchEdgeFaceRegions().
|
inline |
Definition at line 92 of file patchEdgeFaceRegions.H.
|
inline |
Changed or contains original (invalid) value.
Definition at line 61 of file patchEdgeFaceRegionsI.H.
References Foam::labelMax.
Referenced by patchEdgeFaceRegions::updateEdge(), and patchEdgeFaceRegions::updateFace().
|
inline |
Apply rotation matrix.
Definition at line 68 of file patchEdgeFaceRegionsI.H.
|
inline |
Influence of face on edge.
Definition at line 80 of file patchEdgeFaceRegionsI.H.
References Foam::abort(), e, f(), Foam::FatalError, FatalErrorInFunction, UList< T >::fcIndex(), Pair< T >::flip(), forAll, edge::found(), Foam::labelMax, FixedList< T, N >::size(), and patchEdgeFaceRegions::valid().
|
inline |
New information for edge (from e.g. coupled edge)
Definition at line 137 of file patchEdgeFaceRegionsI.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, Pair< T >::flip(), forAll, edge::found(), Foam::labelMax, FixedList< T, N >::size(), and patchEdgeFaceRegions::valid().
|
inline |
Influence of edge on face.
Definition at line 184 of file patchEdgeFaceRegionsI.H.
References Foam::abort(), e, f(), Foam::FatalError, FatalErrorInFunction, UList< T >::fcIndex(), Pair< T >::flip(), edge::found(), Foam::labelMax, UList< T >::size(), and patchEdgeFaceRegions::valid().
|
inline |
Test for equality, with TrackingData.
Definition at line 249 of file patchEdgeFaceRegionsI.H.
References Foam::operator==().
|
inline |
Test for equality.
Definition at line 261 of file patchEdgeFaceRegionsI.H.
|
inline |
Test for inequality.
Definition at line 270 of file patchEdgeFaceRegionsI.H.
|
friend |
|
friend |