#include "base/cs_defs.h"
#include "base/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/bft_error.h"
#include "bft/bft_printf.h"
#include "base/cs_log.h"
#include "base/cs_mem.h"
#include "mesh/cs_mesh.h"
#include "mesh/cs_mesh_quantities.h"
#include "base/cs_parall.h"
#include "base/cs_parameters.h"
#include "alge/cs_sles.h"
#include "alge/cs_sles_it.h"
#include "base/cs_thermal_model.h"
#include "base/cs_physical_constants.h"
#include "rayt/cs_rad_transfer.h"
#include "rayt/cs_rad_transfer_adf_models.h"
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. |
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 |