t_LineSave Struct Reference

#include <lines.h>

Collaboration diagram for t_LineSave:
[legend]

Data Fields

long int nsum
long int nsumAllocated
long int nComment
long int ipass
char chHoldComments [NHOLDCOMMENTS][INPUT_LINE_LENGTH]
long int ipNormWavL
realnum WavLNorm
realnum errorwave
long int sig_figs
double ScaleNormLine
char chNormLab [5]
bool lgNormSet
realnum RecCoefCNO [4][471]

Detailed Description

this struc is different from following since they are only pointer here, will be malloced to form a large array after number of lines is counted, but this is the final form

Definition at line 54 of file lines.h.


Field Documentation

holds comment strings associated with various blocks of output lines

Definition at line 75 of file lines.h.

Referenced by prt_LineLabels(), PrtFinal(), and StuffComment().

chNormLab is optional label

Definition at line 94 of file lines.h.

Referenced by IterStart(), ParseNorm(), and zero().

the associated uncertainty in the wavelength

Definition at line 84 of file lines.h.

Referenced by ParseNorm().

there are three types of calls to lines() ipass = -1, first call, only count number off lines ipass = 0, second pass, save labels and wavelengths ipass = 1, integrate intensity

Definition at line 72 of file lines.h.

Referenced by FeIIAddLines(), FindStrongestLineLabels(), H2_LinesAdd(), IterStart(), lincom(), lindst(), lines(), lines_continuum(), lines_general(), lines_helium(), lines_hydro(), lines_lv1_k_zn(), PntForLine(), PrtLineSum(), PutLine_base(), and StuffComment().

NormWL is array index for emission line on normalize command

Definition at line 78 of file lines.h.

Referenced by cdH2_Line(), cdLine(), cdLine_ip(), FeIISaveLines(), H2_PunchDo(), IterStart(), optimize_func(), PrtFinal(), and zero().

flag saying whether norm has been set

Definition at line 97 of file lines.h.

Referenced by IterStart(), ParseNorm(), and zero().

index to number of comments printed within the block of lines

Definition at line 66 of file lines.h.

Referenced by lines(), and StuffComment().

long int t_LineSave::nsum

number of emission lines in main stack nsum is current index, to last line entered in the array linadd increments nsum before doing anything else

Definition at line 59 of file lines.h.

Referenced by badprt(), cdEmis(), cdEmis_ip(), cdLine(), cdLine_ip(), debugLine(), Drive_cdLine(), FindStrongestLineLabels(), H2_PunchDo(), IterEnd(), IterStart(), lgCheckMonitors(), lincom(), lines(), lines_continuum(), lines_hydro(), prt_LineLabels(), PrtFinal(), save_line(), SaveDo(), SaveLineIntensity(), SaveResults(), and totlin().

nsumAllocated is number of lines allocated in emission line stack must not change between iterations or grid points

Definition at line 63 of file lines.h.

Referenced by IterStart().

save rec coefficient data for recombination lines of C, N, O

Definition at line 100 of file lines.h.

Referenced by GetLineRec(), lines(), and SaveLineData().

ScaleNormLine is the scale factor for its appearance

Definition at line 91 of file lines.h.

Referenced by cdH2_Line(), cdLine(), cdLine_ip(), FeIISaveLines(), H2_PunchDo(), optimize_func(), ParseNorm(), PrtFinal(), and zero().

number of significant figures for lines this affects all aspects of reading and writing lines

Definition at line 88 of file lines.h.

Referenced by lgCheckMonitors(), ParseSet(), PrtFinal(), sprt_wl(), WavlenErrorGet(), and zero().

WavLNorm is wavelength of emission line on normalize command

Definition at line 81 of file lines.h.

Referenced by IterStart(), lines_helium(), ParseNorm(), and zero().


The documentation for this struct was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Nov 2012 for cloudy by  doxygen 1.6.1