97 #ifndef eTabulatedThermo_H 98 #define eTabulatedThermo_H 109 template<
class EquationOfState>
110 class eTabulatedThermo;
112 template<
class EquationOfState>
116 const eTabulatedThermo<EquationOfState>&
124 template<
class EquationOfState>
127 public EquationOfState
166 return "eTabulated<" + 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
Es(
const scalar p,
const scalar T)
const;
185 inline scalar
Ea(
const scalar p,
const scalar T)
const;
188 inline scalar
Hs(
const scalar p,
const scalar T)
const;
191 inline scalar
Ha(
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>
eTabulatedThermo(const dictionary &dict)
Construct from dictionary.
scalar Ea(const scalar p, const scalar T) const
Absolute internal energy [J/kg].
Internal energy based thermodynamics package using uniform tabulated data for internal energy and hea...
scalar Hf() const
Enthalpy of formation [J/kg].
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar Es(const scalar p, const scalar T) const
Sensible internal energy [J/kg].
static word typeName()
Return the instantiated type name.
scalar limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
scalar Cv(const scalar p, const scalar T) const
Heat capacity at constant pressure [J/kg/K].
A class for handling words, derived from string.
scalar Hs(const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
void write(Ostream &os) const
Write to Ostream.
scalar Cp(const scalar p, const scalar T) const
Heat capacity at constant pressure [J/kg/K].
scalar Gstd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar Ha(const scalar p, const scalar T) const
Absolute enthalpy [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.