Class to be used with PointEdgeWave which enumerates layers of points. More...
Public Member Functions | |
pointEdgeLayerInfo () | |
Construct null. More... | |
pointEdgeLayerInfo (const label pointLayer) | |
Construct given the point layer index. More... | |
label | pointLayer () const |
Return the point layer index. More... | |
label | edgeLayer () const |
Return the edge layer index. More... | |
template<class TrackingData > | |
bool | valid (TrackingData &td) const |
Check whether info has been changed at all or. More... | |
template<class TrackingData > | |
bool | sameGeometry (const pointEdgeLayerInfo &, const scalar tol, TrackingData &td) const |
Check for identical geometrical data. Used for cyclics checking. More... | |
template<class TrackingData > | |
void | transform (const polyPatch &patch, const label patchPointi, const transformer &transform, TrackingData &td) |
Transform across an interface. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const label edgei, const pointEdgeLayerInfo &edgeInfo, const scalar tol, TrackingData &td) |
Influence of edge on point. More... | |
template<class TrackingData > | |
bool | updatePoint (const polyMesh &mesh, const label pointi, const pointEdgeLayerInfo &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updatePoint (const pointEdgeLayerInfo &newPointInfo, const scalar tol, TrackingData &td) |
Influence of different value on same point. More... | |
template<class TrackingData > | |
bool | updateEdge (const polyMesh &mesh, const label edgei, const label pointi, const pointEdgeLayerInfo &pointInfo, const scalar tol, TrackingData &td) |
Influence of point on edge. More... | |
template<class TrackingData > | |
bool | equal (const pointEdgeLayerInfo &, TrackingData &td) const |
Same (like operator==) More... | |
bool | operator== (const pointEdgeLayerInfo &) const |
bool | operator!= (const pointEdgeLayerInfo &) const |
Friends | |
Ostream & | operator<< (Ostream &, const pointEdgeLayerInfo &) |
Istream & | operator>> (Istream &, pointEdgeLayerInfo &) |
Class to be used with PointEdgeWave which enumerates layers of points.
Definition at line 60 of file pointEdgeLayerInfo.H.
|
inline |
Construct null.
Definition at line 31 of file pointEdgeLayerInfoI.H.
|
inline |
Construct given the point layer index.
Definition at line 37 of file pointEdgeLayerInfoI.H.
|
inline |
Return the point layer index.
Definition at line 45 of file pointEdgeLayerInfoI.H.
References Foam::exit(), and Foam::FatalError.
|
inline |
Return the edge layer index.
Definition at line 58 of file pointEdgeLayerInfoI.H.
References Foam::exit(), and Foam::FatalError.
|
inline |
Check whether info has been changed at all or.
still contains original (invalid) value
Definition at line 72 of file pointEdgeLayerInfoI.H.
References Foam::labelMax.
Referenced by mappedExtrudedPatchBase::patchLocalPoints(), and pointEdgeLayerInfo::updatePoint().
|
inline |
Check for identical geometrical data. Used for cyclics checking.
Definition at line 79 of file pointEdgeLayerInfoI.H.
|
inline |
Transform across an interface.
Definition at line 91 of file pointEdgeLayerInfoI.H.
|
inline |
Influence of edge on point.
Definition at line 102 of file pointEdgeLayerInfoI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::blendedInterfacialModel::valid(), and pointEdgeLayerInfo::valid().
Referenced by PointEdgeLayerInfoData< Type >::updatePoint().
|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 132 of file pointEdgeLayerInfoI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::blendedInterfacialModel::valid().
|
inline |
Influence of different value on same point.
No old information.
Definition at line 156 of file pointEdgeLayerInfoI.H.
|
inline |
Influence of point on edge.
Definition at line 169 of file pointEdgeLayerInfoI.H.
References Foam::labelMax, and Foam::blendedInterfacialModel::valid().
Referenced by PointEdgeLayerInfoData< Type >::updateEdge().
|
inline |
Same (like operator==)
Definition at line 191 of file pointEdgeLayerInfoI.H.
References Foam::operator==().
|
inline |
Definition at line 203 of file pointEdgeLayerInfoI.H.
Referenced by PointEdgeLayerInfoData< Type >::operator==().
|
inline |
Definition at line 212 of file pointEdgeLayerInfoI.H.
|
friend |
|
friend |