37 #ifndef rhoCombustionModel_H 38 #define rhoCombustionModel_H 49 namespace combustionModels
83 const word& modelType,
87 (modelType, mesh, phaseName)
97 const word& modelType,
virtual bool read()
Update properties from given dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const dictionary & coeff() const
Access combustion dict.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual tmp< volScalarField > rho() const =0
Return tmp of rho.
A class for handling words, derived from string.
declareRunTimeSelectionTable(autoPtr, rhoCombustionModel, dictionary,(const word &modelType, const fvMesh &mesh, const word &phaseName),(modelType, mesh, phaseName))
Declare run-time constructor selection tables.
static const word null
An empty word.
virtual rhoReactionThermo & thermo()=0
Return access to the thermo package.
static autoPtr< rhoCombustionModel > New(const fvMesh &mesh, const word &phaseName=word::null)
Selector.
TypeName("rhoCombustionModel")
Runtime type information.
Base class for combustion models.
Mesh data needed to do the Finite Volume discretisation.
virtual ~rhoCombustionModel()
Destructor.
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.
A class for managing temporary objects.