cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
abund.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 _ABUND_H_
5 #define _ABUND_H_
6 
7 
11 void AbundancesSet(void);
12 
16 void AbundancesPrt( void );
17 
21 void AbundancesZero(void);
22 
27 void abund_starburst(char*);
28 
35 double AbundancesTable(double r0,
36  double depth,
37  long int iel);
38 
40 EXTERN struct t_abund {
41 
43  bool lgAGN[LIMELM];
44 
47  anova[LIMELM],
48  apn[LIMELM],
49  ahii[LIMELM],
50  camern[LIMELM],
51  aprim[LIMELM],
52  aism[LIMELM];
53 
54  bool lgAbnSolar;
55 
58 
63 
66 
68  lgAbTaON;
69 
70 # define LIMTABD 500
71 
74 
78 
79  long int nAbunTabl;
80 
82  long int ipSolar[LIMELM],
83  npSolar;
84 
87 
90 
92  depset[LIMELM];
93 
95  bool lgDepln;
96 
99 
100  } abund;
101 
102 
103 
104 #endif /* _ABUND_H_ */

Generated for cloudy by doxygen 1.8.3.1