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

Public Types

typedef ParcelType::trackingData::trackPart trackPart
 

Public Member Functions

template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud, trackPart part=ParcelType::trackingData::tpLinearTrack)
 Construct from components. More...
 
const volScalarFieldCp () const
 Return access to the locally stored carrier Cp field. More...
 
const volScalarFieldkappa () const
 Return access to the locally stored carrier kappa field. More...
 
const interpolation< scalar > & TInterp () const
 Return const access to the interpolator for continuous. More...
 
const interpolation< scalar > & CpInterp () const
 Return const access to the interpolator for continuous. More...
 
const interpolation< scalar > & kappaInterp () const
 Return const access to the interpolator for continuous. More...
 
const interpolation< scalar > & GInterp () const
 Return const access to the interpolator for continuous. More...
 
scalar Tc () const
 Return the continuous phase temperature. More...
 
scalar & Tc ()
 Access the continuous phase temperature. More...
 
scalar Cpc () const
 Return the continuous phase specific heat capacity. More...
 
scalar & Cpc ()
 Access the continuous phase specific heat capacity. More...
 

Detailed Description

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

Definition at line 148 of file ThermoParcel.H.

Member Typedef Documentation

◆ trackPart

typedef ParcelType::trackingData::trackPart trackPart

Definition at line 191 of file ThermoParcel.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const TrackCloudType &  cloud,
trackPart  part = ParcelType::trackingData::tpLinearTrack 
)
inline

Construct from components.

Definition at line 29 of file ThermoParcelTrackingDataI.H.

Member Function Documentation

◆ Cp()

const Foam::volScalarField & Cp ( ) const
inline

Return access to the locally stored carrier Cp field.

Definition at line 82 of file ThermoParcelTrackingDataI.H.

◆ kappa()

const Foam::volScalarField & kappa ( ) const
inline

Return access to the locally stored carrier kappa field.

Definition at line 90 of file ThermoParcelTrackingDataI.H.

◆ TInterp()

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

Return const access to the interpolator for continuous.

phase temperature field

Definition at line 98 of file ThermoParcelTrackingDataI.H.

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

Here is the caller graph for this function:

◆ CpInterp()

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

Return const access to the interpolator for continuous.

phase specific heat capacity field

Definition at line 106 of file ThermoParcelTrackingDataI.H.

Referenced by ThermoParcel< ParcelType >::cellValueSourceCorrection(), and ThermoParcel< ParcelType >::setCellValues().

Here is the caller graph for this function:

◆ kappaInterp()

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

Return const access to the interpolator for continuous.

phase thermal conductivity field

Definition at line 114 of file ThermoParcelTrackingDataI.H.

Referenced by ThermoParcel< ParcelType >::calcSurfaceValues().

Here is the caller graph for this function:

◆ GInterp()

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

Return const access to the interpolator for continuous.

radiation field

Definition at line 122 of file ThermoParcelTrackingDataI.H.

References Foam::abort(), Foam::FatalError, and FatalErrorInFunction.

Referenced by ThermoParcel< ParcelType >::calcHeatTransfer().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Tc() [1/2]

Foam::scalar Tc ( ) const
inline

◆ Tc() [2/2]

Foam::scalar & Tc ( )
inline

Access the continuous phase temperature.

Definition at line 143 of file ThermoParcelTrackingDataI.H.

◆ Cpc() [1/2]

Foam::scalar Cpc ( ) const
inline

Return the continuous phase specific heat capacity.

Definition at line 150 of file ThermoParcelTrackingDataI.H.

Referenced by ThermoParcel< ParcelType >::calcSurfaceValues(), and ThermoParcel< ParcelType >::setCellValues().

Here is the caller graph for this function:

◆ Cpc() [2/2]

Foam::scalar & Cpc ( )
inline

Access the continuous phase specific heat capacity.

Definition at line 157 of file ThermoParcelTrackingDataI.H.


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