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
stopcalc.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 _STOPCALC_H_
5
#define _STOPCALC_H_
6
8
#define MXSTPL 10
9
12
#define COLUMN_INIT 1e30f
13
15
EXTERN
struct
t_StopCalc
{
19
realnum
tauend
;
22
realnum
taunu
;
23
25
long
int
iptnu
;
26
28
realnum
T2High
;
29
32
double
TeFloor
;
33
35
realnum
tend
;
36
38
realnum
StopElecFrac
;
39
42
realnum
StopH2MoleFrac
;
43
46
realnum
StopHPlusFrac
;
47
51
realnum
StopDepleteFrac
;
52
55
realnum
StopVelocity
;
56
59
realnum
HColStop
,
60
colpls
,
61
colnut
;
62
64
realnum
col_h2
;
65
67
realnum
xMass
;
68
70
realnum
col_h2_nut
;
71
73
realnum
col_H0_ov_Tspin
;
74
76
realnum
col_monoxco
;
77
79
realnum
AV_point
,
AV_extended
;
80
82
realnum
StopElecDensity
;
83
93
realnum
stpint
[
MXSTPL
];
94
96
long
int
ipStopLin1
[
MXSTPL
],
97
ipStopLin2
[
MXSTPL
];
99
long
int
nstpl
;
100
101
realnum
StopLineWl1
[
MXSTPL
],
102
StopLineWl2
[
MXSTPL
];
103
105
char
chStopLabel1
[
MXSTPL
][5] ,
106
chStopLabel2
[
MXSTPL
][5];
107
109
bool
lgStop21cm
;
110
112
long
int
nTotalIonizStop
;
113
115
# define nCHREASONSTOP 100
116
char
chReasonStop
[
nCHREASONSTOP
];
117
118
}
StopCalc
;
119
120
121
#endif
/* _STOPCALC_H_ */
Generated for cloudy by
1.8.3.1