Class to hold thermo particle constant properties. More...
#include <src/lagrangian/intermediate/parcels/Templates/ThermoParcel/ThermoParcel.H>
Class to hold thermo particle constant properties.
Definition at line 77 of file ThermoParcel.H.
Public Member Functions | |
constantProperties (const dictionary &parentDict) | |
Constructor.
| |
scalar | T0 () const |
Return const access to the particle initial temperature [K].
| |
scalar | TMin () const |
Return const access to minimum 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 [].
| |
scalar | Pr () const |
Return const access to the default carrier Prandtl number [].
|
constantProperties | ( | const dictionary & | parentDict ) | [inline]
|
Constructor.
Reimplemented from KinematicParcel< ParcelType >::constantProperties.
Reimplemented in ReactingMultiphaseParcel< ParcelType >::constantProperties, and ReactingParcel< ParcelType >::constantProperties.
Definition at line 30 of file ThermoParcelI.H.
Foam::scalar T0 | ( | ) | const [inline]
|
Return const access to the particle initial temperature [K].
Definition at line 124 of file ThermoParcelI.H.
Foam::scalar TMin | ( | ) | const [inline]
|
Return const access to minimum temperature [K].
Definition at line 132 of file ThermoParcelI.H.
Foam::scalar cp0 | ( | ) | const [inline]
|
Return const access to the particle specific heat capacity.
[J/(kg.K)]
Definition at line 140 of file ThermoParcelI.H.
Foam::scalar epsilon0 | ( | ) | const [inline]
|
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 148 of file ThermoParcelI.H.
Foam::scalar f0 | ( | ) | const [inline]
|
Return const access to the particle scattering factor [].
Active for radiation only
Definition at line 156 of file ThermoParcelI.H.
Foam::scalar Pr | ( | ) | const [inline]
|
Return const access to the default carrier Prandtl number [].
Definition at line 164 of file ThermoParcelI.H.