49 template<
class ThermoType>
71 static const int nSpecies_ = 3;
72 static const char* specieNames_[3];
80 mutable thermoType mixture_;
113 return "egrMixture<" + ThermoType::typeName() +
'>';
130 return mixture(ft_[celli], b_[celli], egr_[celli]);
167 const thermoMixtureType& thermoMixture
170 return thermoMixture;
177 const thermoMixtureType& thermoMixture
180 return thermoMixture;
185 return mixture(ft_[celli], 1, egr_[celli]);
204 return mixture(ft_[celli], 0, 0);
const thermoMixtureType & patchFaceThermoMixture(const label patchi, const label facei) const
A list of keyword definitions, which are a keyword followed by any number of values (e...
const thermoType & cellProducts(const label celli) const
const Boundary & boundaryField() const
Return const-reference to the boundary field.
const dimensionedScalar & stoicRatio() const
void read(const dictionary &)
Read dictionary.
const thermoMixtureType & cellThermoMixture(const label celli) const
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.
const transportMixtureType & patchFaceTransportMixture(const label patchi, const label facei) const
A class for handling words, derived from string.
Specialisation of the basicMixture for combustion.
const ThermoType & specieThermo(const label speciei) const
Return thermo based on index.
void operator=(const egrMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
const thermoType & patchFaceReactants(const label patchi, const label facei) const
egrMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phaseName.
virtual ~egrMixture()
Destructor.
const thermoType & cellReactants(const label celli) const
Mesh data needed to do the Finite Volume discretisation.
static word typeName()
Return the instantiated type name.
const transportMixtureType & cellTransportMixture(const label celli) const
ThermoType transportMixtureType
Mixing type for transport properties.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.