Inlet definition for pulverized coal combustion. More...
#include <cs_coal_boundary_conditions.h>
 Collaboration diagram for cs_coal_bc_inlet_t:
 Collaboration diagram for cs_coal_bc_inlet_t:| Data Fields | |
| const cs_zone_t * | zone | 
| 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_t * | state | 
| 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_t * | qm_air_func | 
| void * | qm_air_input | 
Inlet definition for pulverized coal combustion.
Coal class mass distribution ratio (in percentage)
| int ientat | 
Air indicator
| int ientcp | 
Cp indicator
| int inmoxy | 
Number of oxydants
| cs_real_t qimpcp[CS_COMBUSTION_MAX_COALS] | 
Coal mass flow per coal
| cs_real_t qm_air | 
Air mass flow rate, if prescribed
| cs_eval_at_location_t* qm_air_func | 
Associated global air mass flow evaluation function, or NULL
| void* qm_air_input | 
Associated function input if needed, or NULL
| cs_coal_bc_inlet_state_t* state | 
| cs_real_t t_air | 
Air temperature (in K)
| cs_real_t timpcp[CS_COMBUSTION_MAX_COALS] | 
Coal temperature (in K) per coal
| const cs_zone_t* zone | 
Pointer to associated zone