#include <stdarg.h>
#include "base/cs_defs.h"
Go to the source code of this file.
|
void | cs_combustion_enthalpy_and_cp_from_janaf (int ncoel, int ngazem, int npo, const char nomcoel[][13], double ehcoel[], double cpcoel[], double coeff_therm[][2][5], const double wmolce[], const double th[]) |
| Compute Enthalpy and Cp based on the JANAF band.
|
void | cs_combustion_dirac_pdf (cs_lnum_t n_cells, int indpdf[], cs_real_t tpdf[], const cs_real_t fm[], cs_real_t fp2m[], const cs_real_t fmini[], const cs_real_t fmaxi[], cs_real_t dirmin[], cs_real_t dirmax[], cs_real_t fdeb[], cs_real_t ffin[], cs_real_t hrec[]) |
| Compute rectangle-Dirac pdf parameters.
|
◆ cs_combustion_dirac_pdf()
void cs_combustion_dirac_pdf |
( |
cs_lnum_t | n_cells, |
|
|
int | indpdf[], |
|
|
cs_real_t | tpdf[], |
|
|
const cs_real_t | fm[], |
|
|
cs_real_t | fp2m[], |
|
|
const cs_real_t | fmini[], |
|
|
const cs_real_t | fmaxi[], |
|
|
cs_real_t | dirmin[], |
|
|
cs_real_t | dirmax[], |
|
|
cs_real_t | fdeb[], |
|
|
cs_real_t | ffin[], |
|
|
cs_real_t | hrec[] ) |
◆ 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[], |
|
|
double | coeff_therm[][2][5], |
|
|
const double | wmolce[], |
|
|
const double | th[] ) |
Compute Enthalpy and Cp based on the JANAF band.
- Parameters
-
[in] | ncoel | number of elementary constituents |
[in] | ngazem | number of elementary constituents |
[in] | npo | number of interpolation points |
[in] | nomcoel | names of elementary constituants |
[out] | ehcoel | enthalpy for each elementary species (for point i and species j, ehcoel[i*ngazem + j]) |
[out] | cpcoel | cp for each elementary species (for point i and species j, cpcoel[i*ngazem + j]) |
[out] | coeff_therm | coefficients for the Burke-Scumann model, or null otherwise |
[in] | wmolce | molar mass of each species |
[in] | th | temperature in K |