cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
62 
63  *fildel,
64 
65  *filres;
66 
67  long int *ifill0,
69  nrange;
70 
73  double *StoredEnergy,
76 
78  long int nStoredBands;
79 
83 
85  bool lgCon0,
87 
89  double TotalLumin,
90  totlsv;
91 
94  cn1216,
95  sv4861,
96  sv1216;
97 
98  realnum
100  fbeta;
101 
104  long int nContBand;
108 
111  long int KshellLimit;
113 
114 } continuum;
115 
116 #endif /* _CONTINUUM_H_ */

Generated for cloudy by doxygen 1.8.4