1#ifndef CS_COMBUSTION_HT_CONVERT_H
2#define CS_COMBUSTION_HT_CONVERT_H
void cs_combustion_ht_convert_t_to_h_faces_l(cs_lnum_t n_faces, const cs_lnum_t face_ids[], const cs_real_t t[], cs_real_t h[])
Convert temperature to enthalpy at selected boundary faces for gas combustion.
Definition cs_combustion_ht_convert.cpp:308
cs_real_t cs_combustion_t_to_h(const cs_real_t x_sp[], cs_real_t t)
Convert a temperature to enthalpy value for gas combustion.
Definition cs_combustion_ht_convert.cpp:169
cs_real_t cs_combustion_ht_convert_t_to_h(cs_real_t xsp[], cs_real_t t)
Convert temperature to enthalpy for gas combustion.
static cs_real_t cs_gas_combustion_h_to_t(const cs_real_t x_sp[], cs_real_t h)
Convert an enthalpy to temperature value for gas combustion.
Definition cs_combustion_ht_convert.h:77
static cs_real_t cs_gas_combustion_t_to_h(const cs_real_t x_sp[], cs_real_t t)
Convert a temperature to enthalpy value for gas combustion.
Definition cs_combustion_ht_convert.h:112
cs_real_t cs_combustion_h_to_t(const cs_real_t x_sp[], cs_real_t h)
Convert an enthalpy to temperature value for gas combustion.
Definition cs_combustion_ht_convert.cpp:116
void cs_combustion_ht_convert_t_to_h_faces_z(const cs_zone_t *z, const cs_real_t t[], cs_real_t h[])
Convert temperature to enthalpy for a given boundary zone with a gas combustio model,...
Definition cs_combustion_ht_convert.cpp:414
void cs_combustion_ht_convert_h_to_t_faces(const cs_real_t h[], cs_real_t t[])
Definition cs_combustion_ht_convert.cpp:220
#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
Definition cs_field_pointer.h:94
@ h
Definition cs_field_pointer.h:93