Go to the documentation of this file.
35 #ifndef rhoThermoCombustion_H
36 #define rhoThermoCombustion_H
46 namespace combustionModels
81 const word& modelType,
virtual tmp< volScalarField > rho() const
Return const access to the density field.
A class for handling words, derived from string.
A class for managing temporary objects.
rhoThermoCombustion(const rhoThermoCombustion &)
Construct as copy (not implemented)
void operator=(const rhoThermoCombustion &)
Disallow default bitwise assignment.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual rhoReactionThermo & thermo()
Return access to the thermo package.
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...
autoPtr< rhoReactionThermo > thermoPtr_
Pointer to thermo model.
virtual ~rhoThermoCombustion()
Destructor.