35 #ifndef homogeneousMixture_H 36 #define homogeneousMixture_H 49 template<
class ThermoType>
56 static const int nSpecies_ = 1;
57 static const char* specieNames_[1];
59 ThermoType reactants_;
62 mutable ThermoType mixture_;
93 return "homogeneousMixture<" + ThermoType::typeName() +
'>';
96 const ThermoType&
mixture(
const scalar)
const;
const ThermoType & patchFaceReactants(const label, const label) 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.
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 & mixture(const scalar) const
virtual ~homogeneousMixture()
Destructor.
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
static word typeName()
Return the instantiated type name.
A class for handling words, derived from string.
Specialization of the basicSpecieMixture for combustion.
const ThermoType & cellReactants(const label) const
const ThermoType & cellMixture(const label celli) const
Foam::homogeneousMixture.
const ThermoType & patchFaceProducts(const label, const label) const
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
Mesh data needed to do the Finite Volume discretisation.
void read(const dictionary &)
Read dictionary.
const ThermoType & cellProducts(const label) const
const ThermoType & getLocalThermo(const label speciei) const
Return thermo based on index.