programmer's documentation
cs_gui_radiative_transfer.h
Go to the documentation of this file.
1 #ifndef __CS_GUI_RADIATIVE_TRANSFER_H__
2 #define __CS_GUI_RADIATIVE_TRANSFER_H__
3 
4 /*============================================================================
5  * Management of the GUI parameters file: radiative transfer
6  *============================================================================*/
7 
8 /*
9  This file is part of Code_Saturne, a general-purpose CFD tool.
10 
11  Copyright (C) 1998-2015 EDF S.A.
12 
13  This program is free software; you can redistribute it and/or modify it under
14  the terms of the GNU General Public License as published by the Free Software
15  Foundation; either version 2 of the License, or (at your option) any later
16  version.
17 
18  This program is distributed in the hope that it will be useful, but WITHOUT
19  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
20  FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
21  details.
22 
23  You should have received a copy of the GNU General Public License along with
24  this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
25  Street, Fifth Floor, Boston, MA 02110-1301, USA.
26 */
27 
28 /*----------------------------------------------------------------------------*/
29 
30 /*----------------------------------------------------------------------------
31  * Local headers
32  *----------------------------------------------------------------------------*/
33 
34 #include "cs_base.h"
35 
36 /*----------------------------------------------------------------------------*/
37 
39 
40 /*============================================================================
41  * Public function prototypes for Fortran API
42  *============================================================================*/
43 
44 /*----------------------------------------------------------------------------
45  *
46  *----------------------------------------------------------------------------*/
47 
48 void CS_PROCF (uiray1, UIRAY1) (int *iirayo,
49  int *isuird,
50  int *i_quad,
51  int *ndirec,
52  int *nfreqr,
53  int *idiver,
54  int *iimpar,
55  int *iimlum);
56 
57 /*----------------------------------------------------------------------------
58  *
59  *----------------------------------------------------------------------------*/
60 
61 void CS_PROCF (uiray2, UIRAY2) (const int *itypfb,
62  const int *iparoi,
63  const int *iparug,
64  const int *ivart,
65  int *izfrdp,
66  int *isothp,
67  const int *itpimp,
68  const int *ipgrno,
69  const int *iprefl,
70  const int *ifgrno,
71  const int *ifrefl,
72  const int *nzoppm,
73  const int *nfabor,
74  const int *nvar,
75  double *epsp,
76  double *epap,
77  double *tintp,
78  double *textp,
79  double *xlamp,
80  double *rcodcl);
81 
82 /*----------------------------------------------------------------------------
83  *
84  *----------------------------------------------------------------------------*/
85 
86 
87 void CS_PROCF (uiray3, UIRAY3) ( double *ck,
88  const int *ncel,
89  int *imodak);
90 /*----------------------------------------------------------------------------
91  *
92  *----------------------------------------------------------------------------*/
93 
94 void CS_PROCF (uiray4, UIRAY4) (int *iirayo);
95 
96 /*-----------------------------------------------------------------------------
97  * Free memory: clean global private variables.
98  *
99  * Fortran Interface:
100  *
101  * subroutine memui2
102  * *****************
103  *----------------------------------------------------------------------------*/
104 
105 void CS_PROCF (memui2, MEMUI2) (void);
106 
107 /*----------------------------------------------------------------------------*/
108 
110 
111 #endif /* __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