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