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
hydrogenic.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 _HYDROGENIC_H_
5
#define _HYDROGENIC_H_
6
23
realnum
HydroCSInterp
(
long
int
nelem,
long
int
ipHi,
long
int
ipLo,
long
int
Collider );
24
28
void
HydroLevel
(
long
int
ipZ);
29
34
void
HydroT2Low
(
long
int
ipISO,
long
int
nelem );
35
40
double
HydroRecCool
(
long
int
n,
long
int
ipZ);
41
45
double
HCoolRatio
(
46
double
t );
47
53
double
hlike_radrecomb_from_cross_section
(
double
temp,
long
nelem,
long
ipLo);
54
56
void
HydroRenorm
(
void
);
57
59
EXTERN
struct
t_hydro
{
60
62
bool
lgHColionImp
;
63
66
bool
lgHiPop2
;
67
realnum
pop2mx
;
68
71
bool
lgReevalRecom
;
72
75
realnum
dstfe2lya
;
76
78
realnum
HLineWidth
;
79
81
realnum
TexcLya
;
82
84
long
int
nLyaHot
;
85
87
realnum
TLyaMax
,
89
TeLyaMax
;
90
92
long
int
nZTLaMax
;
93
95
char
chHTopType
[5];
96
98
realnum
H_ion_frac_photo
;
99
101
realnum
HCollIonMax
;
102
104
realnum
H_ion_frac_collis
;
105
107
double
cintot
;
108
110
bool
lgHInducImp
;
111
113
double
D2H_ratio
;
114
116
realnum
DampOnFac
;
117
119
realnum
FracInd
;
120
long
int
ndclev
;
121
realnum
fbul
;
122
long
int
nbul
;
123
126
bool
lgLymanPumping
;
127
131
realnum
xLymanPumpingScaleFactor
;
132
133
}
hydro
;
134
135
#endif
/* _HYDROGENIC_H_ */
Generated for cloudy by
1.8.1.2