64 #ifndef hTabulatedThermo_H 65 #define hTabulatedThermo_H 76 template<
class EquationOfState>
77 class hTabulatedThermo;
79 template<
class EquationOfState>
83 const hTabulatedThermo<EquationOfState>&
91 template<
class EquationOfState>
94 public EquationOfState
109 integratedNonUniformTable Cp_;
128 return "hTabulated<" + EquationOfState::typeName() +
'>';
132 inline scalar
limit(
const scalar)
const;
138 inline scalar
Cp(
const scalar
p,
const scalar
T)
const;
141 inline scalar
Ha(
const scalar
p,
const scalar
T)
const;
144 inline scalar
Hs(
const scalar
p,
const scalar
T)
const;
147 inline scalar
Hf()
const;
150 inline scalar
S(
const scalar
p,
const scalar
T)
const;
153 inline scalar
Gstd(
const scalar
T)
const;
161 inline scalar
dCpdT(
const scalar
p,
const scalar
T)
const;
167 void write(Ostream& os)
const;
172 friend Ostream& operator<< <EquationOfState>
scalar limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperatu...
scalar Hs(const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
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].
hTabulatedThermo(const dictionary &dict)
Construct from dictionary.
scalar Gstd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
scalar Ha(const scalar p, const scalar T) const
Absolute enthalpy [J/kg].
A class for handling words, derived from string.
scalar S(const scalar p, const scalar T) const
Entropy [J/kg/K].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar Hf() const
Enthalpy of formation [J/kg].
void write(Ostream &os) const
Write to Ostream.
static word typeName()
Return the instantiated type name.