cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fe.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
2  * others. For conditions of distribution and use see copyright notice in license.txt */
3 
4 #ifndef _FE_H_
5 #define _FE_H_
6 
10 #define NLFE3 14
11 
13 #define NLFE7 8
14 
16 #define NLFE10 5
17 
19 #define NLFE11 5
20 
22 #define NLFE13 5
23 
24 EXTERN struct t_fe {
25 
29  double Fe4CoolTot,
30  fe42836,
31  fe42829,
32  fe42567,
33  fe40401,
34  fe41207,
35  fe41206,
36  fe41106,
37  fe41007,
38  fe41008,
39  fe40906;
40 
42  double Fe3CoolTot ,
43  **Fe3_wl , **Fe3_emiss;
44 
46  double Fe7CoolTot ,
47  **Fe7_wl , **Fe7_emiss;
48 
50  double Fe11CoolTot ,
51  **Fe11_wl , **Fe11_emiss;
52 
54  double Fe13CoolTot ,
55  **Fe13_wl , **Fe13_emiss;
56 
59  fekcld;
60 
63 
65  long int ipfe10;
67  pfe11a,
68  pfe11b,
69  pfe14;
70 
71  } fe;
72 
73 
74 #endif /* _FE_H_ */

Generated for cloudy by doxygen 1.8.3.1