Go to the documentation of this file.
10 #ifndef CKR_THERMOFUNCTIONS_H
11 #define CKR_THERMOFUNCTIONS_H
18 double enthalpy(
double t,
const Species& s);
19 double cp(
double t,
const Species& s);
20 double entropy(
double t,
const Species& s);
21 double gibbs(
double t,
const Species& s);