Public Types | Public Member Functions | List of all members
MPPICParcel< ParcelType >::TrackingData< CloudType > Class Template Reference
Inheritance diagram for MPPICParcel< ParcelType >::TrackingData< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for MPPICParcel< ParcelType >::TrackingData< CloudType >:
Collaboration graph
[legend]

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...
 
trackPartpart ()
 Non const access to the tracking part label. More...
 

Detailed Description

template<class ParcelType>
template<class CloudType>
class Foam::MPPICParcel< ParcelType >::TrackingData< CloudType >

Definition at line 84 of file MPPICParcel.H.

Member Enumeration Documentation

◆ trackPart

enum trackPart
Enumerator
tpLinearTrack 
tpDampingNoTrack 
tpPackingNoTrack 
tpCorrectTrack 

Definition at line 91 of file MPPICParcel.H.

Constructor & Destructor Documentation

◆ TrackingData()

TrackingData ( CloudType cloud,
trackPart  part = tpLinearTrack 
)
inline

Constructors.

Construct from components

Definition at line 33 of file MPPICParcelTrackingDataI.H.

Member Function Documentation

◆ updateAverages()

void updateAverages ( CloudType cloud)
inline

◆ part() [1/2]

Foam::MPPICParcel< ParcelType >::template TrackingData< CloudType >::trackPart part ( ) const
inline

Access.

Const access to the tracking part label

Definition at line 253 of file MPPICParcelTrackingDataI.H.

◆ part() [2/2]

Foam::MPPICParcel< ParcelType >::template TrackingData< CloudType >::trackPart & part ( )
inline

Non const access to the tracking part label.

Definition at line 263 of file MPPICParcelTrackingDataI.H.


The documentation for this class was generated from the following files: