KinematicParcel< ParcelType >::trackingData Class Reference
Inheritance diagram for KinematicParcel< ParcelType >::trackingData:
Collaboration diagram for KinematicParcel< ParcelType >::trackingData:

Public Member Functions

template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 Construct from components. More...
 
const interpolation< scalar > & rhoInterp () const
 Return const access to the interpolator for continuous. More...
 
const interpolation< vector > & UInterp () const
 Return const access to the interpolator for continuous. More...
 
const interpolation< scalar > & muInterp () const
 Return const access to the interpolator for continuous. More...
 
scalar rhoc () const
 Return the continuous phase density. More...
 
scalar & rhoc ()
 Access the continuous phase density. More...
 
const vectorUc () const
 Return the continuous phase velocity. More...
 
vectorUc ()
 Access the continuous phase velocity. More...
 
scalar muc () const
 Return the continuous phase viscosity. More...
 
scalar & muc ()
 Access the continuous phase viscosity. More...
 
const vectorg () const
 

Detailed Description

template<class ParcelType>
class Foam::KinematicParcel< ParcelType >::trackingData

Definition at line 151 of file KinematicParcel.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const TrackCloudType &  cloud)
inline

Construct from components.

Definition at line 29 of file KinematicParcelTrackingDataI.H.

Member Function Documentation

◆ rhoInterp()

const Foam::interpolation< Foam::scalar > & rhoInterp ( ) const
inline

Return const access to the interpolator for continuous.

phase density field

Definition at line 67 of file KinematicParcelTrackingDataI.H.

Referenced by KinematicParcel< ParcelType >::setCellValues().

Here is the caller graph for this function:

◆ UInterp()

const Foam::interpolation< Foam::vector > & UInterp ( ) const
inline

Return const access to the interpolator for continuous.

phase velocity field

Definition at line 75 of file KinematicParcelTrackingDataI.H.

Referenced by KinematicParcel< ParcelType >::setCellValues().

Here is the caller graph for this function:

◆ muInterp()

const Foam::interpolation< Foam::scalar > & muInterp ( ) const
inline

Return const access to the interpolator for continuous.

phase dynamic viscosity field

Definition at line 83 of file KinematicParcelTrackingDataI.H.

Referenced by KinematicParcel< ParcelType >::setCellValues().

Here is the caller graph for this function:

◆ rhoc() [1/2]

Foam::scalar rhoc ( ) const
inline

◆ rhoc() [2/2]

Foam::scalar & rhoc ( )
inline

Access the continuous phase density.

Definition at line 106 of file KinematicParcelTrackingDataI.H.

◆ Uc() [1/2]

◆ Uc() [2/2]

Foam::vector & Uc ( )
inline

Access the continuous phase velocity.

Definition at line 121 of file KinematicParcelTrackingDataI.H.

◆ muc() [1/2]

Foam::scalar muc ( ) const
inline

Return the continuous phase viscosity.

Definition at line 128 of file KinematicParcelTrackingDataI.H.

Referenced by KinematicParcel< ParcelType >::calc(), KinematicParcel< ParcelType >::Re(), and KinematicParcel< ParcelType >::setCellValues().

Here is the caller graph for this function:

◆ muc() [2/2]

Foam::scalar & muc ( )
inline

Access the continuous phase viscosity.

Definition at line 135 of file KinematicParcelTrackingDataI.H.

◆ g()

const Foam::vector & g ( ) const
inline

Definition at line 91 of file KinematicParcelTrackingDataI.H.

Referenced by KinematicParcel< ParcelType >::Eo().

Here is the caller graph for this function:

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