Go to the source code of this file.
|  | 
| void | cs_rad_transfer_adf08 (const cs_real_t pco2[], const cs_real_t ph2o[], const cs_real_t teloc[], cs_real_t kloc[], cs_real_t aloc[], cs_real_t alocb[]) | 
|  | Determine the radiation coefficients of the ADF 08 model as well as the corresponding weights.  More... 
 | 
|  | 
| void | cs_rad_transfer_adf50 (const cs_real_t pco2[], const cs_real_t ph2o[], const cs_real_t teloc[], cs_real_t kloc[], cs_real_t aloc[], cs_real_t alocb[]) | 
|  | Determine the radiation coefficients of the ADF 50 model as well as the corresponding weights.  More... 
 | 
|  | 
◆ cs_rad_transfer_adf08()
Determine the radiation coefficients of the ADF 08 model as well as the corresponding weights. 
- Parameters
- 
  
    | [in] | pco2 | CO2 volume fraction |  | [in] | ph2o | H2O volume fraction |  | [in] | teloc | gas temperature |  | [out] | kloc | radiation coefficient of the i different gases |  | [out] | aloc | weights of the i different gases in cells |  | [out] | alocb | weights of the i different gases at boundaries |  
 
 
 
◆ cs_rad_transfer_adf50()
Determine the radiation coefficients of the ADF 50 model as well as the corresponding weights. 
- Parameters
- 
  
    | [in] | pco2 | CO2 volume fraction |  | [in] | ph2o | H2O volume fraction |  | [in] | teloc | gas temperature |  | [out] | kloc | radiation coefficient of the i different gases |  | [out] | aloc | weights of the i different gases in cells |  | [out] | alocb | weights of the i different gases at boundaries |