Public Types | Public Member Functions | Static Public Member Functions | List of all members
chemistryReader< ThermoType > Class Template Referenceabstract

Abstract class for reading chemistry. More...

Inheritance diagram for chemistryReader< ThermoType >:
Inheritance graph
[legend]

Public Types

typedef ThermoType thermoType
 

Public Member Functions

 TypeName ("chemistryReader")
 
 chemistryReader ()
 
 declareRunTimeSelectionTable (autoPtr, chemistryReader, dictionary,(const dictionary &thermoDict, speciesTable &species),(thermoDict, species))
 
virtual ~chemistryReader ()=default
 
virtual const speciesTablespecies () const =0
 
virtual const speciesCompositionTablespecieComposition () const =0
 
virtual const ReactionTable< ThermoType > & speciesThermo () const =0
 
virtual const ReactionList< ThermoType > & reactions () const =0
 

Static Public Member Functions

static autoPtr< chemistryReaderNew (const dictionary &thermoDict, speciesTable &species)
 

Detailed Description

template<class ThermoType>
class Foam::chemistryReader< ThermoType >

Abstract class for reading chemistry.

Source files

Definition at line 57 of file chemistryReader.H.

Member Typedef Documentation

◆ thermoType

typedef ThermoType thermoType

Definition at line 65 of file chemistryReader.H.

Constructor & Destructor Documentation

◆ chemistryReader()

chemistryReader ( )
inline

Definition at line 71 of file chemistryReader.H.

◆ ~chemistryReader()

virtual ~chemistryReader ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "chemistryReader< ThermoType >"  )

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
chemistryReader< ThermoType >  ,
dictionary  ,
(const dictionary &thermoDict, speciesTable &species ,
(thermoDict, species  
)

◆ New()

Foam::autoPtr< Foam::chemistryReader< ThermoType > > New ( const dictionary thermoDict,
speciesTable species 
)
static

Definition at line 29 of file chemistryReader.C.

◆ species()

virtual const speciesTable& species ( ) const
pure virtual

◆ specieComposition()

virtual const speciesCompositionTable& specieComposition ( ) const
pure virtual

◆ speciesThermo()

virtual const ReactionTable<ThermoType>& speciesThermo ( ) const
pure virtual

◆ reactions()

virtual const ReactionList<ThermoType>& reactions ( ) const
pure virtual

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