66 #ifndef eIcoTabulatedThermo_H 67 #define eIcoTabulatedThermo_H 78 template<
class EquationOfState>
79 class eIcoTabulatedThermo;
81 template<
class EquationOfState>
85 const eIcoTabulatedThermo<EquationOfState>&
93 template<
class EquationOfState>
96 public EquationOfState
110 integratedNonUniformTable Cv_;
129 return "eIcoTabulated<" + EquationOfState::typeName() +
'>';
133 inline scalar
limit(
const scalar)
const;
139 inline scalar
Cv(
const scalar
p,
const scalar
T)
const;
142 inline scalar
Es(
const scalar
p,
const scalar
T)
const;
145 inline scalar
Ea(
const scalar
p,
const scalar
T)
const;
148 inline scalar
Hf()
const;
151 inline scalar
S(
const scalar
p,
const scalar
T)
const;
154 inline scalar
Gstd(
const scalar
T)
const;
162 inline scalar
dCpdT(
const scalar
p,
const scalar
T)
const;
168 void write(Ostream& os)
const;
173 friend Ostream& operator<< <EquationOfState>
void write(Ostream &os) const
Write to Ostream.
scalar Cv(const scalar p, const scalar T) const
Heat capacity at constant volume [J/kg/K].
A list of keyword definitions, which are a keyword followed by any number of values (e...
static word typeName()
Return the instantiated type name.
scalar Hf() const
Enthalpy of formation [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 limit(const scalar) const
Limit the temperature to be in the range Tlow_ to Thigh_.
scalar Gstd(const scalar T) const
Gibbs free energy of the mixture in the standard state [J/kg].
scalar Ea(const scalar p, const scalar T) const
Absolute internal energy [J/kg].
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
scalar S(const scalar p, const scalar T) const
Entropy [J/kg/K].
eIcoTabulatedThermo(const dictionary &dict)
Construct from dictionary.
scalar dCpdT(const scalar p, const scalar T) const
Temperature derivative of heat capacity at constant pressure.
Internal energy based thermodynamics package using non-uniform tabulated data for heat capacity vs te...