cloudy  trunk
 All Data Structures Namespaces 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-2022 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_ */
double H_photo_cs(double rel_photon_energy, long int n, long int l, long int iz)
double H_Einstein_A(long int n, long int l, long int np, long int lp, long int iz)