67 #ifndef hIcoTabulatedThermo_H 68 #define hIcoTabulatedThermo_H 79 template<
class EquationOfState>
80 class hIcoTabulatedThermo;
82 template<
class EquationOfState>
86 const hIcoTabulatedThermo<EquationOfState>&
94 template<
class EquationOfState>
97 public EquationOfState
111 integratedNonUniformTable Cp_;
130 return "hIcoTabulated<" + EquationOfState::typeName() +
'>';
134 inline scalar
limit(
const scalar)
const;
140 inline scalar
Cp(
const scalar
p,
const scalar
T)
const;
143 inline scalar
Ha(
const scalar
p,
const scalar
T)
const;
146 inline scalar
Hs(
const scalar
p,
const scalar
T)
const;
149 inline scalar
Hf()
const;
152 inline scalar
S(
const scalar
p,
const scalar
T)
const;
155 inline scalar
Gstd(
const scalar
T)
const;
163 inline scalar
dCpdT(
const scalar
p,
const scalar
T)
const;
169 void write(Ostream& os)
const;
174 friend Ostream& operator<< <EquationOfState>
scalar Gstd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
scalar Cp(const scalar p, const scalar T) const
Heat capacity at constant pressure [J/kg/K].
Enthalpy based thermodynamics package using non-uniform tabulated data for heat capacity vs temperatu...
A list of keyword definitions, which are a keyword followed by any number of values (e...
scalar limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
scalar dCpdT(const scalar p, const scalar T) const
Temperature derivative of heat capacity at constant pressure.
scalar S(const scalar p, const scalar T) const
Entropy [J/kg/K].
A class for handling words, derived from string.
void write(Ostream &os) const
Write to Ostream.
static word typeName()
Return the instantiated type name.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
hIcoTabulatedThermo(const dictionary &dict)
Construct from dictionary.
scalar Hs(const scalar p, const scalar T) const
Sensible enthalpy [J/kg].
scalar Ha(const scalar p, const scalar T) const
Absolute enthalpy [J/kg].
scalar Hf() const
Enthalpy of formation [J/kg].