35 #ifndef basicCombustionMixture_H 36 #define basicCombustionMixture_H 106 inline scalar
fres(
const scalar ft,
const scalar stoicRatio)
const;
scalar fres(const scalar ft, const scalar stoicRatio) const
A list of keyword definitions, which are a keyword followed by any number of values (e...
volScalarField & Y(const word &specieName)
Return the mass-fraction field for a specie given by name.
TypeName("basicCombustionMixture")
Run time type information.
A class for handling words, derived from string.
Specialisation of the basicMixture for combustion.
speciesTable species_
Table of specie names.
A wordList with hashed indices for faster lookup by name.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Mesh data needed to do the Finite Volume discretisation.
bool contains(const word &specieName) const
Does the mixture include this specie?
virtual ~basicCombustionMixture()
Destructor.
basicCombustionMixture(const dictionary &, const wordList &specieNames, const fvMesh &, const word &)
Construct from dictionary, specie names, mesh and phase name.
PtrList< volScalarField > Y_
Species mass fractions.
A class for managing temporary objects.
basicCombustionMixture basicMixtureType
The base class of the mixture.