37 #ifndef CombustionModel_H 38 #define CombustionModel_H 53 template<
class ReactionThermo>
75 const word& modelType,
76 const ReactionThermo&
thermo,
78 const word& combustionProperties
80 (modelType, thermo, turb, combustionProperties)
89 const word& modelType,
90 const ReactionThermo& thermo,
92 const word& combustionProperties
99 const ReactionThermo& thermo,
112 virtual const ReactionThermo&
thermo()
const = 0;
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~CombustionModel()
Destructor.
TypeName("CombustionModel")
Runtime type information.
static autoPtr< CombustionModel > New(const ReactionThermo &thermo, const compressibleMomentumTransportModel &turb, const word &combustionProperties=combustionPropertiesName)
Selector.
CombustionModel(const word &modelType, const ReactionThermo &thermo, const compressibleMomentumTransportModel &turb, const word &combustionProperties)
Construct from components.
virtual const ReactionThermo & thermo() const =0
Return const access to the thermo package.
ReactionThermo reactionThermo
Thermo type.
A class for handling words, derived from string.
virtual bool read()
Update properties from given dictionary.
declareRunTimeSelectionTable(autoPtr, CombustionModel, dictionary,(const word &modelType, const ReactionThermo &thermo, const compressibleMomentumTransportModel &turb, const word &combustionProperties),(modelType, thermo, turb, combustionProperties))
Declare run-time constructor selection tables.
Base class for combustion models.
Combustion models for templated thermodynamics.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Macros to ease declaration of run-time selection tables.
Abstract base class for turbulence models (RAS, LES and laminar).
static const word combustionPropertiesName
Default combustionProperties dictionary name.