1#ifndef CS_COMBUSTION_BOUNDARY_CONDITIONS_H
2#define CS_COMBUSTION_BOUNDARY_CONDITIONS_H
void cs_combustion_boundary_conditions_density_ebu_lw(void)
Compute density at boundary for gas combustion, using EBU or Libby-Williams models.
Definition cs_combustion_boundary_conditions.cpp:722
void cs_combustion_boundary_conditions(int bc_type[])
Automatic boundary condition for gas combustion.
Definition cs_combustion_boundary_conditions.cpp:199
void cs_combustion_boundary_conditions_mean_inlet_ebu_lw(cs_real_t *fmm, cs_real_t *tkm)
Compute mean inlet enthalpy at boundary for EBU and Libby-Williams models.
Definition cs_combustion_boundary_conditions.cpp:817
cs_combustion_bc_inlet_t * cs_combustion_boundary_conditions_get_inlet(const cs_zone_t *zone)
Return pointer to combustion boundary conditions inlet structure.
Definition cs_combustion_boundary_conditions.cpp:149
void cs_combustion_boundary_conditions_density(void)
Compute density at boundary for gas combustion.
Definition cs_combustion_boundary_conditions.cpp:614
void cs_combustion_boundary_conditions_ebu(int bc_type[])
Automatic boundary condition for gas combustion with EBU model.
Definition cs_combustion_boundary_conditions.cpp:362
void cs_combustion_boundary_conditions_lw(int bc_type[])
Automatic boundary condition for gas combustion with Libby-Williams model.
Definition cs_combustion_boundary_conditions.cpp:469
#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
Inlet definition for gas combustion.
Definition cs_combustion_boundary_conditions.h:56
int ientox
Definition cs_combustion_boundary_conditions.h:60
cs_real_t fment
Definition cs_combustion_boundary_conditions.h:65
int ientfu
Definition cs_combustion_boundary_conditions.h:61
cs_real_t tkent
Definition cs_combustion_boundary_conditions.h:66
cs_real_t tgf
Definition cs_combustion_boundary_conditions.h:68
const cs_zone_t * zone
Definition cs_combustion_boundary_conditions.h:58
int ientgf
Definition cs_combustion_boundary_conditions.h:62
int ientgb
Definition cs_combustion_boundary_conditions.h:63