32 namespace combustionModels
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
dimensionedScalar s_
Stoichiometric oxygen-fuel mass ratio.
dimensionedScalar stoicRatio_
Stoichiometric air-fuel mass ratio.
label fuelIndex() const
Return the fuel specie index.
const basicSpecieMixture & mixture_
Reference to the mixture.
scalarList Yprod0_
Mass concentrations at stoichiometric mixture for fres.
PtrList< volScalarField > fres_
List of components residual.
Specialisation of basicMixture for a mixture consisting of a number for molecular species...
const dimensionedScalar & s() const
Return the Stoichiometric oxygen-fuel mass ratio.
const scalarList & Yprod0() const
Return the list of products mass concentrations.
Reaction base-class holding the specie names and coefficients.
const List< scalar > & specieStoichCoeffs() const
Return the stoichiometric coefficient for the reaction.
label fuelIndex_
Fuel specie index.
scalarList specieStoichCoeffs_
Stoichiometric coefficient for the reaction.
const reaction & singleReaction() const
Return the single step reaction.
dimensionedScalar qFuel_
Heat of combustion [J/Kg].
const dimensionedScalar & stoicRatio() const
Return the stoichiometric air-fuel mass ratio.
const basicSpecieMixture & mixture() const
Return the mixture.
tmp< volScalarField > fres(const label index) const
Return the list of components residual.
const dimensionedScalar & qFuel() const
Return the heat of combustion [J/Kg].
List< int > specieProd_
List to indicate if specie is produced/consumed.
A class for managing temporary objects.
reaction reaction_
The single-step reaction.
const List< int > & specieProd() const
Return the list to indicate if specie is produced/consumed.