Public Types | |
enum | trackPart { tpPredictTrack, tpDampingNoTrack, tpPackingNoTrack, tpCorrectTrack } |
Public Member Functions | |
template<class TrackCloudType > | |
trackingData (const TrackCloudType &cloud) | |
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. More... | |
Definition at line 91 of file MPPICParcel.H.
enum trackPart |
Enumerator | |
---|---|
tpPredictTrack | |
tpDampingNoTrack | |
tpPackingNoTrack | |
tpCorrectTrack |
Definition at line 98 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 143 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
Definition at line 249 of file MPPICParcelTrackingDataI.H.
Referenced by MPPICParcel< ParcelType >::move().
|
inline |
Non const access to the tracking part.
Definition at line 257 of file MPPICParcelTrackingDataI.H.