Class to hold thermo particle constant properties. More...
#include <ThermoParcel.H>


Public Member Functions | |
| constantProperties () | |
| Null constructor. | |
| constantProperties (const constantProperties &cp) | |
| Copy constructor. | |
| constantProperties (const dictionary &parentDict) | |
| Construct from dictionary. | |
| scalar | T0 () const |
| Return const access to the particle initial temperature [K]. | |
| scalar | TMin () const |
| Return const access to minimum temperature [K]. | |
| scalar | TMax () const |
| Return const access to maximum temperature [K]. | |
| void | setTMax (const scalar TMax) |
| Set the maximum temperature [K]. | |
| scalar | Cp0 () const |
| Return const access to the particle specific heat capacity. | |
| scalar | epsilon0 () const |
| Return const access to the particle emissivity []. | |
| scalar | f0 () const |
| Return const access to the particle scattering factor []. | |
Class to hold thermo particle constant properties.
Definition at line 82 of file ThermoParcel.H.
|
inline |
Null constructor.
Definition at line 24 of file ThermoParcelI.H.
References constantProperties().
Referenced by constantProperties(), constantProperties(), and constantProperties().


|
inline |
Copy constructor.
Definition at line 37 of file ThermoParcelI.H.
References constantProperties(), and Foam::cp().

|
inline |
Construct from dictionary.
Definition at line 53 of file ThermoParcelI.H.
References constantProperties().

|
inline |
Return const access to the particle initial temperature [K].
Definition at line 143 of file ThermoParcelI.H.
|
inline |
Return const access to minimum temperature [K].
Definition at line 151 of file ThermoParcelI.H.
|
inline |
Return const access to maximum temperature [K].
Definition at line 159 of file ThermoParcelI.H.
Referenced by setTMax().

|
inline |
Set the maximum temperature [K].
Definition at line 167 of file ThermoParcelI.H.
References TMax().

|
inline |
Return const access to the particle specific heat capacity.
[J/(kg.K)]
Definition at line 175 of file ThermoParcelI.H.
|
inline |
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 183 of file ThermoParcelI.H.
|
inline |
Return const access to the particle scattering factor [].
Active for radiation only
Definition at line 191 of file ThermoParcelI.H.