ThermoParcel< ParcelType >::constantProperties Class Reference

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

Inheritance diagram for ThermoParcel< ParcelType >::constantProperties:
[legend]
Collaboration diagram for ThermoParcel< ParcelType >::constantProperties:
[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 82 of file ThermoParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/3]

Null constructor.

Definition at line 31 of file ThermoParcelI.H.

◆ constantProperties() [2/3]

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 44 of file ThermoParcelI.H.

◆ constantProperties() [3/3]

constantProperties ( const dictionary parentDict)
inline

Construct from dictionary.

Definition at line 60 of file ThermoParcelI.H.

Member Function Documentation

◆ T0()

Foam::scalar T0
inline

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

Definition at line 150 of file ThermoParcelI.H.

◆ TMin()

Foam::scalar TMin
inline

Return const access to minimum temperature [K].

Definition at line 158 of file ThermoParcelI.H.

◆ TMax()

Foam::scalar TMax
inline

Return const access to maximum temperature [K].

Definition at line 166 of file ThermoParcelI.H.

◆ setTMax()

void setTMax ( const scalar  TMax)
inline

Set the maximum temperature [K].

Definition at line 174 of file ThermoParcelI.H.

◆ Cp0()

Foam::scalar Cp0
inline

Return const access to the particle specific heat capacity.

[J/(kg.K)]

Definition at line 182 of file ThermoParcelI.H.

◆ epsilon0()

Foam::scalar epsilon0
inline

Return const access to the particle emissivity [].

Active for radiation only

Definition at line 190 of file ThermoParcelI.H.

◆ f0()

Foam::scalar f0
inline

Return const access to the particle scattering factor [].

Active for radiation only

Definition at line 198 of file ThermoParcelI.H.


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