35 #ifndef veryInhomogeneousMixture_H 36 #define veryInhomogeneousMixture_H 49 template<
class ThermoType>
71 static const int nSpecies_ = 3;
72 static const char* specieNames_[3];
80 mutable thermoType mixture_;
120 return "veryInhomogeneousMixture<" + ThermoType::typeName() +
'>';
128 const thermoType&
mixture(
const scalar,
const scalar)
const;
132 return mixture(ft_[celli], fu_[celli]);
168 const thermoMixtureType& thermoMixture
171 return thermoMixture;
178 const thermoMixtureType& thermoMixture
181 return thermoMixture;
186 return mixture(ft_[celli], ft_[celli]);
204 scalar ft = ft_[celli];
const thermoType & mixture(const scalar, const scalar) const
scalar fres(const scalar ft, const scalar stoicRatio) const
void operator=(const veryInhomogeneousMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
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
const transportMixtureType & patchFaceTransportMixture(const label patchi, const label facei) const
ThermoType transportMixtureType
Mixing type for transport properties.
const thermoMixtureType & patchFaceThermoMixture(const label patchi, const label facei) const
static word typeName()
Return the instantiated type name.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const thermoType & patchFaceReactants(const label patchi, const label facei) const
const transportMixtureType & cellTransportMixture(const label celli) const
void read(const dictionary &)
Read dictionary.
A class for handling words, derived from string.
Specialisation of the basicMixture for combustion.
const thermoType & patchFaceProducts(const label patchi, const label facei) const
const thermoType & cellReactants(const label celli) const
const thermoMixtureType & cellThermoMixture(const label celli) const
const ThermoType & specieThermo(const label speciei) const
Return thermo based on index.
Mesh data needed to do the Finite Volume discretisation.
const thermoType & cellProducts(const label celli) const
virtual ~veryInhomogeneousMixture()
Destructor.
Foam::veryInhomogeneousMixture.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
veryInhomogeneousMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.