Cloudy
Spectral Synthesis Code for Astrophysics
|
#include <atoms.h>
Public Member Functions | |
const char * | chName () const |
void | zero () |
void | comment (t_warnings &) |
Public Member Functions inherited from module | |
module () | |
virtual | ~module () |
Public Attributes | |
realnum | p2nit |
realnum | d5200r |
realnum | xMg2Max |
realnum | popMg2 |
realnum | rateMg2 |
double | PopLevels [LIMLEVELN+1] |
double | DepLTELevels [LIMLEVELN+1] |
|
inlinevirtual |
Implements module.
|
inlinevirtual |
Implements module.
|
virtual |
Implements module.
References DEBUG_ENTRY, popMg2, and rateMg2.
realnum t_atoms::d5200r |
Referenced by dBase_solve(), InitSimPostparse(), ion_photo(), IterRestart(), and IterStart().
double t_atoms::DepLTELevels[LIMLEVELN+1] |
Referenced by atom_level2().
realnum t_atoms::p2nit |
photo excitation of excited state of NI
Referenced by InitSimPostparse(), ion_photo(), IterRestart(), IterStart(), and OpacityAddTotal().
double t_atoms::PopLevels[LIMLEVELN+1] |
this stores most recently evaluated level populations resulting from the leven family of routines PopLevels is population (cm^-3) of the levels DepLevels is lte departure coef
Referenced by atom_level2().
realnum t_atoms::popMg2 |
its population
Referenced by ion_photo(), OpacityAddTotal(), and zero().
realnum t_atoms::rateMg2 |
photoionization rate
Referenced by dBase_solve(), InitSimPostparse(), and zero().
realnum t_atoms::xMg2Max |
excited state of Mg+
Referenced by ion_photo(), and PrtComment().