cloudy
trunk
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
source
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
22
rinner
,
23
25
Radius
,
26
28
Radius_mid_zone
,
29
31
drad
,
32
35
depth
,
36
38
depth_mid_zone
,
39
41
Depth2Go
,
42
46
r1r0sq
,
47
52
*
router
;
53
55
double
drNext
;
56
59
double
distance
;
60
62
double
dRadSign
;
63
65
double
drad_x_fillfac
;
66
68
double
drad_x_fillfac_mean
;
69
71
double
depth_x_fillfac
;
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
103
bool
lgRadiusKnown
;
104
107
double
CylindHigh
;
108
bool
lgCylnOn
;
109
111
double
rdfalt
;
112
115
realnum
glbden
,
117
glbrad
,
119
glbpow
,
120
glbdst
;
121
123
bool
lgDrMnOn
;
124
126
bool
lgPredLumin
;
127
130
realnum
pirsq
;
131
134
double
Conv2PrtInten
;
135
139
double
sdrmin
,
140
sdrmax
;
141
143
bool
lgSMinON
;
144
147
bool
lgDR2Big
;
148
152
realnum
drMinimum
;
153
155
double
dr_min_last_iter
,
156
dr_max_last_iter
;
157
159
bool
lgDrMinUsed
;
160
162
bool
lgDrNeg
;
163
165
realnum
drChange
;
166
168
realnum
thickness_stromgren
;
169
170
}
radius
;
171
172
173
#endif
/* _RADIUS_H_ */
Generated for cloudy by
1.8.3.1