Go to the documentation of this file.
40 #ifndef homogeneousMixture_H
41 #define homogeneousMixture_H
54 template<
class ThermoType>
61 ThermoType reactants_;
64 mutable ThermoType mixture_;
99 return "homogeneousMixture<" + ThermoType::typeName() +
'>';
102 const ThermoType&
mixture(
const scalar)
const;
104 const ThermoType&
cellMixture(
const label celli)
const
A class for handling words, derived from Foam::string.
void read(const dictionary &)
Read dictionary.
const ThermoType & patchFaceReactants(const label, const label) const
The homogeneous mixture contains species ("b").
const ThermoType & patchFaceMixture(const label patchi, const label facei) const
const ThermoType & cellReactants(const label) const
const ThermoType & cellMixture(const label celli) const
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
Specialization of the basicSpecieMixture for combustion.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const ThermoType & cellProducts(const label) const
Mesh data needed to do the Finite Volume discretisation.
const ThermoType & patchFaceProducts(const label, const label) const
const ThermoType & mixture(const scalar) const
const dictionary & thermoDict
const ThermoType & getLocalThermo(const label speciei) const
Return thermo based on index.
static word typeName()
Return the instantiated type name.
virtual ~homogeneousMixture()=default
Destructor.
const Boundary & boundaryField() const
Return const-reference to the boundary field.