Integrate along selected edges using PointEdgeWave. More...
Classes | |
| class | trackingData |
| Class used to pass extra data. More... | |
Public Member Functions | |
| PointIntegrateData () | |
| Default construct. More... | |
| PointIntegrateData (const DataType &data) | |
| Construct from data. More... | |
| const DataType & | data () const |
| DataType & | data () |
| template<class TrackingData > | |
| bool | valid (TrackingData &td) const |
| Changed or contains original (invalid) value. More... | |
| template<class TrackingData > | |
| bool | sameGeometry (const PointIntegrateData< DataType > &, const scalar tol, TrackingData &td) const |
| Check for identical geometrical data (eg, cyclics checking) More... | |
| template<class TrackingData > | |
| void | leaveDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
| Convert origin to relative vector to leaving point (= point coordinate) More... | |
| template<class TrackingData > | |
| void | enterDomain (const polyPatch &patch, const label patchPointi, const point &pos, TrackingData &td) |
| Convert relative origin to absolute by adding entering point. More... | |
| template<class TrackingData > | |
| void | transform (const tensor &rotTensor, TrackingData &td) |
| Apply rotation matrix to the data. More... | |
| template<class TrackingData > | |
| bool | updatePoint (const polyMesh &mesh, const label pointI, const label edgeI, const PointIntegrateData< DataType > &edgeInfo, const scalar tol, TrackingData &td) |
| Influence of edge on point. More... | |
| template<class TrackingData > | |
| bool | updatePoint (const polyMesh &mesh, const label pointI, const PointIntegrateData< DataType > &newPointInfo, const scalar tol, TrackingData &td) |
| Influence of different value on same point. More... | |
| template<class TrackingData > | |
| bool | updatePoint (const PointIntegrateData< DataType > &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 PointIntegrateData< DataType > &pointInfo, const scalar tol, TrackingData &td) |
| Influence of point on edge. More... | |
| template<class TrackingData > | |
| bool | equal (const PointIntegrateData< DataType > &, TrackingData &td) const |
| Test for equality, with TrackingData. More... | |
| bool | operator== (const PointIntegrateData< DataType > &) const |
| Test for equality. More... | |
| bool | operator!= (const PointIntegrateData< DataType > &) const |
| Test for inequality. More... | |
Friends | |
| Ostream & | operator (Ostream &, const PointIntegrateData< DataType > &) |
| Istream & | operator>> (Istream &, PointIntegrateData< DataType > &) |
Integrate along selected edges using PointEdgeWave.
Definition at line 43 of file PointIntegrateData.H.
|
inline |
Default construct.
Definition at line 27 of file PointIntegrateDataI.H.
|
inline |
Construct from data.
Definition at line 35 of file PointIntegrateDataI.H.
|
inline |
Definition at line 105 of file PointIntegrateData.H.
|
inline |
Definition at line 109 of file PointIntegrateData.H.
|
inline |
Changed or contains original (invalid) value.
Definition at line 48 of file PointIntegrateDataI.H.
Referenced by PointIntegrateData< DataType >::updateEdge().

|
inline |
Check for identical geometrical data (eg, cyclics checking)
Definition at line 57 of file PointIntegrateDataI.H.
|
inline |
Convert origin to relative vector to leaving point (= point coordinate)
Definition at line 70 of file PointIntegrateDataI.H.
|
inline |
Convert relative origin to absolute by adding entering point.
Definition at line 82 of file PointIntegrateDataI.H.
|
inline |
Apply rotation matrix to the data.
Definition at line 94 of file PointIntegrateDataI.H.
References Foam::transform().

|
inline |
Influence of edge on point.
Definition at line 106 of file PointIntegrateDataI.H.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

|
inline |
Influence of different value on same point.
Merge new and old info.
Definition at line 133 of file PointIntegrateDataI.H.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

|
inline |
Influence of different value on same point.
No information about current position whatsoever.
Definition at line 160 of file PointIntegrateDataI.H.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

|
inline |
Influence of point on edge.
Definition at line 184 of file PointIntegrateDataI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, mesh, polyMesh::points(), and PointIntegrateData< DataType >::valid().

|
inline |
Test for equality, with TrackingData.
Definition at line 214 of file PointIntegrateDataI.H.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::constant::mathematical::pi().

|
inline |
Test for equality.
Definition at line 240 of file PointIntegrateDataI.H.
|
inline |
Test for inequality.
Definition at line 250 of file PointIntegrateDataI.H.
|
friend |
|
friend |