t_atmdat Struct Reference

#include <atmdat.h>

Collaboration diagram for t_atmdat:

Collaboration graph
[legend]

Data Fields

double HCharExcIonOf [LIMELM][LIMELM+1]
double HCharExcRecTo [LIMELM][LIMELM+1]
double HCharHeatMax
double HCharCoolMax
double HCharHeatOn
double HCharExcRecTo_N0_2D
double HCharExcIonTotal
double HCharExcRecTotal
double HeCharExcIonTotal
double HeCharExcRecTotal
double HIonFrac
double HIonFracMax
double HeCharExcIonOf [LIMELM][LIMELM]
double HeCharExcRecTo [LIMELM][LIMELM]
double HCTAlex
bool lgCTOn
double Density [2][HS_NZ][NHSDIM]
double ElecTemp [2][HS_NZ][NHSDIM]
double Emiss [2][HS_NZ][NHSDIM][NHSDIM][NLINEHS]
long int nDensity [2][HS_NZ]
long int ntemp [2][HS_NZ]
long int ncut [2][HS_NZ]
bool lgHCaseBOK [2][HS_NZ]
long int nsbig
bool lgCollIonOn
realnum WaveLengthCaseB [8][25][24]
realnumCaseBWlHeI
long int nCaseBHeI

Detailed Description

Definition at line 121 of file atmdat.h.


Field Documentation

realnum* t_atmdat::CaseBWlHeI

wavelengths for HeI case b

Definition at line 209 of file atmdat.h.

Referenced by lgCheckAsserts(), and lines_helium().

double t_atmdat::Density[2][HS_NZ][NHSDIM]

these are the density and temperature mesh points on the original Hummer & Storey data, for H[0] and He[1],

Definition at line 184 of file atmdat.h.

Referenced by atmdat_HS_caseB().

double t_atmdat::ElecTemp[2][HS_NZ][NHSDIM]

Definition at line 184 of file atmdat.h.

Referenced by atmdat_HS_caseB().

double t_atmdat::Emiss[2][HS_NZ][NHSDIM][NHSDIM][NLINEHS]

emiss[ipTemp][ipDens][ipLevel]

Definition at line 184 of file atmdat.h.

double t_atmdat::HCharCoolMax

Definition at line 142 of file atmdat.h.

Referenced by ChargTranSumHeat(), and PrtComment().

double t_atmdat::HCharExcIonOf[LIMELM][LIMELM+1]

[0] is Atom^+1 + H0 => Atom^0 + H^+ [n] is Atom^+n+1 + H0 => Atom^+n + H^+

Definition at line 142 of file atmdat.h.

Referenced by ChargeTransferUpdate(), ChargTranEval(), ChargTranSumHeat(), IonOxyge(), and iso_ionize_recombine().

double t_atmdat::HCharExcIonTotal

this is total rate (s-1) for ct ionization and recombination of H

Definition at line 152 of file atmdat.h.

Referenced by ChargeTransferUpdate(), and iso_ionize_recombine().

double t_atmdat::HCharExcRecTo[LIMELM][LIMELM+1]

Definition at line 142 of file atmdat.h.

Referenced by ChargeTransferUpdate(), ChargTranEval(), ChargTranSumHeat(), ion_recomb(), IonChlor(), and iso_ionize_recombine().

double t_atmdat::HCharExcRecTo_N0_2D

Definition at line 149 of file atmdat.h.

Referenced by lines_lv1_li_ne().

double t_atmdat::HCharExcRecTotal

Definition at line 152 of file atmdat.h.

Referenced by ChargeTransferUpdate(), and iso_ionize_recombine().

double t_atmdat::HCharHeatMax

Definition at line 142 of file atmdat.h.

Referenced by ChargTranSumHeat(), and PrtComment().

double t_atmdat::HCharHeatOn

Definition at line 142 of file atmdat.h.

Referenced by ChargTranSumHeat(), and ParseDont().

double t_atmdat::HCTAlex

Dalgarno H charge transfer rate coefficient for high stages of ionization default is 1.92e-9 in zero, reset with 'set charge transfer' command

Definition at line 176 of file atmdat.h.

Referenced by HCTRecom(), and ParseSet().

double t_atmdat::HeCharExcIonOf[LIMELM][LIMELM]

these are the charge ionization and recombination arrays that go into the ionization balance Ion[ion] is ionization, Rec[ion] is recombination units cm3 s-1

Definition at line 171 of file atmdat.h.

Referenced by ChargeTransferUpdate(), ChargTranEval(), and iso_ionize_recombine().

double t_atmdat::HeCharExcIonTotal

this is total rate (s-1) for ct ionization and recombination of He

Definition at line 156 of file atmdat.h.

Referenced by ChargeTransferUpdate(), and iso_ionize_recombine().

double t_atmdat::HeCharExcRecTo[LIMELM][LIMELM]

Definition at line 171 of file atmdat.h.

Referenced by ChargeTransferUpdate(), ChargTranEval(), ion_recomb(), and iso_ionize_recombine().

double t_atmdat::HeCharExcRecTotal

Definition at line 156 of file atmdat.h.

Referenced by ChargeTransferUpdate(), and iso_ionize_recombine().

double t_atmdat::HIonFrac

this is the current ratio of ct ionization of H, relative to total dest rate

Definition at line 160 of file atmdat.h.

Referenced by lines_hydro().

double t_atmdat::HIonFracMax

this is the largest ratio of ct ionization of H, relative to total dest rate

Definition at line 163 of file atmdat.h.

Referenced by lines_hydro(), and PrtComment().

bool t_atmdat::lgCollIonOn

by default, include collisional ionization, option to not include it, with "no collisional ionization" command

Definition at line 203 of file atmdat.h.

Referenced by ParseDont().

bool t_atmdat::lgCTOn

variable to turn on or off ct ionization-recombination of all elements - set off with no charge transfer command

Definition at line 180 of file atmdat.h.

Referenced by ion_recomb(), and ParseDont().

bool t_atmdat::lgHCaseBOK[2][HS_NZ]

following will be set false if we ever stop over bounds of HS table for any element. first index is case A [0] or case B [1] - second is element number

Definition at line 196 of file atmdat.h.

Referenced by PrtComment().

long int t_atmdat::nCaseBHeI

number of HeI case b lines included

Definition at line 211 of file atmdat.h.

Referenced by lgCheckAsserts(), and lines_helium().

long int t_atmdat::ncut[2][HS_NZ]

Definition at line 191 of file atmdat.h.

long int t_atmdat::nDensity[2][HS_NZ]

saves the number of density temperature mesh points for the two cases for the HS_NZ elements

Definition at line 191 of file atmdat.h.

Referenced by atmdat_HS_caseB().

long int t_atmdat::nsbig

related to highest stage of ionization needed for Cota recom

Definition at line 199 of file atmdat.h.

Referenced by atmdat_3body(), and ion_recomb().

long int t_atmdat::ntemp[2][HS_NZ]

Definition at line 191 of file atmdat.h.

Referenced by atmdat_HS_caseB().

realnum t_atmdat::WaveLengthCaseB[8][25][24]

wavelengths of Hummer & Storey case B lines for H - O

Definition at line 206 of file atmdat.h.

Referenced by lgCheckAsserts().


The documentation for this struct was generated from the following file:
Generated on Mon Feb 16 12:14:28 2009 for cloudy by  doxygen 1.4.7