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 []. | |
![]() | |
const dictionary & | dict () const |
Return const access to the constant properties dictionary. | |
scalar | rhoMin () const |
Return const access to the minimum density. | |
scalar | rho0 () const |
Return const access to the particle density. | |
scalar | minParticleMass () const |
Return const access to the minimum particle mass. |
|
inline |
Constructor.
Reimplemented from KinematicParcel< ParcelType >::constantProperties.
Reimplemented in ReactingParcel< ParcelType >::constantProperties, and ReactingMultiphaseParcel< ParcelType >::constantProperties.
Definition at line 30 of file ThermoParcelI.H.
|
inline |
Return const access to the particle initial temperature [K].
Definition at line 124 of file ThermoParcelI.H.
|
inline |
Return const access to minimum temperature [K].
Definition at line 132 of file ThermoParcelI.H.
|
inline |
Return const access to the particle specific heat capacity.
[J/(kg.K)]
Definition at line 140 of file ThermoParcelI.H.
|
inline |
Return const access to the particle emissivity [].
Active for radiation only
Definition at line 148 of file ThermoParcelI.H.
|
inline |
Return const access to the particle scattering factor [].
Active for radiation only
Definition at line 156 of file ThermoParcelI.H.
|
inline |
Return const access to the default carrier Prandtl number [].
Definition at line 164 of file ThermoParcelI.H.