Class to hold reacting multiphase particle constant properties. More...
#include <src/lagrangian/intermediate/parcels/Templates/ReactingMultiphaseParcel/ReactingMultiphaseParcel.H>
Class to hold reacting multiphase particle constant properties.
Definition at line 78 of file ReactingMultiphaseParcel.H.
Public Member Functions | |
constantProperties (const dictionary &parentDict) | |
Constructor. | |
scalar | LDevol () const |
Return const access to the latent heat of devolatilisation. | |
scalar | hRetentionCoeff () const |
Return const access to the fraction of enthalpy retained by. | |
![]() | |
scalar | pMin () const |
Return const access to the minimum pressure. | |
Switch | constantVolume () const |
Return const access to the constant volume flag. | |
scalar | Tvap () const |
Return const access to the vaporisation temperature. | |
scalar | Tbp () const |
Return const access to the boiling point. | |
![]() | |
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 ReactingParcel< ParcelType >::constantProperties.
Definition at line 31 of file ReactingMultiphaseParcelI.H.
References e, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorIn, Foam::max(), and Foam::nl.
|
inline |
Return const access to the latent heat of devolatilisation.
Definition at line 143 of file ReactingMultiphaseParcelI.H.
|
inline |
Return const access to the fraction of enthalpy retained by.
parcel due to surface reactions
Definition at line 152 of file ReactingMultiphaseParcelI.H.