35 #ifndef noCombustion_H 36 #define noCombustion_H 42 namespace combustionModels
49 template<
class CombThermoType>
73 const word& modelType,
virtual ~noCombustion()
Destructor.
TypeName("noCombustion")
Runtime type information.
virtual bool read()
Update properties from given dictionary.
virtual tmp< fvScalarMatrix > R(volScalarField &Y) const
Fuel consumption rate matrix.
virtual void correct()
Correct combustion rate.
Dummy combustion model for 'no combustion'.
A class for handling words, derived from string.
PtrList< volScalarField > & Y
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< volScalarField > Sh() const
Return source for enthalpy equation [kg/m/s3].
virtual tmp< volScalarField > dQ() const
Heat release rate calculated from fuel consumption rate matrix.
A class for managing temporary objects.