#include "cddefines.h"
#include "physconst.h"
#include "rt.h"
Go to the source code of this file.
Functions | |
static double | conpmp (EmLine *t) |
static double | FITTED (double t) |
float | RT_continuum_shield_fcn (EmLine *t) |
static double | vfun (double x) |
static double | opfun (double x) |
Variables | |
static float | PumpDamp |
static float | PumpTau |
static const double | BREAK = 3. |
static double conpmp | ( | EmLine * | t | ) | [static] |
Definition at line 156 of file rt_continuum_shield_fcn.cpp.
References a0, BREAK, EmLine::damp, DEBUG_ENTRY, DEBUG_EXIT, FITTED, opfun(), PumpDamp, PumpTau, qg32(), and EmLine::TauCon.
Referenced by RT_continuum_shield_fcn().
static double FITTED | ( | double | t | ) | [inline, static] |
static double opfun | ( | double | x | ) | [static] |
Definition at line 133 of file rt_continuum_shield_fcn.cpp.
References DEBUG_ENTRY, DEBUG_EXIT, PumpTau, sexp(), and vfun().
Referenced by conpmp().
float RT_continuum_shield_fcn | ( | EmLine * | t | ) |
rt_continuum_shield_fcn computing continuum shielding due to single line
t |
Definition at line 16 of file rt_continuum_shield_fcn.cpp.
References ASSERT, conpmp(), EmLine::damp, DEBUG_ENTRY, DEBUG_EXIT, esc_CRDwing_1side(), esc_PRD_1side(), esca0k2(), ipCRD, ipCRDW, ipLY_A, ipPRD, EmLine::iRedisFun, LINE_CONT_SHIELD_FEDERMAN, LINE_CONT_SHIELD_FERLAND, LINE_CONT_SHIELD_PESC, MIN2, t_rt::nLineContShield, POW2, rt, SDIV(), sexp(), EmLine::TauCon, and TotalInsanity().
Referenced by RT_line_static().
static double vfun | ( | double | x | ) | [static] |
Definition at line 119 of file rt_continuum_shield_fcn.cpp.
References DEBUG_ENTRY, DEBUG_EXIT, PumpDamp, sexp(), and SQRTPI.
Referenced by opfun().
const double BREAK = 3. [static] |
float PumpDamp [static] |
float PumpTau [static] |