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
struc.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 _STRUC_H_
5
#define _STRUC_H_
6
12
EXTERN
struct
t_struc
{
13
19
long
int
nzlim
;
20
22
realnum
*
testr
,
23
*
volstr
,
24
*
drad_x_fillfac
,
25
*
histr
,
26
*
hiistr
,
27
*
ednstr
,
28
*
o3str
,
30
*
pressure
,
31
/* wind velocity, cm s-1 */
32
*
windv
,
33
/* total outward acceleration */
34
*
AccelTot
,
35
/* inward acceleration due to gravity, a positive number */
36
*
AccelGravity
,
38
*
GasPressure
,
40
*
pres_radiation_lines_curr
,
42
*
hden
,
44
*
DenParticles
,
46
*
DenMass
,
48
*
depth
,
50
*
drad
,
52
*
xLyman_depth
,
54
*
depth_last
,
55
*
drad_last
;
56
58
long
int
nzone
,
59
nzone_last
;
60
62
realnum
***
xIonDense
;
63
66
realnum
**
H2_molec
,
67
**
CO_molec
;
68
70
realnum
**
gas_phase
;
71
73
double
*
coolstr
,
74
*
heatstr
;
75
79
realnum
dr_ionfrac_limit
;
80
81
}
struc
;
82
83
84
#endif
/* _STRUC_H_ */
Generated for cloudy by
1.8.3.1