51template<
class ThermoType>
61 pureMixture(
const pureMixture<ThermoType>&);
81 return "pureMixture<" + ThermoType::typeName() +
'>';
84 const ThermoType&
mixture()
const
basicMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const ThermoType & patchFaceMixture(const label, const label) const
static word typeName()
Return the instantiated type name.
const ThermoType & patchFaceVolMixture(const scalar, const scalar, const label, const label) const
const ThermoType & cellVolMixture(const scalar, const scalar, const label) const
void read(const dictionary &)
Read dictionary.
const ThermoType & cellMixture(const label) const
const ThermoType & mixture() const
A class for handling words, derived from Foam::string.