Go to the source code of this file.
◆ cs_combustion_boundary_conditions()
void cs_combustion_boundary_conditions |
( |
int | bc_type[] | ) |
|
Automatic boundary condition for gas combustion.
- Parameters
-
[in] | bc_type | type of boundary for each face |
◆ cs_combustion_boundary_conditions_density()
void cs_combustion_boundary_conditions_density |
( |
void | | ) |
|
Compute density at boundary for gas combustion.
This is based on boundary condition definitions, but is called at an earlier stage in the time step.
◆ cs_combustion_boundary_conditions_density_ebu_lw()
void cs_combustion_boundary_conditions_density_ebu_lw |
( |
void | | ) |
|
Compute density at boundary for gas combustion, using EBU or Libby-Williams models.
This is based on boundary condition definitions, but is called at an earlier stage in the time step.
◆ cs_combustion_boundary_conditions_ebu()
void cs_combustion_boundary_conditions_ebu |
( |
int | bc_type[] | ) |
|
Automatic boundary condition for gas combustion with EBU model.
- Parameters
-
[in] | bc_type | type of boundary for each face |
◆ cs_combustion_boundary_conditions_get_inlet()
Return pointer to combustion boundary conditions inlet structure.
If no such structure was previously present, it is created and linked to the matching open boundary condition inlet.
- Parameters
-
[in] | zone | pointer to associated zone |
- Returns
- : pointer to structure associated with zone
Return pointer to combustion boundary conditions inlet structure.
If no such structure was previously present, it is created and linked to the matching open boundary condition inlet.
- Parameters
-
[in] | zone | pointer to associated zone |
- Returns
- : pointer to structure associated with zone
◆ cs_combustion_boundary_conditions_lw()
void cs_combustion_boundary_conditions_lw |
( |
int | bc_type[] | ) |
|
Automatic boundary condition for gas combustion with Libby-Williams model.
- Parameters
-
[in] | bc_type | type of boundary for each face |
◆ cs_combustion_boundary_conditions_mean_inlet_ebu_lw()
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.
- Parameters
-
[out] | fmm | mean inlet mixture fraction |
[out] | tkm | mean inlet mixture temperature |