cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
colden.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 _COLDEN_H_
5 #define _COLDEN_H_
6 
7 /* colden.h */
9 #define NCOLD 10
10 
12 #define ipCOL_HTOT 0
13 
14 #define ipCOL_HMIN 1
15 
16 #define ipCOL_H2g 2
17 
18 #define ipCOL_H2s 3
19 
20 #define ipCOL_H2p 4
21 
22 #define ipCOL_H0 5
23 
24 #define ipCOL_HeHp 6
25 
26 #define ipCOL_Hp 7
27 
28 #define ipCOL_H3p 8
29 
30 #define ipCOL_elec 9
31 
32 EXTERN struct t_colden {
33 
41 
44 
46  double dlnenp;
47 
49  double dlnenHep;
50 
52  double dlnenHepp;
53 
55  double dlnenCp;
56 
58  double H0_ov_Tspin;
59 
61  double OH_ov_Tspin;
62 
65  C2Colden[5];
66 
69  C3Colden[4];
70 
73  Si2Colden[5];
74 
77  C1Colden[3];
78 
81  O1Colden[3];
82 
84  double He123S;
85 
89  ajmmin;
91  tmas,
92  wmas;
93 
95  double H0_21cm_upper;
96  double H0_21cm_lower;
97 
98  } colden;
99 
100 #endif /* _COLDEN_H_ */

Generated for cloudy by doxygen 1.8.1.2