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 *const iirayo,
49  int *const isuird,
50  int *const i_quad,
51  int *const ndirec,
52  int *const nfreqr,
53  int *const idiver,
54  int *const iimpar,
55  int *const iimlum);
56 
57 
58 /*----------------------------------------------------------------------------
59  *
60  *----------------------------------------------------------------------------*/
61 
62 
63 void CS_PROCF (uiray2, UIRAY2) (const int *const itypfb,
64  const int *const iparoi,
65  const int *const iparug,
66  const int *const ivart,
67  int *const izfrdp,
68  int *const isothp,
69  const int *const itpimp,
70  const int *const ipgrno,
71  const int *const iprefl,
72  const int *const ifgrno,
73  const int *const ifrefl,
74  const int *const nzoppm,
75  const int *const nfabor,
76  const int *const nvar,
77  double *const epsp,
78  double *const epap,
79  double *const tintp,
80  double *const textp,
81  double *const xlamp,
82  double *const rcodcl);
83 
84 /*----------------------------------------------------------------------------
85  *
86  *----------------------------------------------------------------------------*/
87 
88 
89 void CS_PROCF (uiray3, UIRAY3) ( double *const ck,
90  const int *const ncel,
91  int *const imodak);
92 /*----------------------------------------------------------------------------
93  *
94  *----------------------------------------------------------------------------*/
95 
96 void CS_PROCF (uiray4, UIRAY4) (int *const iirayo);
97 
98 
99 /*-----------------------------------------------------------------------------
100  * Free memory: clean global private variables.
101  *
102  * Fortran Interface:
103  *
104  * SUBROUTINE MEMUI2
105  * *****************
106  *
107  *----------------------------------------------------------------------------*/
108 
109 void CS_PROCF (memui2, MEMUI2) (void);
110 
111 /*----------------------------------------------------------------------------*/
112 
114 
115 #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: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