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

Public Member Functions

template<class TrackCloudType >
 trackingData (const TrackCloudType &cloud)
 Construct from components. More...
 
const volScalarField & Cp () const
 Return access to the locally stored carrier Cp field. More...
 
const volScalarField & kappa () const
 Return access to the locally stored carrier kappa field. More...
 
const interpolation< scalar > & pInterp () const
 Return const access to the interpolator for continuous phase. 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 pc () const
 Return the continuous phase pressure. More...
 
scalar & pc ()
 Access the continuous phase pressure. 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 157 of file ThermoParcel.H.

Constructor & Destructor Documentation

◆ trackingData()

trackingData ( const TrackCloudType &  cloud)
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 90 of file ThermoParcelTrackingDataI.H.

◆ kappa()

const Foam::volScalarField & kappa ( ) const
inline

Return access to the locally stored carrier kappa field.

Definition at line 98 of file ThermoParcelTrackingDataI.H.

◆ pInterp()

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

Return const access to the interpolator for continuous phase.

pressure field

Definition at line 106 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 114 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 122 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 130 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 138 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:

◆ pc() [1/2]

Foam::scalar pc ( ) const
inline

Return the continuous phase pressure.

Definition at line 152 of file ThermoParcelTrackingDataI.H.

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

Here is the caller graph for this function:

◆ pc() [2/2]

Foam::scalar & pc ( )
inline

Access the continuous phase pressure.

Definition at line 159 of file ThermoParcelTrackingDataI.H.

◆ Tc() [1/2]

Foam::scalar Tc ( ) const
inline

◆ Tc() [2/2]

Foam::scalar & Tc ( )
inline

Access the continuous phase temperature.

Definition at line 173 of file ThermoParcelTrackingDataI.H.

◆ Cpc() [1/2]

Foam::scalar Cpc ( ) const
inline

Return the continuous phase specific heat capacity.

Definition at line 180 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 187 of file ThermoParcelTrackingDataI.H.


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