#include <continuum.h>
Data Fields | |
float * | filbnd |
float * | fildel |
float * | filres |
long int * | ifill0 |
long int | nrange |
double * | StoredEnergy |
double * | StoredResolution |
long int | nStoredBands |
double | ResolutionScaleFactor |
bool | lgCon0 |
bool | lgCoStarInterpolationCaution |
double | TotalLumin |
double | totlsv |
float | cn4861 |
float | cn1216 |
float | sv4861 |
float | sv1216 |
float | fluxv |
float | fbeta |
long int | nContBand |
char ** | chContBandLabels |
float * | ContBandWavelength |
long int * | ipContBandLow |
long int * | ipContBandHi |
long int | KshellLimit |
float | EnergyKshell |
Definition at line 39 of file continuum.h.
float t_continuum::cn1216 |
Definition at line 75 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), and lines_continuum().
float t_continuum::cn4861 |
the incident continuum at Hb and La
Definition at line 75 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), and lines_continuum().
Definition at line 94 of file continuum.h.
Referenced by ContCreatePointers(), ParseSet(), and zero().
float t_continuum::fbeta |
float* 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 43 of file continuum.h.
Referenced by ChckFill(), ContCreatePointers(), fill(), ipoint(), ptrcer(), and read_continuum_mesh().
float * t_continuum::fildel |
Definition at line 43 of file continuum.h.
Referenced by fill(), ipoint(), and read_continuum_mesh().
float * t_continuum::filres |
float t_continuum::fluxv |
long int* t_continuum::ifill0 |
Definition at line 49 of file continuum.h.
Referenced by fill(), ipoint(), and read_continuum_mesh().
long int * t_continuum::ipContBandHi |
long int* t_continuum::ipContBandLow |
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 93 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 67 of file continuum.h.
Referenced by ContSetIntensity(), 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 86 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 49 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 60 of file continuum.h.
Referenced by ContCreateMesh(), fill(), and read_continuum_mesh().
factor to reset continuum resolution set in continuum_mesh.dat, default is unity, reset with set resolution command
Definition at line 64 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 55 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 55 of file continuum.h.
Referenced by ContCreateMesh(), and read_continuum_mesh().
float t_continuum::sv1216 |
float t_continuum::sv4861 |
double t_continuum::TotalLumin |
TotalLumin is total luminosity in incident continuum
Definition at line 71 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), PrtComment(), and PrtHeader().
double t_continuum::totlsv |
Definition at line 71 of file continuum.h.
Referenced by ContSetIntensity(), IterRestart(), and lines_general().