1 #ifndef __CS_GUI_RADIATIVE_TRANSFER_H__
2 #define __CS_GUI_RADIATIVE_TRANSFER_H__
integer, save ncel
Definition: mesh.f90:50
integer, save idiver
Indicates the method used to calculate the radiative source term:
Definition: radiat.f90:143
integer, save isuird
Indicates whether the radiation variables should be initialized (=0) or read from a restart file (=1)...
Definition: radiat.f90:174
integer iprefl
Definition: radiat.f90:217
integer ipgrno
Definition: radiat.f90:217
integer, save ndirec
Parameter assiociated to the Tn.
Definition: radiat.f90:160
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:429
integer ifgrno
Definition: radiat.f90:217
integer ifrefl
Definition: radiat.f90:217
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
void uiray1(int *iirayo, int *isuird, int *i_quad, int *ndirec, int *nfreqr, int *idiver, int *iimpar, int *iimlum)
Definition: cs_gui_radiative_transfer.c:430
integer itpimp
Definition: radiat.f90:217
integer, save iirayo
Activation of the radiative transfer module:
Definition: radiat.f90:45
void uiray2(const int *itypfb, const int *iparoi, const int *iparug, const int *ivart, int *izfrdp, int *isothp, const int *itpimp, const int *ipgrno, const int *iprefl, const int *ifgrno, const int *ifrefl, const int *nzoppm, const int *nfabor, const int *nvar, double *epsp, double *epap, double *tintp, double *textp, double *xlamp, double *rcodcl)
Definition: cs_gui_radiative_transfer.c:540
integer, save nvar
number of solved variables (must be lower than nvarmx)
Definition: dimens.f90:42
integer iparoi
Definition: paramx.f90:129
integer, dimension(:), allocatable itypfb
Definition: pointe.f90:126
void uiray4(int *iirayo)
Definition: cs_gui_radiative_transfer.c:479
void uiray3(double *ck, const int *ncel, int *imodak)
Definition: cs_gui_radiative_transfer.c:751
#define END_C_DECLS
Definition: cs_defs.h:430
void memui2(void)
Definition: cs_gui_radiative_transfer.c:791
#define CS_PROCF(x, y)
Definition: cs_defs.h:453
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:183