cloudy  trunk
Functions
hydro_bauman.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double H_photo_cs (double 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)

Detailed Description

these are the hydrogenic routines written by Robert Bauman For references, see h_bauman.c

Author:
Robert Bauman

Definition in file hydro_bauman.h.


Function Documentation

double H_Einstein_A ( long int  n,
long int  l,
long int  np,
long int  lp,
long int  iz 
)
Calculates the Einstein A's for hydrogen                           
   for the transition n,l --> n',l'                                   
   units of sec^(-1)
                                                                      
   In the following, we have n > n' 
Parameters:
nprincipal quantum number, 1 for ground, upper level
langular momentum, 0 for s
npprincipal quantum number, 1 for ground, lower level
lpangular momentum, 0 for s
izNuclear charge, 1 for H+, 2 for He++, etc

Definition at line 2322 of file hydro_bauman.cpp.

References DEBUG_ENTRY, H_Einstein_A_lin(), and H_Einstein_A_log10().

Referenced by DrvHyas(), FillExtraLymanLine(), he_1trans(), hydro_transprob(), and SanityCheckBegin().

Here is the call graph for this function:

double H_photo_cs ( double  photon_energy,
long int  n,
long int  l,
long int  iz 
)

returns hydrogenic photoionization cross section in cm-2

Parameters:
photon_energyphoton energy relative to threshold
nprincipal quantum number, 1 for ground
langular momentum, 0 for s
izcharge, 1 for H+, 2 for He++, etc

Definition at line 564 of file hydro_bauman.cpp.

References DEBUG_ENTRY, H_photo_cs_lin(), and H_photo_cs_log10().

Referenced by cross_section(), H_cross_section(), Opacity_iso_photo_cs(), and SanityCheckBegin().

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated for cloudy by doxygen 1.7.6.1