cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
phycon.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 _PHYCON_H_
5 #define _PHYCON_H_
6 
8 EXTERN struct t_phycon {
9 
11  double te;
12 
14  double te_eV;
15 
17  double te_ryd;
18 
20  double te_wn;
21 
23  double teinv;
24 
26  double tesqrd;
27 
32 
38 
41 
44  double EnergyBinding;
45 
48  double sqrte,
49  te32,
50  te90,
51  te70,
52  te40,
53  te30,
54  te20,
55  te10,
56  te07,
57  te05,
58  te04,
59  te03,
60  te02,
61  te01,
62  te007,
63  te005,
64  te004,
65  te003,
66  te002,
67  te001,
68  /*>>chng 06 June 30 :Added te0001,0002,0003,0004,0005,0007- Humeshkar Nemala*/
69  te0001,
70  te0002,
71  te0003,
72  te0004,
73  te0005,
74  te0007;
76  double telogn[7] ,
79  sqlogz[LIMELM];
80 
82  double alogte;
83 
85  double alnte;
86 
87  double
91  TeProp,
93  EdenInit ,
95  EdenProp;
96 
98  double TEnerDen;
99 
101  bool lgPhysOK;
102 
107 
109  const double TEMP_STOP_DEFAULT;
111  const double TEMP_LIMIT_LOW;
114 
124  TEMP_LIMIT_HIGH(1.001e10) , TEMP_LIMIT_HIGH_LOG(10.0004340775) {}
125 
126  } phycon;
127 
128 
129 #endif /* _PHYCON_H_ */

Generated for cloudy by doxygen 1.8.4