cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hyperfine.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 _HYPERFINE_H_
5 #define _HYPERFINE_H_
6 
7 
10 void HyperfineCreate(void);
11 
15 /*double HyperfineCS( long nelem , long ion );*/
16 double HyperfineCS( long i );
17 
19 void H21_cm_pops( void );
20 
26 double H21cm_H_atom( double temp );
27 
33 double H21cm_proton( double temp );
34 
39 double H21cm_electron( double temp );
40 
42 
45 
47  double Tspin21cm;
48 
51 
53  double cooling_total;
54 
57 
58  } hyperfine;
59 
60 #endif /* _HYPERFINE_H_ */

Generated for cloudy by doxygen 1.8.1.2