|
My Project
programmer's documentation
|
Go to the documentation of this file. 1 #ifndef __CS_RAD_TRANSFER_BCS_H__
2 #define __CS_RAD_TRANSFER_BCS_H__
void cs_rad_transfer_bcs(int nvar, int bc_type[], int icodcl[], cs_real_t dt[], cs_real_t rcodcl[])
Compute wall temperature for radiative transfer, and update BCs.
Definition: cs_rad_transfer_bcs.c:199
#define END_C_DECLS
Definition: cs_defs.h:468
void const int const int const int const int int int int int int int int int int int int int int int * icodcl
Definition: cs_gui_boundary_conditions.h:64
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
void const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_real_t *const const cs_real_t *const const cs_real_t *const cs_real_3_t cs_real_t const cs_real_t const cs_real_t const cs_real_t const cs_real_t cofbfp[]
Definition: cs_convection_diffusion.h:5386
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
void const cs_int_t const cs_int_t * nvar
Definition: cs_prototypes.h:104
void const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_real_t *const const cs_real_t *const const cs_real_t *const cs_real_3_t cs_real_t const cs_real_t coefap[]
Definition: cs_convection_diffusion.h:5386
void const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_real_t *const const cs_real_t *const const cs_real_t *const cs_real_3_t cs_real_t const cs_real_t const cs_real_t coefbp[]
Definition: cs_convection_diffusion.h:5386
void const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_int_t *const const cs_real_t *const const cs_real_t *const const cs_real_t *const cs_real_3_t cs_real_t const cs_real_t const cs_real_t const cs_real_t cofafp[]
Definition: cs_convection_diffusion.h:5386
Definition: cs_field_pointer.h:65
void const int const int const int const int int int int int int int int int int int int int int int double double double double double double double double double double int double * rcodcl
Definition: cs_gui_boundary_conditions.h:64
void cs_rad_transfer_bc_coeffs(int bc_type[], cs_real_t vect_s[3], cs_real_t coefap[], cs_real_t coefbp[], cs_real_t cofafp[], cs_real_t cofbfp[], cs_real_t ckmel[], cs_real_t w_gg[], int gg_id)
Boundary conditions for DO and P-1 models.
Definition: cs_rad_transfer_bcs.c:1181