8.3
general documentation
cs_combustion_model.h File Reference
#include <stdarg.h>
#include "cs_defs.h"
+ Include dependency graph for cs_combustion_model.h:

Go to the source code of this file.

Functions

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. More...
 

Function Documentation

◆ cs_combustion_enthalpy_and_cp_from_janaf()

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.

Parameters
[in]ncoelnumber of elementary constituents
[in]ngazemnumber of elementary constituents
[in]nponumber of interpolation points
[in]nomcoelnames of elementary constituants
[out]ehcoelenthalpy for each elementary species (for point i and species j, ehcoel[i*ngazem + j])
[out]cpcoelcp for each elementary species (for point i and species j, cpcoel[i*ngazem + j])
[in]wmolcemolar mass of each species
[in]thtemperature in K