cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
taulines.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 _TAULINES_H_
5 #define _TAULINES_H_
6 
11 
16 
23 /*Added recently for splitting the nemala.cpp file*/
25 EXTERN long int nSpecies;
28 #define NUM_COLLIDERS 9
29 # define POPTHRES 1e-23
30 /*************************/
31 # define MAX_NUM_LINES 1000
34 void Nemala_Start( void );
35 void atmol_popsolve(void );
36 
41 
46 
50 
52 EXTERN long int nUTA;
54 
57 EXTERN long int nLevel1;
63 
67 
69 extern long int nCORotate;
70 
72 const int NCOROTATE = 20;
73 
77 extern bool lgCORotateMalloc;
78 
82 /* abundances of these isotopes relative to main species are in hyperfine.h */
85 EXTERN long int nHFLines;
86 
102 
103 EXTERN multi_arr<transition,6> H2Lines;/* [ElecHi][VibHi][jHi][ElecLo][VibLo][jLo] */
104 
106 
108 EXTERN multi_arr<transition,3> SatelliteLines; /* [ipISO][nelem][level] */
109 
113 extern bool lgHydroMalloc;
114 
121 extern long /*ipH21cm, ipHe3cm ,*/ipT1656 , ipT9830 , ipT8727 , ipT1335 ,
153  ipFe0795 , ipFe0778 , ipT245 , ipT352 , ipFe106375 , ipT353 , /*ipFe1310 , ipFe1311 ,*/
154  ipT347 , ipT192 , ipT255 , ipT11 , ipT191 , /*ipTFe07 , ipTFe61 ,*/ ipFe18975 , ipTFe23 ,
165  /* >>chng 03 nov 07, this block of lines added */
168 
169 /* NB NB NB - lines must be entered both here and in atmdat_readin where they
170  * are actually defined and initialized!! */
171 
172 /* all of Dima's level 2 lines */
173 
175 const int NWINDDIM = 6744;
176 
179 extern long nWindLine;
180 
181 /* these are the level two lines themselves */
184 
186 
187 /* create a dummy emission structure. Non-radiative transitions will point to this */
189 
190 #endif /* _TAULINES_H_ */

Generated for cloudy by doxygen 1.8.1.1