Public Member Functions | Private Attributes
ThermoParcel::constantProperties Class Reference

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

Inheritance diagram for ThermoParcel::constantProperties:
Inheritance graph
[legend]
Collaboration diagram for ThermoParcel::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...
 

Private Attributes

demandDrivenEntry< scalar > T0_
 Particle initial temperature [K]. More...
 
demandDrivenEntry< scalar > TMin_
 Minimum temperature [K]. More...
 
demandDrivenEntry< scalar > TMax_
 Maximum temperature [K]. More...
 
demandDrivenEntry< scalar > Cp0_
 Particle specific heat capacity [J/(kg.K)]. More...
 
demandDrivenEntry< scalar > epsilon0_
 Particle emissivity [] (radiation) More...
 
demandDrivenEntry< scalar > f0_
 Particle scattering factor [] (radiation) More...
 

Detailed Description

Class to hold thermo particle constant properties.

Definition at line 78 of file ThermoParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/3]

constantProperties ( )
inline

Null constructor.

Definition at line 29 of file ThermoParcelI.H.

◆ constantProperties() [2/3]

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 43 of file ThermoParcelI.H.

◆ constantProperties() [3/3]

constantProperties ( const dictionary parentDict)
inline

Construct from dictionary.

Definition at line 59 of file ThermoParcelI.H.

Member Function Documentation

◆ T0()

Foam::scalar T0 ( ) const
inline

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

Definition at line 138 of file ThermoParcelI.H.

◆ TMin()

Foam::scalar TMin ( ) const
inline

Return const access to minimum temperature [K].

Definition at line 146 of file ThermoParcelI.H.

◆ TMax()

Foam::scalar TMax ( ) const
inline

Return const access to maximum temperature [K].

Definition at line 154 of file ThermoParcelI.H.

◆ setTMax()

void setTMax ( const scalar  TMax)
inline

Set the maximum temperature [K].

Definition at line 162 of file ThermoParcelI.H.

◆ Cp0()

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.

◆ epsilon0()

Foam::scalar epsilon0 ( ) const
inline

Return const access to the particle emissivity [].

Active for radiation only

Definition at line 178 of file ThermoParcelI.H.

◆ f0()

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.

Field Documentation

◆ T0_

demandDrivenEntry<scalar> T0_
private

Particle initial temperature [K].

Definition at line 86 of file ThermoParcel.H.

◆ TMin_

demandDrivenEntry<scalar> TMin_
private

Minimum temperature [K].

Definition at line 89 of file ThermoParcel.H.

◆ TMax_

demandDrivenEntry<scalar> TMax_
private

Maximum temperature [K].

Definition at line 92 of file ThermoParcel.H.

◆ Cp0_

demandDrivenEntry<scalar> Cp0_
private

Particle specific heat capacity [J/(kg.K)].

Definition at line 95 of file ThermoParcel.H.

◆ epsilon0_

demandDrivenEntry<scalar> epsilon0_
private

Particle emissivity [] (radiation)

Definition at line 98 of file ThermoParcel.H.

◆ f0_

demandDrivenEntry<scalar> f0_
private

Particle scattering factor [] (radiation)

Definition at line 101 of file ThermoParcel.H.


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