Go to the documentation of this file.
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 bool incompressible() const
Return true if the equation of state is incompressible.
Enthalpy/Internal energy for a mixture.
virtual tmp< volScalarField > gamma() const
Gamma = Cp/Cv [].
A class for handling words, derived from string.
virtual volScalarField & he()
Enthalpy/Internal energy [J/kg].
A class for managing temporary objects.
virtual tmp< volScalarField > hc() const
Chemical enthalpy [J/kg].
virtual tmp< volScalarField > kappa() const
Thermal diffusivity for temperature of mixture [J/m/s/K].
virtual tmp< volScalarField > CpByCpv() const
Heat capacity ratio [].
virtual tmp< volScalarField > Cp() const
Heat capacity at constant pressure [J/kg/K].
virtual ~heThermo()
Destructor.
virtual tmp< volScalarField > Cpv() const
Heat capacity at constant pressure/volume [J/kg/K].
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual bool isochoric() const
Return true if the equation of state is isochoric.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual MixtureType::basicMixtureType & composition()
Return the compostion of the mixture.
Mesh data needed to do the Finite Volume discretisation.
virtual bool read()
Read thermophysical properties dictionary.
virtual tmp< volScalarField > Cv() const
Heat capacity at constant volume [J/kg/K].
void init()
Initialize heThermo.
virtual const volScalarField & he() const
Enthalpy/Internal energy [J/kg].
heThermo(const heThermo< BasicThermo, MixtureType > &)
Construct as copy (not implemented)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual tmp< volScalarField > alphaEff(const volScalarField &alphat) const
Effective thermal diffusivity of mixture [kg/m/s].
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.
Generic GeometricField class.
virtual tmp< volScalarField > kappaEff(const volScalarField &) const
Effective thermal diffusivity for temperature.
virtual const MixtureType::basicMixtureType & composition() const
Return the compostion of the mixture.
void heBoundaryCorrection(volScalarField &he)
Correct the enthalpy/internal energy field boundaries.
volScalarField he_
Energy field.