cloudy  trunk
hydro_bauman.h
Go to the documentation of this file.
00001 /* This file is part of Cloudy and is copyright (C)1978-2008 by Gary J. Ferland and
00002  * others.  For conditions of distribution and use see copyright notice in license.txt */
00003 
00004 #ifndef _HYDRO_BAUMAN_H_
00005 #define _HYDRO_BAUMAN_H_
00006 
00012 /************************************************************************/
00013 /*  IN THE FOLLOWING WE HAVE  n > n'                                    */
00014 /************************************************************************/
00015 
00022 double H_photo_cs( 
00023         double photon_energy, 
00024         long int n, 
00025         long int l, 
00026         long int iz
00027 );
00028 
00040 double H_Einstein_A(
00041         long int n,
00042         long int l,
00043         long int np,                
00044         long int lp,               
00045         long int iz
00046 );
00047 
00048 #endif /* _HYDRO_BAUMAN_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.6.1