Class to hold reacting multiphase 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 | TDevol () const |
Return const access to the devolatilisation temperature. More... | |
scalar | LDevol () const |
Return const access to the latent heat of devolatilisation. More... | |
scalar | hRetentionCoeff () const |
Return const access to the fraction of enthalpy retained by. More... | |
Class to hold reacting multiphase particle constant properties.
Definition at line 84 of file ReactingMultiphaseParcel.H.
|
inline |
Null constructor.
Definition at line 30 of file ReactingMultiphaseParcelI.H.
Referenced by ReactingMultiphaseParcel< ParcelType >::constantProperties::constantProperties().
|
inline |
Copy constructor.
Definition at line 42 of file ReactingMultiphaseParcelI.H.
References ReactingMultiphaseParcel< ParcelType >::constantProperties::constantProperties().
|
inline |
Construct from dictionary.
Definition at line 56 of file ReactingMultiphaseParcelI.H.
References ReactingMultiphaseParcel< ParcelType >::ReactingMultiphaseParcel().
|
inline |
Return const access to the devolatilisation temperature.
Definition at line 153 of file ReactingMultiphaseParcelI.H.
References demandDrivenEntry< Type >::value().
|
inline |
Return const access to the latent heat of devolatilisation.
Definition at line 161 of file ReactingMultiphaseParcelI.H.
References ReactingMultiphaseParcel< ParcelType >::constantProperties::hRetentionCoeff(), and demandDrivenEntry< Type >::value().
|
inline |
Return const access to the fraction of enthalpy retained by.
parcel due to surface reactions
Definition at line 170 of file ReactingMultiphaseParcelI.H.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::nl, demandDrivenEntry< Type >::value(), and ReactingMultiphaseParcel< ParcelType >::YGas().
Referenced by ReactingMultiphaseParcel< ParcelType >::constantProperties::LDevol().