8.1
general documentation
cs_coal_bc_inlet_t Struct Reference

Inlet definition for pulverized coal combustion. More...

#include <cs_coal_boundary_conditions.h>

+ Collaboration diagram for cs_coal_bc_inlet_t:

Data Fields

const cs_zone_tzone
 
int ientat
 
int ientcp
 
int inmoxy
 
cs_real_t qimpcp [CS_COMBUSTION_MAX_COALS]
 
cs_real_t timpcp [CS_COMBUSTION_MAX_COALS]
 
cs_real_t distch [CS_COMBUSTION_MAX_COALS][CS_COMBUSTION_MAX_CLASSES_PER_COAL]
 
cs_real_t t_air
 
cs_coal_bc_inlet_state_tstate
 
Prescribed air mass flow definition.

Using such a definition allows prescribing the air mass flow and letting the code determine the total (air + coal) mass flow.

Only used if activated by call to cs_coal_boundary_conditions_inlet_set_air_mass_flow_rate_by_value or cs_coal_boundary_conditions_inlet_set_air_mass_flow_rate_by_func.

cs_real_t qm_air
 
cs_eval_at_location_tqm_air_func
 
void * qm_air_input
 

Detailed Description

Inlet definition for pulverized coal combustion.

Field Documentation

◆ distch

Coal class mass distribution ratio (in percentage)

◆ ientat

int ientat

Air indicator

◆ ientcp

int ientcp

Cp indicator

◆ inmoxy

int inmoxy

Number of oxydants

◆ qimpcp

Coal mass flow per coal

◆ qm_air

cs_real_t qm_air

Air mass flow rate, if prescribed

◆ qm_air_func

cs_eval_at_location_t* qm_air_func

Associated global air mass flow evaluation function, or NULL

◆ qm_air_input

void* qm_air_input

Associated function input if needed, or NULL

◆ state

◆ t_air

cs_real_t t_air

Air temperature (in K)

◆ timpcp

Coal temperature (in K) per coal

◆ zone

const cs_zone_t* zone

Pointer to associated zone


The documentation for this struct was generated from the following file: