30 template<
class EquationOfState>
37 EquationOfState(
name, pt),
46 template<
class EquationOfState>
56 template<
class EquationOfState>
67 template<
class EquationOfState>
78 template<
class EquationOfState>
85 return hs(
p,
T) + hf_;
89 template<
class EquationOfState>
97 template<
class EquationOfState>
104 return Cp_.intfByTdT(
T) + EquationOfState::sp(
p,
T) + sf_;
108 template<
class EquationOfState>
114 return Cp_.intfdT(
T) + hf_ - (Cp_.intfByTdT(
T) + sf_)*
T;
118 template<
class EquationOfState>
scalar hs(const scalar p, const scalar T) const
scalar Cp(const scalar p, const scalar T) const
Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperatu...
scalar gStd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
hIcoTabulatedThermo(const word &name, const dictionary &dict)
Construct from name and dictionary.
scalar s(const scalar p, const scalar T) const
Entropy [J/kg/K].
scalar dCpdT(const scalar p, const scalar T) const
Temperature derivative of heat capacity at constant pressure.
scalar Cp(const scalar p, const scalar T) const
Heat capacity at constant pressure [J/kg/K].
scalar ha(const scalar p, const scalar T) const
Absolute enthalpy [J/kg].
scalar hf() const
Enthalpy of formation [J/kg].
scalar limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
scalar hs(const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
A class for handling words, derived from string.
const dimensionedScalar h
Planck constant.
word name(const bool)
Return a word representation of a bool.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)