32 template<
class MixtureType>
51 template<
class MixtureType>
57 return this->getLocalThermo(speciei).W();
61 template<
class MixtureType>
69 return this->getLocalThermo(speciei).Cp(p, T);
73 template<
class MixtureType>
81 return this->getLocalThermo(speciei).Cv(p, T);
85 template<
class MixtureType>
93 return this->getLocalThermo(speciei).Ha(p, T);
97 template<
class MixtureType>
105 return this->getLocalThermo(speciei).Hs(p, T);
109 template<
class MixtureType>
115 return this->getLocalThermo(speciei).Hc();
119 template<
class MixtureType>
127 return this->getLocalThermo(speciei).S(p, T);
131 template<
class MixtureType>
139 return this->getLocalThermo(speciei).Es(p, T);
143 template<
class MixtureType>
151 return this->getLocalThermo(speciei).G(p, T);
155 template<
class MixtureType>
163 return this->getLocalThermo(speciei).A(p, T);
167 template<
class MixtureType>
175 return this->getLocalThermo(speciei).mu(p, T);
179 template<
class MixtureType>
187 return this->getLocalThermo(speciei).kappa(p, T);
191 template<
class MixtureType>
199 return this->getLocalThermo(speciei).alphah(p, T);
203 template<
class MixtureType>
211 return this->getLocalThermo(speciei).rho(p, T);
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 scalar Hs(const label speciei, const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
virtual scalar S(const label speciei, const scalar p, const scalar T) const
Entropy [J/(kg K)].
virtual scalar Hc(const label speciei) const
Chemical enthalpy [J/kg].
virtual scalar alphah(const label speciei, const scalar p, const scalar T) const
Thermal diffusivity of enthalpy [kg/m/s].
SpecieMixture(const dictionary &, const fvMesh &, const word &phaseName)
Construct from dictionary, mesh and phase name.
A class for handling words, derived from string.
virtual tmp< volScalarField > Cv() const =0
Heat capacity at constant volume [J/kg/K].
virtual scalar Ha(const label speciei, const scalar p, const scalar T) const
Absolute enthalpy [J/kg].
virtual scalar A(const label speciei, const scalar p, const scalar T) const
Helmholtz free energy [J/kg].
virtual scalar rho(const label speciei, const scalar p, const scalar T) const
Density [kg/m3].
virtual scalar mu(const label speciei, const scalar p, const scalar T) const
Dynamic viscosity [kg/m/s].
virtual scalar Es(const label speciei, const scalar p, const scalar T) const
Sensible internal energy [J/kg].
virtual tmp< volScalarField > kappa() const =0
Thermal diffusivity for temperature of mixture [J/m/s/K].
Mesh data needed to do the Finite Volume discretisation.
virtual scalar G(const label speciei, const scalar p, const scalar T) const
Gibbs free energy [J/kg].
virtual tmp< volScalarField > Cp() const =0
Heat capacity at constant pressure for patch [J/kg/K].
virtual tmp< volScalarField > W() const =0
Molecular weight of the given specie [kg/kmol].