49 template<
class ThermoType>
90 return "pureMixture<" + ThermoType::typeName() +
'>';
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
ThermoType thermoType
The type of thermodynamics this mixture is instantiated for.
const transportMixtureType & cellTransportMixture(const label) const
static word typeName()
Return the instantiated type name.
ThermoType transportMixtureType
Mixing type for transport properties.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
const thermoMixtureType & cellThermoMixture(const label) const
void operator=(const pureMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
void read(const dictionary &)
Read dictionary.
const thermoMixtureType & patchFaceThermoMixture(const label, const label) const
pureMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
const transportMixtureType & patchFaceTransportMixture(const label, const label) const
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.