programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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-2016 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  int *const imodak);
57 
58 
59 /*----------------------------------------------------------------------------
60  *
61  *----------------------------------------------------------------------------*/
62 
63 
64 void CS_PROCF (uiray2, UIRAY2) (const int *const itypfb,
65  const int *const iparoi,
66  const int *const iparug,
67  const int *const ivart,
68  int *const izfrdp,
69  int *const isothp,
70  const int *const itpimp,
71  const int *const ipgrno,
72  const int *const iprefl,
73  const int *const ifgrno,
74  const int *const ifrefl,
75  const int *const nzoppm,
76  const int *const nfabor,
77  const int *const nvar,
78  double *const epsp,
79  double *const epap,
80  double *const tintp,
81  double *const textp,
82  double *const xlamp,
83  double *const rcodcl);
84 
85 /*----------------------------------------------------------------------------
86  *
87  *----------------------------------------------------------------------------*/
88 
89 void CS_PROCF (uiray3, UIRAY3) (double *ck);
90 
91 /*----------------------------------------------------------------------------
92  *
93  *----------------------------------------------------------------------------*/
94 
95 void CS_PROCF (uiray4, UIRAY4) (int *const iirayo);
96 
97 
98 /*-----------------------------------------------------------------------------
99  * Free memory: clean global private variables.
100  *
101  * Fortran Interface:
102  *
103  * SUBROUTINE MEMUI2
104  * *****************
105  *
106  *----------------------------------------------------------------------------*/
107 
108 void CS_PROCF (memui2, MEMUI2) (void);
109 
110 /*----------------------------------------------------------------------------*/
111 
113 
114 #endif /* __CS_GUI_RADIATIVE_TRANSFER_H__ */
#define BEGIN_C_DECLS
Definition: cs_defs.h:419
void uiray3(double *ck)
Definition: cs_gui_radiative_transfer.c:767
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, int *const imodak)
Definition: cs_gui_radiative_transfer.c:430
void uiray4(int *const iirayo)
Definition: cs_gui_radiative_transfer.c:491
#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:552
void memui2(void)
Definition: cs_gui_radiative_transfer.c:803
#define CS_PROCF(x, y)
Definition: cs_defs.h:433