Public Types | Public Member Functions | Private Attributes
MPPICParcel::TrackingData< CloudType > Class Template Reference
Inheritance diagram for MPPICParcel::TrackingData< CloudType >:
Inheritance graph
[legend]
Collaboration diagram for MPPICParcel::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...
 

Private Attributes

autoPtr< AveragingMethod< scalar > > volumeAverage_
 Volume average. More...
 
autoPtr< AveragingMethod< scalar > > radiusAverage_
 Radius average [ volume^(1/3) ]. More...
 
autoPtr< AveragingMethod< scalar > > rhoAverage_
 Density average. More...
 
autoPtr< AveragingMethod< vector > > uAverage_
 Velocity average. More...
 
autoPtr< AveragingMethod< scalar > > uSqrAverage_
 Magnitude velocity sqyuared average. More...
 
autoPtr< AveragingMethod< scalar > > frequencyAverage_
 Frequency average. More...
 
autoPtr< AveragingMethod< scalar > > massAverage_
 Mass average. More...
 
trackPart part_
 Label specifying the current part of the tracking process. More...
 

Detailed Description

template<class CloudType>
class Foam::MPPICParcel::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
inline

Access.

Const access to the tracking part label

Definition at line 253 of file MPPICParcelTrackingDataI.H.

◆ part() [2/2]

trackPart& part ( )
inline

Non const access to the tracking part label.

Field Documentation

◆ volumeAverage_

autoPtr<AveragingMethod<scalar> > volumeAverage_
private

Volume average.

Definition at line 107 of file MPPICParcel.H.

◆ radiusAverage_

autoPtr<AveragingMethod<scalar> > radiusAverage_
private

Radius average [ volume^(1/3) ].

Definition at line 110 of file MPPICParcel.H.

◆ rhoAverage_

autoPtr<AveragingMethod<scalar> > rhoAverage_
private

Density average.

Definition at line 113 of file MPPICParcel.H.

◆ uAverage_

autoPtr<AveragingMethod<vector> > uAverage_
private

Velocity average.

Definition at line 116 of file MPPICParcel.H.

◆ uSqrAverage_

autoPtr<AveragingMethod<scalar> > uSqrAverage_
private

Magnitude velocity sqyuared average.

Definition at line 119 of file MPPICParcel.H.

◆ frequencyAverage_

autoPtr<AveragingMethod<scalar> > frequencyAverage_
private

Frequency average.

Definition at line 122 of file MPPICParcel.H.

◆ massAverage_

autoPtr<AveragingMethod<scalar> > massAverage_
private

Mass average.

Definition at line 125 of file MPPICParcel.H.

◆ part_

trackPart part_
private

Label specifying the current part of the tracking process.

Definition at line 129 of file MPPICParcel.H.


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