1#ifndef __CS_RAD_TRANSFER_BCS_H__
2#define __CS_RAD_TRANSFER_BCS_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:542
double cs_real_t
Floating-point value.
Definition: cs_defs.h:342
#define END_C_DECLS
Definition: cs_defs.h:543
void cs_rad_transfer_bcs(int bc_type[])
Compute wall temperature for radiative transfer, and update BCs.
Definition: cs_rad_transfer_bcs.cpp:238
void cs_rad_transfer_bc_coeffs(int bc_type[], cs_real_t vect_s[3], cs_real_t ckmel[], cs_real_t bpro_eps[], cs_real_t w_gg[], int gg_id, cs_field_bc_coeffs_t *bc_coeffs)
Boundary conditions for DO and P-1 models.
Definition: cs_rad_transfer_bcs.cpp:1175
Field boundary condition descriptor (for variables)
Definition: cs_field.h:104