Public Types | |
| enum | trackPart { tpLinearTrack, tpDampingNoTrack, tpPackingNoTrack, tpCorrectTrack } |
Public Member Functions | |
| template<class TrackCloudType > | |
| trackingData (const TrackCloudType &cloud, trackPart part=tpLinearTrack) | |
| Constructors. More... | |
| template<class TrackCloudType > | |
| void | updateAverages (const TrackCloudType &cloud) |
| Update the MPPIC averages. More... | |
| trackPart | part () const |
| Access. More... | |
| trackPart & | part () |
| Non const access to the tracking part label. More... | |
Definition at line 85 of file MPPICParcel.H.
| enum trackPart |
| Enumerator | |
|---|---|
| tpLinearTrack | |
| tpDampingNoTrack | |
| tpPackingNoTrack | |
| tpCorrectTrack | |
Definition at line 92 of file MPPICParcel.H.
|
inline |
|
inline |
Update the MPPIC averages.
Definition at line 140 of file MPPICParcelTrackingDataI.H.
References AveragingMethod< Type >::add(), AveragingMethod< Type >::average(), IOobject::db(), f(), Foam::mag(), Foam::magSqr(), IOobject::name(), p, Foam::pow(), Foam::pow3(), Foam::sqr(), objectRegistry::time(), Time::timeName(), and Foam::Zero.
|
inline |
Access.
Const access to the tracking part label
Definition at line 242 of file MPPICParcelTrackingDataI.H.
|
inline |
Non const access to the tracking part label.
Definition at line 250 of file MPPICParcelTrackingDataI.H.