1#ifndef __CS_COMBUSTION_MODEL_H__
2#define __CS_COMBUSTION_MODEL_H__
83 const char nomcoel[][13],
86 const double wmolce[],
void cs_combustion_enthalpy_and_cp_from_janaf(int ncoel, int ngazem, int npo, const char nomcoel[][13], double ehcoel[], double cpcoel[], const double wmolce[], const double th[])
Compute Enthalpy and Cp based on the JANAF band.
Definition: cs_combustion_model.c:408
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
#define END_C_DECLS
Definition: cs_defs.h:543
integer, pointer, save npo
number of tabulation points
Definition: ppthch.f90:85
real(c_double), dimension(:), pointer, save th
temperature (in K)
Definition: ppthch.f90:119
integer ngazem
maximal number of elementary gas components
Definition: ppthch.f90:63