Go to the source code of this file.
|
void | cs_rad_transfer_pun (int iband, int bc_type[], const cs_field_bc_coeffs_t *bc_coeffs, 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...
|
|
◆ cs_rad_transfer_pun()
void cs_rad_transfer_pun |
( |
int |
iband, |
|
|
int |
bc_type[], |
|
|
const cs_field_bc_coeffs_t * |
bc_coeffs, |
|
|
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.
- Parameters
-
[in] | iband | number of the i-th gray gas |
[in] | bc_type | boundary face types |
[in] | bc_coeffs | boundary condition structure for the radiance |
[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 |