cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
radius.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 _RADIUS_H_
5 #define _RADIUS_H_
6 
7 /* radius.h */
8 
11 int radius_next(void);
12 
14 void radius_first(void);
15 
17 void radius_increment(void);
18 
19 EXTERN struct t_radius {
20  double
23 
25  Radius,
26 
29 
31  drad,
32 
35  depth,
36 
39 
41  Depth2Go,
42 
46  r1r0sq,
47 
52  *router;
53 
55  double drNext;
56 
59  double distance;
60 
62  double dRadSign;
63 
66 
69 
72 
74  double dVeff;
75 
77  double dRNeff;
78 
84  double dVolOutwrd;
85  double dVolReflec;
86 
89  double BeamInIn;
90 
92  double BeamInOut;
93 
95  double BeamOutOut;
96 
99  bool lgdR2Small;
100 
104 
107  double CylindHigh;
108  bool lgCylnOn;
109 
111  double rdfalt;
112 
117  glbrad,
119  glbpow,
120  glbdst;
121 
123  bool lgDrMnOn;
124 
127 
131 
134  double Conv2PrtInten;
135 
139  double sdrmin,
140  sdrmax;
141 
143  bool lgSMinON;
144 
147  bool lgDR2Big;
148 
153 
157 
160 
162  bool lgDrNeg;
163 
166 
169 
170  } radius;
171 
172 
173 #endif /* _RADIUS_H_ */

Generated for cloudy by doxygen 1.8.1.2