Go to the documentation of this file.
40 #ifndef combustionModels_laminar_H
41 #define combustionModels_laminar_H
49 namespace combustionModels
56 template<
class ReactionThermo>
65 bool integrateReactionRate_;
82 void operator=(
const laminar&) =
delete;
96 const word& modelType,
99 const word& combustionProperties
tmp< volScalarField > tc() const
A class for handling words, derived from Foam::string.
virtual tmp< fvScalarMatrix > R(volScalarField &Y) const
A class for managing temporary objects.
Basic thermodynamics type based on the use of fitting functions for cp, h, s obtained from the templa...
Laminar combustion model.
virtual tmp< volScalarField > Qdot() const
Chemistry model wrapper for combustion models.
PtrList< volScalarField > & Y
Generic GeometricField class.
compressible::turbulenceModel & turb
Abstract base class for turbulence models (RAS, LES and laminar).