Go to the documentation of this file.
54 template<
class ThermoType>
67 mutable ThermoType mixture_;
108 return "egrMixture<" + ThermoType::typeName() +
'>';
123 const ThermoType&
cellMixture(
const label celli)
const
125 return mixture(ft_[celli], b_[celli], egr_[celli]);
144 return mixture(ft_[celli], 1, egr_[celli]);
163 return mixture(ft_[celli], 0, 0);
181 void read(
const dictionary&);
const ThermoType & getLocalThermo(const label speciei) const
A class for handling words, derived from Foam::string.
const dimensionedScalar & stoicRatio() const
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
const ThermoType & patchFaceProducts(const label patchi, const label facei) const
const ThermoType & mixture(const scalar, const scalar, const scalar) const
Specialization of the basicSpecieMixture for combustion.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
const dictionary & thermoDict
const ThermoType & cellReactants(const label celli) const
const ThermoType & cellMixture(const label celli) const
virtual ~egrMixture()=default
const ThermoType & patchFaceReactants(const label patchi, const label facei) const
void read(const dictionary &)
Generic GeometricField class.
const ThermoType & cellProducts(const label celli) const
const Boundary & boundaryField() const
The egr mixture contains species ("ft", "b", "egr").