Cantera  2.0
Namespaces | Functions
thermoFunctions.h File Reference

Thermodynamic properties. More...

#include "Species.h"
Include dependency graph for thermoFunctions.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.