cloudy trunk
|
#include <secondaries.h>
these are the global variables dealing with the effects of hot secondary electrons
Definition at line 8 of file secondaries.h.
realnum** t_secondaries::csupra |
secondary ionization [nelem][ion] rate [s-1]
Definition at line 21 of file secondaries.h.
realnum ** t_secondaries::csupra_effic |
Definition at line 22 of file secondaries.h.
realnum t_secondaries::HeatEfficPrimary |
heating efficiency, unity for ionized gas, 0 < HeatEfficPrimary < 1 for partially neutral medium
Definition at line 12 of file secondaries.h.
realnum t_secondaries::hetsav |
this block of variables save the state of the code in startr, in reset, resets this state for the start of the next zone
Definition at line 48 of file secondaries.h.
long int t_secondaries::ipSecIon |
pointer to continuum energies where secondary ionization can occur, 100eV
Definition at line 43 of file secondaries.h.
bool t_secondaries::lgCSetOn |
lgCSetOn set with set csupra command
Definition at line 36 of file secondaries.h.
bool t_secondaries::lgSecOFF |
flag saying that secondary electron have been turned off, set true with no secondaries command
Definition at line 40 of file secondaries.h.
realnum t_secondaries::savefi |
Definition at line 49 of file secondaries.h.
realnum t_secondaries::sec2total |
sec2total is ratio of secondary to total ionizations of ground state H, evaluated in hydrogen, used in ionization to determine how fine a convergence on the secondary rates is needed
Definition at line 27 of file secondaries.h.
realnum t_secondaries::SecExcitLya2PrimaryErg |
secondary excitations of Lya per primary erg of energy
Definition at line 18 of file secondaries.h.
realnum t_secondaries::SecHIonMax |
max ratio of sec2total, recall to identify secondary ionization models
Definition at line 30 of file secondaries.h.
realnum t_secondaries::SecIon2PrimaryErg |
number of secondary ionizations per primary erg of photo-electron energy - It multiplies the high-energy heating rate.
zero for a fully ionized gas and -> 0.3908 / erg-Ryd for very neutral gas
Definition at line 16 of file secondaries.h.
realnum t_secondaries::SetCsupra |
SetCsupra is H^0 secondary ionization rate set with set csupra command
Definition at line 33 of file secondaries.h.
realnum t_secondaries::x12sav |
Definition at line 50 of file secondaries.h.
realnum t_secondaries::x12tot |
x12tot rate for excitation of Lya, units excitations s-1 per atom
Definition at line 53 of file secondaries.h.