Public Member Functions | Private Attributes
ReactingMultiphaseParcel::constantProperties Class Reference

Class to hold reacting multiphase particle constant properties. More...

Inheritance diagram for ReactingMultiphaseParcel::constantProperties:
Inheritance graph
[legend]
Collaboration diagram for ReactingMultiphaseParcel::constantProperties:
Collaboration graph
[legend]

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...
 

Detailed Description

Class to hold reacting multiphase particle constant properties.

Definition at line 84 of file ReactingMultiphaseParcel.H.

Constructor & Destructor Documentation

◆ constantProperties() [1/3]

constantProperties ( )
inline

Null constructor.

Definition at line 30 of file ReactingMultiphaseParcelI.H.

◆ constantProperties() [2/3]

constantProperties ( const constantProperties cp)
inline

Copy constructor.

Definition at line 42 of file ReactingMultiphaseParcelI.H.

◆ constantProperties() [3/3]

constantProperties ( const dictionary parentDict)
inline

Construct from dictionary.

Definition at line 56 of file ReactingMultiphaseParcelI.H.

Member Function Documentation

◆ TDevol()

Foam::scalar TDevol ( ) const
inline

Return const access to the devolatilisation temperature.

Definition at line 137 of file ReactingMultiphaseParcelI.H.

◆ LDevol()

Foam::scalar LDevol ( ) const
inline

Return const access to the latent heat of devolatilisation.

Definition at line 145 of file ReactingMultiphaseParcelI.H.

◆ hRetentionCoeff()

Foam::scalar hRetentionCoeff ( ) const
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.

Here is the call graph for this function:

Field Documentation

◆ TDevol_

demandDrivenEntry<scalar> TDevol_
private

Devolatilisation activation temperature [K].

Definition at line 91 of file ReactingMultiphaseParcel.H.

◆ LDevol_

demandDrivenEntry<scalar> LDevol_
private

Latent heat of devolatilisation [J/kg].

Definition at line 94 of file ReactingMultiphaseParcel.H.

◆ hRetentionCoeff_

demandDrivenEntry<scalar> hRetentionCoeff_
private

Fraction of enthalpy retained by parcel due to surface.

reactions

Definition at line 98 of file ReactingMultiphaseParcel.H.


The documentation for this class was generated from the following files: