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