My Project
programmer's documentation
|
Go to the source code of this file.
Functions | |
void | cs_rad_transfer_pun (int iband, int bc_type[], cs_real_t coefap[], cs_real_t coefbp[], cs_real_t cofafp[], cs_real_t cofbfp[], cs_real_t flurds[], cs_real_t flurdb[], cs_real_t viscf[], cs_real_t viscb[], cs_real_t smbrs[], cs_real_t rovsdt[], cs_real_t twall[], cs_real_t ckmel[], cs_real_3_t q[], const cs_real_t abo[], cs_real_t int_rad_domega[], cs_real_t theta4[]) |
Radiative flux and source term computation. More... | |
void cs_rad_transfer_pun | ( | int | iband, |
int | bc_type[], | ||
cs_real_t | coefap[], | ||
cs_real_t | coefbp[], | ||
cs_real_t | cofafp[], | ||
cs_real_t | cofbfp[], | ||
cs_real_t | flurds[], | ||
cs_real_t | flurdb[], | ||
cs_real_t | viscf[], | ||
cs_real_t | viscb[], | ||
cs_real_t | smbrs[], | ||
cs_real_t | rovsdt[], | ||
cs_real_t | twall[], | ||
cs_real_t | ckmel[], | ||
cs_real_3_t | q[], | ||
const cs_real_t | abo[], | ||
cs_real_t | int_rad_domega[], | ||
cs_real_t | theta4[] | ||
) |
Radiative flux and source term computation.
[in] | iband | number of the i-th gray gas |
[in] | bc_type | boundary face types |
[in,out] | coefap | boundary condition work array for the luminance (explicit part) |
[in,out] | coefbp | boundary condition work array for the luminance (implicit part) |
[in,out] | cofafp | boundary condition work array for the diffusion of the luminance (explicit part) |
[in,out] | cofbfp | boundary condition work array for the diffusion of the luminance (implicit part) |
[in,out] | flurds | pseudo mass flux work array (interior faces) |
[in,out] | flurdb | pseudo mass flux work array (boundary faces) |
[in,out] | viscf | visc*surface/dist work array at interior faces |
[in,out] | viscb | visc*surface/dist work array at boundary faces |
[in,out] | smbrs | work array for RHS |
[in,out] | rovsdt | work array for unsteady term |
[in] | twall | wall temperature in Kelvin |
[in,out] | ckmel | absorption coefficient for gas-particles mix |
[out] | q | explicit flux density vector |
[in] | abo | weights of the i-th gray gas at boundaries |
[out] | int_rad_domega | integral of I dOmega |
[out] | theta4 | bulk absorption |