35 #ifndef inhomogeneousMixture_H 36 #define inhomogeneousMixture_H 49 template<
class ThermoType>
56 static const int nSpecies_ = 2;
57 static const char* specieNames_[2];
65 mutable ThermoType mixture_;
101 const ThermoType&
mixture(
const scalar,
const scalar)
const;
105 return mixture(ft_[celli], b_[celli]);
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 ThermoType & cellReactants(const label celli) const
Foam::inhomogeneousMixture.
const ThermoType & cellMixture(const label celli) const
const ThermoType & getLocalThermo(const label speciei) const
Return thermo based on index.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const dimensionedScalar & stoicRatio() const
virtual ~inhomogeneousMixture()
Destructor.
A class for handling words, derived from string.
Specialization of the basicSpecieMixture for combustion.
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
void read(const dictionary &)
Read dictionary.
const ThermoType & patchFaceProducts(const label patchi, const label facei) const
const ThermoType & mixture(const scalar, const scalar) const
Mesh data needed to do the Finite Volume discretisation.
const ThermoType & patchFaceReactants(const label patchi, const label facei) const
const ThermoType & cellProducts(const label celli) const