My Project
programmer's documentation
|
#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_timer.h"
#include "cs_time_step.h"
#include "cs_rad_transfer.h"
#include "cs_rad_transfer_fsck.h"
Functions | |
void | cs_rad_transfer_fsck (const cs_real_t *restrict pco2, const cs_real_t *restrict ph2o, 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 FSCK model as well as the corresponding weights. More... | |
void cs_rad_transfer_fsck | ( | const cs_real_t *restrict | pco2, |
const cs_real_t *restrict | ph2o, | ||
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 FSCK 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 |