|
Cantera
2.0
|
File containing thermo evaluation functions for NASA polynomials, which are used in testing the interpolations. More...
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. | |
File containing thermo evaluation functions for NASA polynomials, which are used in testing the interpolations.
Definition in file thermoFunctions.cpp.
1.8.2