1#ifndef CS_COAL_HT_CONVERT_H
2#define CS_COAL_HT_CONVERT_H
cs_real_t cs_coal_ht_convert_t_to_h_gas_by_yi_f1f2(cs_real_t tp, const cs_real_t xesp[], const cs_real_t f1mc[], const cs_real_t f2mc[])
Calculation of the gas enthalpy from gas temperature and given mass fractions and average f1/f2 for c...
Definition: cs_coal_ht_convert.cpp:366
cs_real_t cs_coal_ht_convert_t_to_h_particles_by_yi(cs_real_t temper, int class_id, const cs_real_t xsolid[])
Calculation of the particles enthalpy from particles temperature and given mass fractions for coal co...
Definition: cs_coal_ht_convert.cpp:1080
void cs_coal_ht_convert_t_to_h_faces(cs_lnum_t n_faces, const cs_lnum_t face_ids[], const cs_real_t t_b[], cs_real_t h_b[])
Definition: cs_coal_ht_convert.cpp:1166
cs_real_t cs_coal_ht_convert_h_to_t_gas_by_yi_with_drying(cs_real_t eh, const cs_real_t xesp[])
Calculation of the gas temperature from gas enthalpy and given mass fractions for coal combustion wit...
Definition: cs_coal_ht_convert.cpp:698
cs_real_t cs_coal_ht_convert_h_to_t_particles_by_yi(cs_real_t enthal, int class_id, const cs_real_t xsolid[], cs_real_t t1)
Calculation of the particles temperature from particles enthalpy and given mass fractions for coal co...
Definition: cs_coal_ht_convert.cpp:1001
cs_real_t cs_coal_ht_convert_h_to_t_gas_by_yi_f1f2(cs_real_t eh, const cs_real_t xesp[], const cs_real_t f1mc[], const cs_real_t f2mc[])
Calculation of the gas temperature from gas enthalpy and given mass fractions and average f1/f2 for c...
Definition: cs_coal_ht_convert.cpp:226
cs_real_t cs_coal_ht_convert_t_to_h_gas_by_yi_with_drying(cs_real_t tp, const cs_real_t xesp[])
Calculation of the gas enthalpy from gas temperature and given mass fractions for coal combustion wit...
Definition: cs_coal_ht_convert.cpp:773
void cs_coal_ht_convert_h_to_t_gas(int location_id, const cs_real_t eh[], cs_real_t tp[])
Calculation of the gas temperature from gas enthalpy and concentrations at cells for coal combustion.
Definition: cs_coal_ht_convert.cpp:113
cs_real_t cs_coal_ht_convert_h_to_t_gas_by_yi(cs_real_t eh, const cs_real_t xesp[])
Calculation of the gas temperature from gas enthalpy and given mass fractions for coal combustion.
Definition: cs_coal_ht_convert.cpp:524
cs_real_t cs_coal_ht_convert_t_to_h_gas_by_yi(cs_real_t tp, const cs_real_t xesp[])
Calculation of the gas enthalpy from gas temperature and given mass fractions for coal combustion and...
Definition: cs_coal_ht_convert.cpp:601
void cs_coal_ht_convert_h_to_t_particles(void)
Calculation of the particles temperature from particles enthalpy and concentrations at cells for coal...
Definition: cs_coal_ht_convert.cpp:863
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
int cs_lnum_t
local mesh entity id
Definition: cs_defs.h:335
@ t_b
Definition: cs_field_pointer.h:95