49 template<
class ThermoType>
90 return "pureMixture<" + ThermoType::typeName() +
'>';
124 const thermoMixtureType&
134 const thermoMixtureType&
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
const transportMixtureType & cellTransportMixture(const label) const
A list of keyword definitions, which are a keyword followed by any number of values (e...
const thermoMixtureType & patchFaceThermoMixture(const label, const label) const
pureMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
A class for handling words, derived from string.
static word typeName()
Return the instantiated type name.
void operator=(const pureMixture< ThermoType > &)=delete
Disallow default bitwise assignment.
const thermoMixtureType & cellThermoMixture(const label) const
ThermoType transportMixtureType
Mixing type for transport properties.
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 transportMixtureType & patchFaceTransportMixture(const label, const label) const