30 template<
class ReactionThermo>
33 const word& modelType,
34 ReactionThermo& thermo,
36 const word& combustionProperties
45 template<
class ReactionThermo>
49 ReactionThermo& thermo,
51 const word& combustionProperties
55 combustionModel::New<CombustionModel<ReactionThermo>>
66 template<
class ReactionThermo>
73 template<
class ReactionThermo>
CombustionModel(const word &modelType, ReactionThermo &thermo, const compressibleTurbulenceModel &turb, const word &combustionProperties)
Construct from components.
static autoPtr< CombustionModel > New(ReactionThermo &thermo, const compressibleTurbulenceModel &turb, const word &combustionProperties=combustionPropertiesName)
Selector.
virtual ~CombustionModel()
Destructor.
rhoReactionThermo & thermo
A class for handling words, derived from string.
virtual bool read()
Update properties from given dictionary.
Abstract base class for turbulence models (RAS, LES and laminar).
Base class for combustion models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...