97 #ifndef hTabulatedThermo_H 98 #define hTabulatedThermo_H 109 template<
class EquationOfState>
110 class hTabulatedThermo;
112 template<
class EquationOfState>
116 const hTabulatedThermo<EquationOfState>&
124 template<
class EquationOfState>
127 public EquationOfState
166 return "hTabulated<" + EquationOfState::typeName() +
'>';
170 inline scalar
limit(
const scalar)
const;
176 inline scalar
Cp(
const scalar
p,
const scalar
T)
const;
179 inline scalar
Cv(
const scalar p,
const scalar T)
const;
182 inline scalar
Hs(
const scalar p,
const scalar T)
const;
185 inline scalar
Ha(
const scalar p,
const scalar T)
const;
188 inline scalar
Es(
const scalar p,
const scalar T)
const;
191 inline scalar
Ea(
const scalar p,
const scalar T)
const;
194 inline scalar
Hf()
const;
197 inline scalar
S(
const scalar p,
const scalar T)
const;
200 inline scalar
Gstd(
const scalar T)
const;
206 inline scalar
dCpdT(
const scalar p,
const scalar T)
const;
212 void write(Ostream& os)
const;
217 friend Ostream& operator<< <EquationOfState>
scalar Cv(const scalar p, const scalar T) const
Heat capacity at constant volume [J/kg/K].
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 uniform tabulated data for enthalpy and heat capacity vs ...
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].
scalar Ea(const scalar p, const scalar T) const
Absolute internal energy [J/kg].
A class for handling words, derived from string.
scalar Es(const scalar p, const scalar T) const
Sensible internal energy [J/kg].
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.