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 83 of file MPPICParcel.H.
enum trackPart |
Enumerator | |
---|---|
tpLinearTrack | |
tpDampingNoTrack | |
tpPackingNoTrack | |
tpCorrectTrack |
Definition at line 90 of file MPPICParcel.H.
|
inline |
Constructors.
Construct from components
Definition at line 33 of file MPPICParcelTrackingDataI.H.
References MPPICParcel< ParcelType >::trackingData::updateAverages().
|
inline |
Update the MPPIC averages.
Definition at line 144 of file MPPICParcelTrackingDataI.H.
References AveragingMethod< Type >::add(), AveragingMethod< Type >::average(), f(), forAllConstIter(), Foam::mag(), Foam::magSqr(), p, Foam::pow(), Foam::pow3(), Foam::sqr(), and Foam::Zero.
Referenced by MPPICParcel< ParcelType >::trackingData::trackingData().
|
inline |
Access.
Const access to the tracking part label
Definition at line 250 of file MPPICParcelTrackingDataI.H.
Referenced by MPPICParcel< ParcelType >::move().
|
inline |
Non const access to the tracking part label.
Definition at line 258 of file MPPICParcelTrackingDataI.H.