Transport of regions for use in PatchEdgeFaceWave. More...
Public Member Functions | |
patchEdgeFaceRegions () | |
Construct null. More... | |
patchEdgeFaceRegions (const labelList &) | |
Construct from regions. More... | |
patchEdgeFaceRegions (const labelPair &) | |
Construct from regions (on edge) More... | |
const labelList & | regions () const |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether origin has been changed at all or. 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 |
Same (like operator==) More... | |
bool | operator== (const patchEdgeFaceRegions &) const |
bool | operator!= (const patchEdgeFaceRegions &) const |
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 66 of file patchEdgeFaceRegions.H.
|
inline |
Construct null.
Definition at line 30 of file patchEdgeFaceRegionsI.H.
Referenced by patchEdgeFaceRegions::patchEdgeFaceRegions().
|
inline |
Construct from regions.
Definition at line 35 of file patchEdgeFaceRegionsI.H.
References patchEdgeFaceRegions::patchEdgeFaceRegions().
|
inline |
Construct from regions (on edge)
Definition at line 44 of file patchEdgeFaceRegionsI.H.
|
inline |
Definition at line 57 of file patchEdgeFaceRegionsI.H.
Referenced by patchEdgeFaceRegions::operator==().
|
inline |
Check whether origin has been changed at all or.
still contains original (invalid) value.
Definition at line 64 of file patchEdgeFaceRegionsI.H.
References Foam::findIndex(), Foam::labelMax, List< T >::size(), and patchEdgeFaceRegions::transform().
Referenced by patchEdgeFaceRegions::updateEdge(), and patchEdgeFaceRegions::updateFace().
|
inline |
Apply rotation matrix.
Definition at line 72 of file patchEdgeFaceRegionsI.H.
References patchEdgeFaceRegions::updateEdge().
Referenced by patchEdgeFaceRegions::valid().
|
inline |
Influence of face on edge.
Definition at line 84 of file patchEdgeFaceRegionsI.H.
References Foam::abort(), Foam::e, f(), Foam::FatalError, FatalErrorInFunction, UList< T >::fcIndex(), Foam::findIndex(), edge::flip(), forAll, Foam::labelMax, List< T >::setSize(), edge::start(), and patchEdgeFaceRegions::valid().
Referenced by patchEdgeFaceRegions::transform().
|
inline |
New information for edge (from e.g. coupled edge)
Definition at line 141 of file patchEdgeFaceRegionsI.H.
References Foam::abort(), Foam::FatalError, FatalErrorInFunction, Foam::findIndex(), edge::flip(), forAll, Foam::labelMax, List< T >::setSize(), FixedList< T, Size >::size(), patchEdgeFaceRegions::updateFace(), and patchEdgeFaceRegions::valid().
|
inline |
Influence of edge on face.
Definition at line 188 of file patchEdgeFaceRegionsI.H.
References Foam::abort(), Foam::e, patchEdgeFaceRegions::equal(), f(), Foam::FatalError, FatalErrorInFunction, UList< T >::fcIndex(), Foam::findIndex(), edge::flip(), Foam::labelMax, List< T >::setSize(), List< T >::size(), edge::start(), and patchEdgeFaceRegions::valid().
Referenced by patchEdgeFaceRegions::updateEdge().
|
inline |
Same (like operator==)
Definition at line 253 of file patchEdgeFaceRegionsI.H.
References patchEdgeFaceRegions::operator==().
Referenced by patchEdgeFaceRegions::updateFace().
|
inline |
Definition at line 265 of file patchEdgeFaceRegionsI.H.
References patchEdgeFaceRegions::regions().
Referenced by patchEdgeFaceRegions::equal().
|
inline |
Definition at line 274 of file patchEdgeFaceRegionsI.H.
|
friend |
|
friend |