cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
helike_recom.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 _HELIKE_RECOM_H_
5 #define _HELIKE_RECOM_H_
6 
7 double DielecRecombRate( long ipISO, long nelem, long ipLo );
8 
9 double helike_radrecomb_from_cross_section(double temp, long nelem, long ipLo);
10 
16 double Recomb_Seaton59( long nelem, double temp, long n );
17 
23 double He_cross_section( double EgammaRyd , long ipLevel , long nelem );
24 
25 
26 
27 #endif /* _HELIKE_RECOM_H_ */

Generated for cloudy by doxygen 1.8.1.1