1 #ifndef __CS_GUI_RADIATIVE_TRANSFER_H__
2 #define __CS_GUI_RADIATIVE_TRANSFER_H__
66 const int *
const ivart,
74 const int *
const nzoppm,
76 const int *
const nvar,
82 double *
const rcodcl);
90 const int *
const ncel,
integer, save ncel
Definition: mesh.f90:50
integer, save idiver
Indicates the method used to calculate the radiative source term:
Definition: radiat.f90:140
integer, save isuird
Indicates whether the radiation variables should be initialized (=0) or read from a restart file (=1)...
Definition: radiat.f90:171
integer iprefl
Definition: radiat.f90:211
integer ipgrno
Definition: radiat.f90:211
integer, save ndirec
Parameter assiociated to the Tn.
Definition: radiat.f90:157
integer, save imodak
When gas or coal combustion is activated, imodak indicates whether the absorption coefficient shall b...
Definition: radiat.f90:72
integer iparug
Definition: paramx.f90:133
#define BEGIN_C_DECLS
Definition: cs_defs.h:419
integer ifgrno
Definition: radiat.f90:211
integer ifrefl
Definition: radiat.f90:211
integer, save iimlum
Verbosity level in the listing concerning the solution of the radiative transfer equation: ...
Definition: radiat.f90:66
integer, save nfabor
Definition: mesh.f90:58
integer itpimp
Definition: radiat.f90:211
void uiray4(int *const iirayo)
Definition: cs_gui_radiative_transfer.c:481
integer, save iirayo
Activation of the radiative transfer module:
Definition: radiat.f90:45
void uiray1(int *const iirayo, int *const isuird, int *const i_quad, int *const ndirec, int *const nfreqr, int *const idiver, int *const iimpar, int *const iimlum)
Definition: cs_gui_radiative_transfer.c:430
integer, save nvar
number of solved variables (must be lower than nvarmx)
Definition: dimens.f90:42
integer iparoi
Definition: paramx.f90:129
void uiray3(double *const ck, const int *const ncel, int *const imodak)
Definition: cs_gui_radiative_transfer.c:756
integer, dimension(:), allocatable itypfb
Definition: pointe.f90:127
#define END_C_DECLS
Definition: cs_defs.h:420
void uiray2(const int *const itypfb, const int *const iparoi, const int *const iparug, const int *const ivart, int *const izfrdp, int *const isothp, const int *const itpimp, const int *const ipgrno, const int *const iprefl, const int *const ifgrno, const int *const ifrefl, const int *const nzoppm, const int *const nfabor, const int *const nvar, double *const epsp, double *const epap, double *const tintp, double *const textp, double *const xlamp, double *const rcodcl)
Definition: cs_gui_radiative_transfer.c:542
void memui2(void)
Definition: cs_gui_radiative_transfer.c:797
#define CS_PROCF(x, y)
Definition: cs_defs.h:443
integer, save iimpar
Verbosity level in the listing concerning the calculation of the wall temperatures: ...
Definition: radiat.f90:58
integer, save nfreqr
Period of the radiation module. The radiation module is called every nfreqr time steps (more precisel...
Definition: radiat.f90:180