49 template<
class BasicThermo,
class MixtureType>
110 virtual typename MixtureType::basicMixtureType&
117 virtual const typename MixtureType::basicMixtureType&
127 return MixtureType::thermoType::incompressible;
134 return MixtureType::thermoType::isochoric;
virtual tmp< volScalarField > kappa() const
Thermal diffusivity for temperature of mixture [J/m/s/K].
virtual tmp< scalarField > THE(const scalarField &he, const scalarField &p, const scalarField &T0, const labelList &cells) const
Temperature from enthalpy/internal energy for cell-set.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual tmp< volScalarField > gamma() const
Gamma = Cp/Cv [].
virtual tmp< volScalarField > CpByCpv() const
Heat capacity ratio [].
A list of keyword definitions, which are a keyword followed by any number of values (e...
volScalarField he_
Energy field.
virtual ~heThermo()
Destructor.
virtual tmp< volScalarField > Cpv() const
Heat capacity at constant pressure/volume [J/kg/K].
virtual volScalarField & he()
Enthalpy/Internal energy [J/kg].
virtual tmp< volScalarField > hc() const
Chemical enthalpy [J/kg].
virtual bool isochoric() const
Return true if the equation of state is isochoric.
virtual tmp< volScalarField > Cp() const
Heat capacity at constant pressure [J/kg/K].
A class for handling words, derived from string.
virtual tmp< volScalarField > alphaEff(const volScalarField &alphat) const
Effective thermal diffusivity of mixture [kg/m/s].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual MixtureType::basicMixtureType & composition()
Return the compostion of the mixture.
virtual bool read()
Read thermophysical properties dictionary.
virtual tmp< volScalarField > kappaEff(const volScalarField &) const
Effective thermal diffusivity for temperature.
virtual tmp< volScalarField > Cv() const
Heat capacity at constant volume [J/kg/K].
Enthalpy/Internal energy for a mixture.
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
void heBoundaryCorrection(volScalarField &he)
Correct the enthalpy/internal energy field boundaries.
virtual bool incompressible() const
Return true if the equation of state is incompressible.