#include "cs_defs.h"#include "cs_math.h"#include <assert.h>#include <errno.h>#include <stdio.h>#include <stdarg.h>#include <string.h>#include <math.h>#include <float.h>#include "bft_error.h"#include "bft_mem.h"#include "bft_printf.h"#include "cs_log.h"#include "cs_mesh.h"#include "cs_mesh_quantities.h"#include "cs_parall.h"#include "cs_parameters.h"#include "cs_sles.h"#include "cs_sles_it.h"#include "cs_thermal_model.h"#include "cs_physical_constants.h"#include "cs_rad_transfer.h"#include "cs_rad_transfer_adf_models.h" Include dependency graph for cs_rad_transfer_adf_models.c:
 Include dependency graph for cs_rad_transfer_adf_models.c:| Functions | |
| 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... | |
| 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.
| [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 |