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... | |
Private Attributes | |
demandDrivenEntry< scalar > | T0_ |
Particle initial temperature [K]. More... | |
demandDrivenEntry< scalar > | TMin_ |
Minimum temperature [K]. More... | |
demandDrivenEntry< scalar > | TMax_ |
Maximum temperature [K]. More... | |
demandDrivenEntry< scalar > | Cp0_ |
Particle specific heat capacity [J/(kg.K)]. More... | |
demandDrivenEntry< scalar > | epsilon0_ |
Particle emissivity [] (radiation) More... | |
demandDrivenEntry< scalar > | f0_ |
Particle scattering factor [] (radiation) 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.
|
inline |
Copy constructor.
Definition at line 43 of file ThermoParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 59 of file ThermoParcelI.H.
|
inline |
Return const access to the particle initial temperature [K].
Definition at line 138 of file ThermoParcelI.H.
|
inline |
Return const access to minimum temperature [K].
Definition at line 146 of file ThermoParcelI.H.
|
inline |
Return const access to maximum temperature [K].
Definition at line 154 of file ThermoParcelI.H.
|
inline |
Set the maximum temperature [K].
Definition at line 162 of file ThermoParcelI.H.
|
inline |
Return const access to the particle specific heat capacity.
[J/(kg.K)]
Definition at line 170 of file ThermoParcelI.H.
|
inline |
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 178 of file ThermoParcelI.H.
|
inline |
Return const access to the particle scattering factor [].
Active for radiation only
Definition at line 186 of file ThermoParcelI.H.
|
private |
Particle initial temperature [K].
Definition at line 86 of file ThermoParcel.H.
|
private |
Minimum temperature [K].
Definition at line 89 of file ThermoParcel.H.
|
private |
Maximum temperature [K].
Definition at line 92 of file ThermoParcel.H.
|
private |
Particle specific heat capacity [J/(kg.K)].
Definition at line 95 of file ThermoParcel.H.
|
private |
Particle emissivity [] (radiation)
Definition at line 98 of file ThermoParcel.H.
|
private |
Particle scattering factor [] (radiation)
Definition at line 101 of file ThermoParcel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.