cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hydro_vs_rates.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 _HYDRO_VS_RATES_H_
5 #define _HYDRO_VS_RATES_H_
6 
17 double CS_VS80( long int ipISO,
18  long int nelem,
19  long int ipHi,
20  long int ipLo,
21  double Aul,
22  double temp,
23  long int Collider );
24 
31 double hydro_vs_ioniz( long int ipISO, long int nelem, long int level );
32 
33 
44  long int ipISO ,
45  long int nelem,
46  long int level);
47 
56 double hydro_vs_deexcit( long ipISO, long nelem, long ipHi, long ipLo, double Aul );
57 
58 #endif /* _HYDRO_VS_RATES_H_ */

Generated for cloudy by doxygen 1.8.1.1