#include "base/cs_defs.h"#include "base/cs_math.h"#include <assert.h>#include <errno.h>#include <float.h>#include <math.h>#include <stdarg.h>#include <stdio.h>#include <string.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_time_step.h"#include "base/cs_timer.h"#include "rayt/cs_rad_transfer.h"#include "rayt/cs_rad_transfer_rcfsk.h"
Include dependency graph for cs_rad_transfer_rcfsk.cpp:Functions | |
| void | cs_rad_transfer_rcfsk (const cs_real_t *restrict pco2, const cs_real_t *restrict ph2o, const cs_real_t *restrict fvsloc, const cs_real_t *restrict teloc, cs_real_t *restrict kloc, cs_real_t *restrict aloc, cs_real_t *restrict alocb) |
| Determine the radiation coefficients of the RCFSK model as well as the corresponding weights. This is applicable for the case of gas combustion only. More... | |
| void cs_rad_transfer_rcfsk | ( | const cs_real_t *restrict | pco2, |
| const cs_real_t *restrict | ph2o, | ||
| const cs_real_t *restrict | fvsloc, | ||
| const cs_real_t *restrict | teloc, | ||
| cs_real_t *restrict | kloc, | ||
| cs_real_t *restrict | aloc, | ||
| cs_real_t *restrict | alocb | ||
| ) |
Determine the radiation coefficients of the RCFSK model as well as the corresponding weights. This is applicable for the case of gas combustion only.
| [in] | pco2 | CO2 volume fraction |
| [in] | ph2o | H2O volume fraction |
| [in] | fvsloc | soot 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 |