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 31 of file ThermoParcelI.H.
|
inline |
Copy constructor.
Definition at line 44 of file ThermoParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 60 of file ThermoParcelI.H.
|
inline |
Return const access to the particle initial temperature [K].
Definition at line 111 of file ThermoParcelI.H.
|
inline |
Return const access to minimum temperature [K].
Definition at line 119 of file ThermoParcelI.H.
|
inline |
Return const access to maximum temperature [K].
Definition at line 127 of file ThermoParcelI.H.
|
inline |
Set the maximum temperature [K].
Definition at line 135 of file ThermoParcelI.H.
|
inline |
Return const access to the particle specific heat capacity.
[J/kg/K]
Definition at line 143 of file ThermoParcelI.H.
|
inline |
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 151 of file ThermoParcelI.H.
|
inline |
Return const access to the particle scattering factor [].
Active for radiation only
Definition at line 159 of file ThermoParcelI.H.