Class to hold thermo particle constant properties. More...
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... | |
Class to hold thermo particle constant properties.
Definition at line 87 of file ThermoParcel.H.
|
inline |
Null constructor.
Definition at line 29 of file ThermoParcelI.H.
Referenced by ThermoParcel< ParcelType >::constantProperties::constantProperties().
|
inline |
Copy constructor.
Definition at line 43 of file ThermoParcelI.H.
References ThermoParcel< ParcelType >::constantProperties::constantProperties().
|
inline |
Construct from dictionary.
Definition at line 59 of file ThermoParcelI.H.
References ThermoParcel< ParcelType >::ThermoParcel().
|
inline |
Return const access to the particle initial temperature [K].
Definition at line 107 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to minimum temperature [K].
Definition at line 115 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to maximum temperature [K].
Definition at line 123 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Set the maximum temperature [K].
Definition at line 131 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::setValue().
|
inline |
Return const access to the particle specific heat capacity.
[J/kg/K]
Definition at line 139 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 147 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to the particle scattering factor [].
Active for radiation only
Definition at line 155 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().