|
cloudy trunk
|
#include "cddefines.h"#include "taulines.h"#include "thirdparty.h"#include "trace.h"#include "rfield.h"#include "iso.h"#include "atmdat.h"#include "two_photon.h"
Go to the source code of this file.
Functions | |
| void | atmdat_2phot_setSplineCoefs () |
| double | atmdat_2phot_shapefunction (double EbyE2nu, long ipISO, long nelem) |
Variables | |
| static const int | NCRS_H = 9 |
| static const int | NCRS_HE = 51 |
| static double | Hydro2NuEnergies [NCRS_H] |
| static double | Hydro2NuShapeFunc [30][NCRS_H] |
| static double | Hydro2NuShapeFuncY2 [30][NCRS_H] |
| static double | He2NuEnergies [NCRS_HE] |
| static double | He2NuShapeFunc [29][NCRS_HE] |
| static double | He2NuShapeFuncY2 [LIMELM-1][NCRS_HE] |
| static bool | lgSplinesSet =false |
| void atmdat_2phot_setSplineCoefs | ( | ) |
Definition at line 213 of file atmdat_2photon.cpp.
References ASSERT, DEBUG_ENTRY, He2NuEnergies, He2NuShapeFunc, He2NuShapeFuncY2, Hydro2NuEnergies, Hydro2NuShapeFunc, Hydro2NuShapeFuncY2, lgSplinesSet, NCRS_H, NCRS_HE, and spline().
Referenced by atmdat_readin().

| double atmdat_2phot_shapefunction | ( | double | EbyE2nu, |
| long | ipISO, | ||
| long | nelem ) |
atmdat_2phot_shapefunction two photon emission function for all atomic and ionic species
| EbyE2nu | |
| ipISO | |
| nelem |
Definition at line 234 of file atmdat_2photon.cpp.
References ASSERT, DEBUG_ENTRY, He2NuEnergies, He2NuShapeFunc, He2NuShapeFuncY2, Hydro2NuEnergies, Hydro2NuShapeFunc, Hydro2NuShapeFuncY2, ipH_LIKE, ipHE_LIKE, lgSplinesSet, NCRS_H, NCRS_HE, and splint().
Referenced by ContCreatePointers(), and TwoPhotonSetup().

|
static |
Definition at line 57 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
|
static |
Definition at line 64 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
Definition at line 210 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
|
static |
Definition at line 17 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
|
static |
Definition at line 23 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
|
static |
Definition at line 54 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
|
static |
Definition at line 211 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
|
static |
Definition at line 13 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().
|
static |
Definition at line 14 of file atmdat_2photon.cpp.
Referenced by atmdat_2phot_setSplineCoefs(), and atmdat_2phot_shapefunction().