Cantera
2.0
|
Thermodynamic properties. More...
#include "Species.h"
Go to the source code of this file.
Namespaces | |
namespace | ckr |
the namespace for the CKReader packaage | |
Functions | |
double | enthalpy (double t, const Species &s) |
enthalpy in Kelvin ( \( H/R \)) for one species. | |
double | cp (double t, const Species &s) |
non-dimensional heat capacity ( \( C_p/R \)) at constant P for one species | |
double | entropy (double t, const Species &s) |
non-dimensional entropy ( \( S/R \)) for one species | |
double | gibbs (double t, const Species &s) |
Gibbs function in Kelvin ( \( G/R \)) for one species. | |
Thermodynamic properties.
Note that these functions are used only for validation purposes by CKReader. They are not used by Cantera.
Definition in file thermoFunctions.h.