49 template<
class ThermoType>
56 static const int nSpecies_ = 3;
57 static const char* specieNames_[3];
65 mutable ThermoType mixture_;
113 return mixture(ft_[celli], b_[celli], egr_[celli]);
132 return mixture(ft_[celli], 1, egr_[celli]);
151 return mixture(ft_[celli], 0, 0);
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
const Boundary & boundaryField() const
Return const-reference to the boundary field.
const dimensionedScalar & stoicRatio() const
void read(const dictionary &)
Read dictionary.
const ThermoType & mixture(const scalar, const scalar, const scalar) const
const ThermoType & patchFaceProducts(const label patchi, const label facei) const
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
A class for handling words, derived from string.
Specialization of the basicSpecieMixture for combustion.
const ThermoType & cellMixture(const label celli) const
const ThermoType & getLocalThermo(const label speciei) const
Return thermo based on index.
const ThermoType & cellProducts(const label celli) const
const ThermoType & cellReactants(const label celli) const
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
virtual ~egrMixture()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
const ThermoType & patchFaceReactants(const label patchi, const label facei) const