cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 
63 
66  bool lgHiPop2;
68 
72 
76 
79 
82 
84  long int nLyaHot;
85 
89  TeLyaMax;
90 
92  long int nZTLaMax;
93 
95  char chHTopType[5];
96 
99 
102 
105 
107  double cintot;
108 
111 
113  double D2H_ratio;
114 
117 
120  long int ndclev;
122  long int nbul;
123 
127 
132 
133  } hydro;
134 
135 #endif /* _HYDROGENIC_H_ */

Generated for cloudy by doxygen 1.8.3.1