30 template<
class EquationOfState>
37 EquationOfState(
name, pt),
48 template<
class EquationOfState>
58 template<
class EquationOfState>
65 return Cp_.value(
p,
T);
69 template<
class EquationOfState>
76 return Cv_.value(
p,
T);
80 template<
class EquationOfState>
87 return hs_.value(
p,
T);
91 template<
class EquationOfState>
98 return hs(
p,
T) + hf_;
102 template<
class EquationOfState>
110 template<
class EquationOfState>
121 template<
class EquationOfState>
132 template<
class EquationOfState>
144 template<
class EquationOfState>
155 template<
class EquationOfState>
162 return Cp_.dfdT(
p,
T);
scalar hs(const scalar p, const scalar T) const
scalar ha(const scalar p, const scalar T) const
Enthalpy based thermodynamics package using uniform tabulated data for enthalpy and heat capacity vs ...
scalar gStd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
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 ea(const scalar p, const scalar T) const
Absolute internal energy [J/kg].
scalar Cv(const scalar p, const scalar T) const
Heat capacity at constant volume [J/kg/K].
scalar ha(const scalar p, const scalar T) const
Absolute enthalpy [J/kg].
scalar hf() const
Enthalpy of formation [J/kg].
hTabulatedThermo(const word &name, const dictionary &dict)
Construct from name and dictionary.
scalar limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
scalar es(const scalar p, const scalar T) const
Sensible internal energy [J/kg].
scalar hs(const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
A class for handling words, derived from string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.
word name(const bool)
Return a word representation of a bool.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)