#include <MPPICParcel.H>
Public Types | |
| enum | trackPart { tpLinearTrack , tpDampingNoTrack , tpPackingNoTrack , tpCorrectTrack } |
Public Member Functions | |
| template<class TrackCloudType> | |
| trackingData (const TrackCloudType &cloud, trackPart part=tpLinearTrack) | |
| Constructors. | |
| template<class TrackCloudType> | |
| void | updateAverages (const TrackCloudType &cloud) |
| Update the MPPIC averages. | |
| trackPart | part () const |
| Access. | |
| trackPart & | part () |
| Non const access to the tracking part label. | |
Definition at line 85 of file MPPICParcel.H.
| enum trackPart |
| Enumerator | |
|---|---|
| tpLinearTrack | |
| tpDampingNoTrack | |
| tpPackingNoTrack | |
| tpCorrectTrack | |
Definition at line 92 of file MPPICParcel.H.
|
inline |
Constructors.
Construct from components
Definition at line 28 of file MPPICParcelTrackingDataI.H.
References dict, mesh, Foam::name(), Foam::New(), part(), timeName, and trackingData().
Referenced by trackingData().
|
inline |
Update the MPPIC averages.
Definition at line 139 of file MPPICParcelTrackingDataI.H.
References AveragingMethod< Type >::New(), and Foam::Zero.
|
inline |
Access.
Const access to the tracking part label
Definition at line 242 of file MPPICParcelTrackingDataI.H.
Referenced by trackingData().
|
inline |
Non const access to the tracking part label.
Definition at line 250 of file MPPICParcelTrackingDataI.H.