#include "cddefines.h"#include "physconst.h"#include "hydro_bauman.h"#include "iso.h"#include "helike.h"#include "dense.h"#include "opacity.h"#include "atmdat.h"Include dependency graph for hydro_recom.cpp:

Go to the source code of this file.
Functions | |
| static double | RecomInt (double EE) | 
| double | H_cross_section (double EgammaRyd, long ipLev, long nelem) | 
| double | hlike_radrecomb_from_cross_section (double temp, long nelem, long ipLo) | 
Variables | |
| static double | kTRyd | 
| static double | EthRyd | 
| static long int | ipLev | 
| static long int | globalZ | 
| double H_cross_section | ( | double | EgammaRyd, | |
| long | ipLev, | |||
| long | nelem | |||
| ) | 
Definition at line 27 of file hydro_recom.cpp.
References ASSERT, EthRyd, H_photo_cs(), ipH1s, ipH_LIKE, iso, L_, MAX2, N_, t_iso::nCollapsed_max, t_iso::numLevels_max, and t_iso::xIsoLevNIonRyd.
Referenced by RecomInt().
Here is the call graph for this function:

| double hlike_radrecomb_from_cross_section | ( | double | temp, | |
| long | nelem, | |||
| long | ipLo | |||
| ) | 
hlike_radrecomb_from_cross_section - integrates Milne relation for RRC
| temp | ||
| nelem | ||
| ipLo | 
Definition at line 53 of file hydro_recom.cpp.
References EthRyd, globalZ, Singleton< T >::Inst(), ipH_LIKE, ipLev, iso, kTRyd, MAX2, MILNE_CONST, MIN2, qg32(), RecomInt(), SMALLDOUBLE, StatesElem, TE1RYD, and t_iso::xIsoLevNIonRyd.
Referenced by iso_radrecomb_from_cross_section().
Here is the call graph for this function:

| static double RecomInt | ( | double | EE | ) |  [static] | 
        
Definition at line 109 of file hydro_recom.cpp.
References EthRyd, globalZ, H_cross_section(), ipLev, kTRyd, and x1.
Here is the call graph for this function:

double EthRyd [static]           | 
        
Definition at line 20 of file hydro_recom.cpp.
long int globalZ [static]           | 
        
Definition at line 21 of file hydro_recom.cpp.
long int ipLev [static]           | 
        
Definition at line 21 of file hydro_recom.cpp.
double kTRyd [static]           | 
        
Definition at line 20 of file hydro_recom.cpp.
 1.4.7