Public Member Functions | List of all members
ThermoParcel< ParcelType >::constantProperties Class Reference

Class to hold thermo particle constant properties. More...

Inheritance diagram for ThermoParcel< ParcelType >::constantProperties:
Inheritance graph
[legend]
Collaboration diagram for ThermoParcel< ParcelType >::constantProperties:
Collaboration graph
[legend]

Public Member Functions

 constantProperties ()
 Null constructor. More...
 
 constantProperties (const constantProperties &cp)
 Copy constructor. More...
 
 constantProperties (const dictionary &parentDict)
 Construct from dictionary. More...
 
scalar T0 () const
 Return const access to the particle initial temperature [K]. More...
 
scalar TMin () const
 Return const access to minimum temperature [K]. More...
 
scalar TMax () const
 Return const access to maximum temperature [K]. More...
 
void setTMax (const scalar TMax)
 Set the maximum temperature [K]. More...
 
scalar Cp0 () const
 Return const access to the particle specific heat capacity. More...
 
scalar epsilon0 () const
 Return const access to the particle emissivity []. More...
 
scalar f0 () const
 Return const access to the particle scattering factor []. More...
 

Detailed Description

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

Class to hold thermo particle constant properties.

Definition at line 78 of file ThermoParcel.H.

Constructor & Destructor Documentation

constantProperties ( )
inline

Null constructor.

Definition at line 29 of file ThermoParcelI.H.

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

Here is the caller graph for this function:

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 43 of file ThermoParcelI.H.

References ThermoParcel< ParcelType >::constantProperties::constantProperties().

Here is the call graph for this function:

constantProperties ( const dictionary parentDict)
inline

Construct from dictionary.

Definition at line 59 of file ThermoParcelI.H.

References ThermoParcel< ParcelType >::ThermoParcel().

Here is the call graph for this function:

Member Function Documentation

Foam::scalar T0 ( ) const
inline

Return const access to the particle initial temperature [K].

Definition at line 138 of file ThermoParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

Foam::scalar TMin ( ) const
inline

Return const access to minimum temperature [K].

Definition at line 146 of file ThermoParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

Foam::scalar TMax ( ) const
inline

Return const access to maximum temperature [K].

Definition at line 154 of file ThermoParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

void setTMax ( const scalar  TMax)
inline

Set the maximum temperature [K].

Definition at line 162 of file ThermoParcelI.H.

References demandDrivenEntry< Type >::setValue().

Here is the call graph for this function:

Foam::scalar Cp0 ( ) const
inline

Return const access to the particle specific heat capacity.

[J/(kg.K)]

Definition at line 170 of file ThermoParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

Foam::scalar epsilon0 ( ) const
inline

Return const access to the particle emissivity [].

Active for radiation only

Definition at line 178 of file ThermoParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:

Foam::scalar f0 ( ) const
inline

Return const access to the particle scattering factor [].

Active for radiation only

Definition at line 186 of file ThermoParcelI.H.

References demandDrivenEntry< Type >::value().

Here is the call graph for this function:


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