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
continuum.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 _CONTINUUM_H_
5
#define _CONTINUUM_H_
6
7
9
void
ContCreatePointers
(
void
);
10
13
int
ContSetIntensity
(
void
);
14
16
void
ContCreateMesh
(
void
);
17
19
void
ContNegative
(
void
);
20
27
double
ffun
(
28
/* the energy in Rydbergs where the continuum will be evaluated */
29
double
anu ,
30
/* fraction of beamed continuum that is varies with time */
31
double
*frac_beam_time,
32
/* fraction of beamed continuum that is constant */
33
double
*frac_beam_const,
34
/* fraction of continuum that is isotropic */
35
double
*frac_isotropic );
36
38
double
ffun
(
double
anu );
39
43
double
ffun1
(
double
xnu);
44
48
double
DrvContPump
(
transition
* t );
49
55
double
cont_gaunt_calc
(
double
,
double
,
double
);
56
57
EXTERN
struct
t_continuum
{
61
realnum
*
filbnd
,
62
63
*
fildel
,
64
65
*
filres
;
66
67
long
int
*
ifill0
,
69
nrange
;
70
73
double
*
StoredEnergy
,
75
*
StoredResolution
;
76
78
long
int
nStoredBands
;
79
82
double
ResolutionScaleFactor
;
83
85
bool
lgCon0
,
86
lgCoStarInterpolationCaution
;
87
89
double
TotalLumin
,
90
totlsv
;
91
93
realnum
cn4861
,
94
cn1216
,
95
sv4861
,
96
sv1216
;
97
98
realnum
99
fluxv
,
100
fbeta
;
101
104
long
int
nContBand
;
105
char
**
chContBandLabels
;
106
realnum
*
ContBandWavelength
;
107
long
int
*
ipContBandLow
, *
ipContBandHi
;
108
111
long
int
KshellLimit
;
112
realnum
EnergyKshell
;
113
114
}
continuum
;
115
116
#endif
/* _CONTINUUM_H_ */
Generated for cloudy by
1.8.3.1