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... | |
Private Attributes | |
demandDrivenEntry< scalar > | TDevol_ |
Devolatilisation activation temperature [K]. More... | |
demandDrivenEntry< scalar > | LDevol_ |
Latent heat of devolatilisation [J/kg]. More... | |
demandDrivenEntry< scalar > | hRetentionCoeff_ |
Fraction of enthalpy retained by parcel due to surface. 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.
|
inline |
Copy constructor.
Definition at line 42 of file ReactingMultiphaseParcelI.H.
|
inline |
Construct from dictionary.
Definition at line 56 of file ReactingMultiphaseParcelI.H.
|
inline |
Return const access to the devolatilisation temperature.
Definition at line 137 of file ReactingMultiphaseParcelI.H.
|
inline |
Return const access to the latent heat of devolatilisation.
Definition at line 145 of file ReactingMultiphaseParcelI.H.
|
inline |
Return const access to the fraction of enthalpy retained by.
parcel due to surface reactions
Definition at line 154 of file ReactingMultiphaseParcelI.H.
References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::nl.
|
private |
Devolatilisation activation temperature [K].
Definition at line 91 of file ReactingMultiphaseParcel.H.
|
private |
Latent heat of devolatilisation [J/kg].
Definition at line 94 of file ReactingMultiphaseParcel.H.
|
private |
Fraction of enthalpy retained by parcel due to surface.
reactions
Definition at line 98 of file ReactingMultiphaseParcel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.