62 #ifndef ePowerThermo_H 63 #define ePowerThermo_H 74 template<
class EquationOfState>
class ePowerThermo;
76 template<
class EquationOfState>
77 inline ePowerThermo<EquationOfState>
operator+
79 const ePowerThermo<EquationOfState>&,
80 const ePowerThermo<EquationOfState>&
83 template<
class EquationOfState>
84 inline ePowerThermo<EquationOfState>
operator*
87 const ePowerThermo<EquationOfState>&
91 template<
class EquationOfState>
92 inline ePowerThermo<EquationOfState>
operator==
94 const ePowerThermo<EquationOfState>&,
95 const ePowerThermo<EquationOfState>&
99 template<
class EquationOfState>
103 const ePowerThermo<EquationOfState>&
111 template<
class EquationOfState>
114 public EquationOfState
127 inline void checkT(
const scalar
T)
const;
132 const EquationOfState& st,
166 return "ePower<" + EquationOfState::typeName() +
'>';
170 inline scalar
limit(
const scalar T)
const;
176 inline scalar
Cv(
const scalar
p,
const scalar T)
const;
179 inline scalar
Es(
const scalar p,
const scalar T)
const;
182 inline scalar
Ea(
const scalar p,
const scalar T)
const;
185 inline scalar
Hf()
const;
188 inline scalar
S(
const scalar p,
const scalar T)
const;
191 inline scalar
Gstd(
const scalar T)
const;
199 inline scalar
dCpdT(
const scalar p,
const scalar T)
const;
215 friend ePowerThermo
operator* <EquationOfState>
222 friend ePowerThermo
operator== <EquationOfState>
231 friend Ostream& operator<< <EquationOfState>
scalar Ea(const scalar p, const scalar T) const
Absolute internal energy [J/kg].
scalar limit(const scalar T) 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...
scalar S(const scalar p, const scalar T) const
Entropy [J/kg/K].
Internal energy based thermodynamics package using a power function of temperature for the constant h...
static autoPtr< ePowerThermo > New(const dictionary &dict)
Selector from dictionary.
autoPtr< ePowerThermo > clone() const
Construct and return a clone.
A class for handling words, derived from string.
scalar dCpdT(const scalar p, const scalar T) const
Temperature derivative of heat capacity at constant pressure.
scalar Hf() const
Enthalpy of formation [J/kg].
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar Es(const scalar p, const scalar T) const
Sensible internal energy [J/kg].
scalar Cv(const scalar p, const scalar T) const
Heat capacity at constant volume [J/kg/K].
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
void operator+=(const ePowerThermo &)
static word typeName()
Return the instantiated type name.
scalar Gstd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].