40#ifndef basicCombustionMixture_H
41#define basicCombustionMixture_H
87 inline scalar
fres(
const scalar ft,
const scalar stoicRatio)
const;
TypeName("basicCombustionMixture")
Run time type information.
basicCombustionMixture(const dictionary &thermoDict, const wordList &specieNames, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, specie names, mesh and phase name.
basicCombustionMixture basicMixtureType
The base class of the mixture.
virtual ~basicCombustionMixture()=default
Destructor.
scalar fres(const scalar ft, const scalar stoicRatio) const
basicSpecieMixture(const dictionary &thermoDict, const wordList &specieNames, const fvMesh &mesh, const word &phaseName)
Construct from dictionary, species names, mesh and phase name.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
const dictionary & thermoDict
List< word > wordList
List of word.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.