Go to the documentation of this file.
39 #ifndef CombustionModel_H
40 #define CombustionModel_H
55 template<
class ReactionThermo>
86 const word& modelType,
89 const word& combustionProperties
91 (modelType,
thermo,
turb, combustionProperties)
100 const word& modelType,
103 const word& combustionProperties
123 virtual ReactionThermo&
thermo() = 0;
126 virtual const ReactionThermo&
thermo()
const = 0;
Base class for combustion models.
Combustion models for templated thermodynamics.
A class for handling words, derived from Foam::string.
ReactionThermo reactionThermo
TypeName("CombustionModel")
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
declareRunTimeSelectionTable(autoPtr, CombustionModel, dictionary,(const word &modelType, ReactionThermo &thermo, const compressibleTurbulenceModel &turb, const word &combustionProperties),(modelType, thermo, turb, combustionProperties))
virtual ~CombustionModel()
virtual ReactionThermo & thermo()=0
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
static const word combustionPropertiesName
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
Macros to ease declaration of run-time selection tables.
static autoPtr< CombustionModel > New(ReactionThermo &thermo, const compressibleTurbulenceModel &turb, const word &combustionProperties=combustionPropertiesName)
compressible::turbulenceModel & turb
Abstract base class for turbulence models (RAS, LES and laminar).