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

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...
 
- Public Member Functions inherited from externalPointEdgePoint::trackingData
 trackingData (const pointField &points)
 

Additional Inherited Members

- Public Attributes inherited from externalPointEdgePoint::trackingData
const pointFieldpoints_
 

Detailed Description

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

Definition at line 152 of file ThermoParcel.H.

Member Typedef Documentation

◆ trackPart

typedef ParcelType::trackingData::trackPart trackPart

Definition at line 195 of file ThermoParcel.H.

Constructor & Destructor Documentation

◆ trackingData()

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

Construct from components.

Definition at line 31 of file ThermoParcelTrackingDataI.H.

References Foam::New().

Here is the call graph for this function:

Member Function Documentation

◆ Cp()

const Foam::volScalarField & Cp
inline

Return access to the locally stored carrier Cp field.

Definition at line 85 of file ThermoParcelTrackingDataI.H.

References ThermoParcel< ParcelType >::Cp_.

◆ kappa()

const Foam::volScalarField & kappa
inline

Return access to the locally stored carrier kappa field.

Definition at line 93 of file ThermoParcelTrackingDataI.H.

◆ TInterp()

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

Return const access to the interpolator for continuous.

phase temperature field

Definition at line 101 of file ThermoParcelTrackingDataI.H.

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

Here is the caller graph for this function:

◆ CpInterp()

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

Return const access to the interpolator for continuous.

phase specific heat capacity field

Definition at line 109 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
inline

Return const access to the interpolator for continuous.

phase thermal conductivity field

Definition at line 117 of file ThermoParcelTrackingDataI.H.

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

Here is the caller graph for this function:

◆ GInterp()

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

Return const access to the interpolator for continuous.

radiation field

Definition at line 125 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
inline

Return the continuous phase temperature.

Definition at line 139 of file ThermoParcelTrackingDataI.H.

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

Here is the caller graph for this function:

◆ Tc() [2/2]

Foam::scalar & Tc
inline

Access the continuous phase temperature.

Definition at line 146 of file ThermoParcelTrackingDataI.H.

◆ Cpc() [1/2]

Foam::scalar Cpc
inline

Return the continuous phase specific heat capacity.

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


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