Cantera  2.0
Namespaces | Functions
thermoFunctions.cpp File Reference

File containing thermo evaluation functions for NASA polynomials, which are used in testing the interpolations. More...

#include <math.h>
#include "thermoFunctions.h"
#include <iostream>
Include dependency graph for thermoFunctions.cpp:

Go to the source code of this file.

Namespaces

namespace  ckr
 the namespace for the CKReader packaage
 

Functions

double cp (double t, const Species &s)
 non-dimensional heat capacity ( \( C_p/R \)) at constant P for one species
 
double enthalpy (double t, const Species &s)
 enthalpy in Kelvin ( \( H/R \)) 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

File containing thermo evaluation functions for NASA polynomials, which are used in testing the interpolations.

Definition in file thermoFunctions.cpp.