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 78 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 148 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to minimum temperature [K].
Definition at line 156 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to maximum temperature [K].
Definition at line 164 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Set the maximum temperature [K].
Definition at line 172 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::setValue().
|
inline |
Return const access to the particle specific heat capacity.
[J/(kg.K)]
Definition at line 180 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 188 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to the particle scattering factor [].
Active for radiation only
Definition at line 196 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().