cloudy  trunk
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
hydro_bauman.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_BAUMAN_H_
5 #define _HYDRO_BAUMAN_H_
6 
12 /************************************************************************/
13 /* IN THE FOLLOWING WE HAVE n > n' */
14 /************************************************************************/
15 
22 double H_photo_cs(
23  double photon_energy,
24  long int n,
25  long int l,
26  long int iz
27 );
28 
40 double H_Einstein_A(
41  long int n,
42  long int l,
43  long int np,
44  long int lp,
45  long int iz
46 );
47 
48 #endif /* _HYDRO_BAUMAN_H_ */

Generated for cloudy by doxygen 1.8.1.1