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