cloudy  trunk
helike_recom.h
Go to the documentation of this file.
1 /* This file is part of Cloudy and is copyright (C)1978-2013 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 
14 double Recomb_Seaton59( long nelem, double temp, long n );
15 
25 double He_cross_section( double EgammaRyd , double EthRyd, long n, long l, long S, long nelem );
26 
27 
28 
29 #endif /* HELIKE_RECOM_H_ */
He_cross_section
double He_cross_section(double EgammaRyd, double EthRyd, long n, long l, long S, long nelem)
Definition: helike_recom.cpp:44
Recomb_Seaton59
double Recomb_Seaton59(long nelem, double temp, long n)
Definition: helike_recom.cpp:194
S
#define S(I_, J_)
Definition: optimize_subplx.cpp:1835
DielecRecombRate
double DielecRecombRate(long ipISO, long nelem, long ipLo)