cloudy
trunk
|
#include <continuum.h>
Data Fields | |
realnum * | filbnd |
realnum * | fildel |
realnum * | filres |
long int * | ifill0 |
long int | nrange |
double * | StoredEnergy |
double * | StoredResolution |
long int | nStoredBands |
double | ResolutionScaleFactor |
bool | lgCon0 |
bool | lgCoStarInterpolationCaution |
double | TotalLumin |
double | totlsv |
realnum | cn4861 |
realnum | cn1216 |
realnum | sv4861 |
realnum | sv1216 |
realnum | fluxv |
realnum | fbeta |
long int | nContBand |
char ** | chContBandLabels |
realnum * | ContBandWavelength |
long int * | ipContBandLow |
long int * | ipContBandHi |
long int | KshellLimit |
realnum | EnergyKshell |
Definition at line 57 of file continuum.h.
char** t_continuum::chContBandLabels |
Definition at line 105 of file continuum.h.
Referenced by ContBandsCreate(), and lines_continuum().
realnum t_continuum::cn1216 |
Definition at line 93 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), and lines_continuum().
realnum t_continuum::cn4861 |
the incident continuum at Hb and La
Definition at line 93 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), and lines_continuum().
realnum* t_continuum::ContBandWavelength |
Definition at line 106 of file continuum.h.
Referenced by ContBandsCreate(), and lines_continuum().
realnum t_continuum::EnergyKshell |
Definition at line 112 of file continuum.h.
Referenced by ContCreatePointers(), ParseSet(), and zero().
realnum t_continuum::fbeta |
Definition at line 99 of file continuum.h.
Referenced by ContSetIntensity(), and PrtHeader().
realnum* t_continuum::filbnd |
this is information needed to set the energy binning, full continuum is described by series of ranges where resolution is constant over that range
Definition at line 61 of file continuum.h.
Referenced by ChckFill(), ContCreatePointers(), fill(), ipoint(), ptrcer(), and read_continuum_mesh().
realnum * t_continuum::fildel |
Definition at line 61 of file continuum.h.
Referenced by fill(), ipoint(), and read_continuum_mesh().
realnum * t_continuum::filres |
Definition at line 61 of file continuum.h.
Referenced by fill(), and read_continuum_mesh().
realnum t_continuum::fluxv |
Definition at line 99 of file continuum.h.
Referenced by ContSetIntensity(), and PrtHeader().
long int* t_continuum::ifill0 |
Definition at line 67 of file continuum.h.
Referenced by fill(), ipoint(), and read_continuum_mesh().
long int * t_continuum::ipContBandHi |
Definition at line 107 of file continuum.h.
Referenced by ContBandsCreate(), and lines_continuum().
long int* t_continuum::ipContBandLow |
Definition at line 107 of file continuum.h.
Referenced by ContBandsCreate(), and lines_continuum().
long int t_continuum::KshellLimit |
this is highest energy where k-shell opacities are counted can be adjusted with "set kshell" command
Definition at line 111 of file continuum.h.
Referenced by ContCreatePointers(), ipShells(), LimitSh(), OpacityCreate1Element(), punch_opacity(), and SanityCheckBegin().
bool t_continuum::lgCon0 |
flag saying that parts of continuum are zero
Definition at line 85 of file continuum.h.
Referenced by ContSetIntensity(), PrtComment(), and zero().
bool t_continuum::lgCoStarInterpolationCaution |
Definition at line 85 of file continuum.h.
Referenced by FindVCoStar(), PrtComment(), and zero().
long int t_continuum::nContBand |
these are number, labels, and bounds of continuum bands they are specified in bands_continuum.dat in the data dir
Definition at line 104 of file continuum.h.
Referenced by ContBandsCreate(), and lines_continuum().
long int t_continuum::nrange |
number of ranges entered for this continuum source
Definition at line 67 of file continuum.h.
Referenced by ChckFill(), ContCreateMesh(), fill(), ipoint(), and ptrcer().
long int t_continuum::nStoredBands |
the number of bands read in
Definition at line 78 of file continuum.h.
Referenced by ContCreateMesh(), fill(), and read_continuum_mesh().
double t_continuum::ResolutionScaleFactor |
factor to reset continuum resolution set in continuum_mesh.ini, default is unity, reset with set resolution command
Definition at line 82 of file continuum.h.
Referenced by conorm(), ParseSet(), read_continuum_mesh(), and zero().
double* t_continuum::StoredEnergy |
each of these is the upper bound of an energy band, the first lowest bound is the low-energy limit of the code
Definition at line 73 of file continuum.h.
Referenced by ContCreateMesh(), and read_continuum_mesh().
double * t_continuum::StoredResolution |
the resolution, dE/E for each band
Definition at line 73 of file continuum.h.
Referenced by ContCreateMesh(), and read_continuum_mesh().
realnum t_continuum::sv1216 |
Definition at line 93 of file continuum.h.
Referenced by ContSetIntensity(), and IterRestart().
realnum t_continuum::sv4861 |
Definition at line 93 of file continuum.h.
Referenced by ContSetIntensity(), and IterRestart().
double t_continuum::TotalLumin |
TotalLumin is total intensity in incident continuum erg cm-2 s-1
Definition at line 89 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), PrtComment(), and PrtHeader().
double t_continuum::totlsv |
Definition at line 89 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), and lines_general().