36 #ifndef coefficientMultiComponentMixture_H 37 #define coefficientMultiComponentMixture_H 50 template<
class ThermoType>
70 mutable thermoMixtureType mixture_;
102 return "multiComponentMixture<" + ThermoType::typeName() +
'>';
133 const thermoMixtureType& thermoMixture
136 return thermoMixture;
143 const thermoMixtureType& thermoMixture
146 return thermoMixture;
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...
virtual ~coefficientMultiComponentMixture()
Destructor.
const transportMixtureType & cellTransportMixture(const label celli) const
ThermoType transportMixtureType
Mixing type for transport properties.
Thermophysical properties mixing class which applies mass-fraction weighted mixing to the thermodynam...
const thermoMixtureType & patchFaceThermoMixture(const label patchi, const label facei) const
static word typeName()
Return the instantiated type name.
A class for handling words, derived from string.
Foam::multiComponentMixture.
const transportMixtureType & patchFaceTransportMixture(const label patchi, const label facei) const
Mesh data needed to do the Finite Volume discretisation.
coefficientMultiComponentMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
ThermoType thermoMixtureType
Mixing type for thermodynamic properties.
const thermoMixtureType & cellThermoMixture(const label celli) const