9.0
general documentation
Loading...
Searching...
No Matches
cs_combustion_boundary_conditions.h File Reference
#include "base/cs_defs.h"
#include "cogz/cs_combustion_gas.h"
#include "base/cs_zone.h"
Include dependency graph for cs_combustion_boundary_conditions.h:

Go to the source code of this file.

Data Structures

struct  cs_combustion_bc_inlet_t
 Inlet definition for gas combustion. More...

Functions

cs_combustion_bc_inlet_tcs_combustion_boundary_conditions_get_inlet (const cs_zone_t *zone)
 Return pointer to combustion boundary conditions inlet structure.
void cs_combustion_boundary_conditions (int bc_type[])
 Automatic boundary condition for gas combustion.
void cs_combustion_boundary_conditions_ebu (int bc_type[])
 Automatic boundary condition for gas combustion with EBU model.
void cs_combustion_boundary_conditions_lw (int bc_type[])
 Automatic boundary condition for gas combustion with Libby-Williams model.
void cs_combustion_boundary_conditions_density (void)
 Compute density at boundary for gas combustion.
void cs_combustion_boundary_conditions_density_ebu_lw (void)
 Compute density at boundary for gas combustion, using EBU or Libby-Williams models.
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.

Function Documentation

◆ cs_combustion_boundary_conditions()

void cs_combustion_boundary_conditions ( int bc_type[])

Automatic boundary condition for gas combustion.

Parameters
[in]bc_typetype 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_typetype of boundary for each face

◆ cs_combustion_boundary_conditions_get_inlet()

cs_combustion_bc_inlet_t * cs_combustion_boundary_conditions_get_inlet ( const cs_zone_t * 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]zonepointer 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]zonepointer 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_typetype 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]fmmmean inlet mixture fraction
[out]tkmmean inlet mixture temperature