#include "cddefines.h"#include "atmdat.h"Go to the source code of this file.
Functions | |
| double | atmdat_HS_caseB (long int iHi, long int iLo, long int nelem, double TempIn, double DenIn, char chCase) |
| double atmdat_HS_caseB | ( | long int | iHi, | |
| long int | iLo, | |||
| long int | iZ, | |||
| double | TempIn, | |||
| double | DenIn, | |||
| char | chCase | |||
| ) |
general utility to read in line emissivities from the Storey & Hummer tables of case B emissivities.
| iHi | the principal quantum numbers, . | |
| iLo | upper and lower levels in any order | |
| iZ | charge of ion, only 1 and 2 for now | |
| TempIn | temperature, must lie within the range of the table, which depends on the ion charge, and is 500 - 30,000K for hydrogen | |
| DenIn | the density and must lie within the range of the table | |
| chCase | case - 'a' or 'b' |
Definition at line 7 of file atmdat_HS_caseb.cpp.
References ASSERT, atmdat, cdEXIT, DEBUG_ENTRY, t_atmdat::Density, t_atmdat::ElecTemp, t_atmdat::Emiss, fp_equal(), HS_NZ, t_atmdat::ncut, t_atmdat::nDensity, NLINEHS, t_atmdat::ntemp, pow(), x1, and x2.
Referenced by DrvCaseBHS(), and lines_hydro().
1.6.1