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 138 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().

|
inline |
Return const access to minimum temperature [K].
Definition at line 146 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().

|
inline |
Return const access to maximum temperature [K].
Definition at line 154 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().

|
inline |
Set the maximum temperature [K].
Definition at line 162 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::setValue().

|
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().

|
inline |
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 178 of file ThermoParcelI.H.
References demandDrivenEntry< Type >::value().

|
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().

1.8.11