MomentumParcel< ParcelType >::trackingData Class Reference
Inheritance diagram for MomentumParcel< ParcelType >::trackingData:
Collaboration diagram for MomentumParcel< 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::MomentumParcel< ParcelType >::trackingData

Definition at line 157 of file MomentumParcel.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const TrackCloudType &  cloud)
inline

Construct from components.

Definition at line 29 of file MomentumParcelTrackingDataI.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 MomentumParcelTrackingDataI.H.

Referenced by MomentumParcel< 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 MomentumParcelTrackingDataI.H.

Referenced by MomentumParcel< 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 MomentumParcelTrackingDataI.H.

Referenced by MomentumParcel< 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 MomentumParcelTrackingDataI.H.

◆ Uc() [1/2]

◆ Uc() [2/2]

Foam::vector & Uc ( )
inline

Access the continuous phase velocity.

Definition at line 121 of file MomentumParcelTrackingDataI.H.

◆ muc() [1/2]

Foam::scalar muc ( ) const
inline

Return the continuous phase viscosity.

Definition at line 128 of file MomentumParcelTrackingDataI.H.

Referenced by MomentumParcel< ParcelType >::calc(), MomentumParcel< ParcelType >::Re(), and MomentumParcel< 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 MomentumParcelTrackingDataI.H.

◆ g()

const Foam::vector & g ( ) const
inline

Definition at line 91 of file MomentumParcelTrackingDataI.H.

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

Here is the caller graph for this function:

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