Public Types | |
| enum | trackPart { tpLinearTrack, tpDampingNoTrack, tpPackingNoTrack, tpCorrectTrack } |
Public Member Functions | |
| TrackingData (CloudType &cloud, trackPart part=tpLinearTrack) | |
| Constructors. More... | |
| void | updateAverages (CloudType &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 84 of file MPPICParcel.H.
| enum trackPart |
| Enumerator | |
|---|---|
| tpLinearTrack | |
| tpDampingNoTrack | |
| tpPackingNoTrack | |
| tpCorrectTrack | |
Definition at line 91 of file MPPICParcel.H.
|
inline |
|
inline |
Update the MPPIC averages.
Definition at line 145 of file MPPICParcelTrackingDataI.H.
References AveragingMethod< Type >::add(), AveragingMethod< Type >::average(), IOobject::db(), f(), forAllConstIter(), Foam::mag(), Foam::magSqr(), DSMCCloud< ParcelType >::mesh(), 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 253 of file MPPICParcelTrackingDataI.H.
|
inline |
Non const access to the tracking part label.
Definition at line 263 of file MPPICParcelTrackingDataI.H.
1.8.11