root/branches/newmole/source/ca.h

Revision 1739, 0.8 kB (checked in by rjrw, 12 months ago)

Merged from trunk r1700:1738

  • Property svn:eol-style set to native
Line 
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 _CA_H_
5#define _CA_H_
6
7/** ca2mly.h */
8EXTERN struct t_ca {
9
10        /** amount of Lya removed by photoionization of excited CaII levels */
11        realnum Ca2RmLya;
12
13        /** cooling due to CaII */
14        realnum Cak,
15          Cah,
16          Cax,
17          Cay,
18          Caz,
19          Caf1,
20          Caf2;
21        double
22          Cair,
23          c7306,
24          Cakh,
25          Ca3688,
26          Ca2112,
27          Ca5620,
28          Ca4941,
29          c3997,
30          c2414,
31          Ca6087,
32          c5311;
33
34        /** parameters dealing with dest of CaII by Lya */
35        realnum dstCala,
36          dCakh,
37          dCaf12,
38          Ca3d,
39          Ca4p;
40
41        /** old rate, used for damping */
42        realnum oldcla;
43
44        /** summed pop of CaII excited states */
45        realnum popca2ex;
46
47        }       ca;
48
49
50#endif /* _CA_H_ */
Note: See TracBrowser for help on using the browser.