#include "cddefines.h"#include "physconst.h"#include "rfield.h"#include "doppvel.h"#include "radius.h"#include "continuum.h"

Go to the source code of this file.
Defines | |
| #define | FITTED(t) ((0.98925439 + 0.084594094*(t))/(1. + (t)*(0.64794212 + (t)*0.44743976))) |
| #define | BREAK_ 3. |
Functions | |
| static double | vfun (double x) |
| static double | con_pump_op (double x) |
| double | DrvContPump (EmLine *t) |
Variables | |
| static float | damp |
| static float | PumpTau |
| #define BREAK_ 3. |
Referenced by DrvContPump().
| #define FITTED | ( | t | ) | ((0.98925439 + 0.084594094*(t))/(1. + (t)*(0.64794212 + (t)*0.44743976))) |
Referenced by conpmp(), DrvContPump(), and FITTED().
| static double con_pump_op | ( | double | x | ) | [static] |
Definition at line 95 of file cont_pump.cpp.
References DEBUG_ENTRY, DEBUG_EXIT, PumpTau, sexp(), and vfun().
Referenced by DrvContPump().

| double DrvContPump | ( | EmLine * | t | ) |
Definition at line 28 of file cont_pump.cpp.
References a0, BREAK_, con_pump_op(), EmLine::damp, damp, DEBUG_ENTRY, DEBUG_EXIT, t_DoppVel::doppler, DoppVel, t_radius::dRNeff, FITTED, EmLine::iRedisFun, t_rfield::lgInducProcess, EmLine::nelem, EmLine::opacity, EmLine::PopOpc, PumpTau, qg32(), radius, rfield, and EmLine::TauIn.
Referenced by ParseDrive().

| static double vfun | ( | double | x | ) | [static] |
Definition at line 111 of file cont_pump.cpp.
References damp, DEBUG_ENTRY, DEBUG_EXIT, sexp(), and SQRTPI.
Referenced by con_pump_op(), and opfun().

float damp [static] |
Definition at line 15 of file cont_pump.cpp.
Referenced by ConvEdenIoniz(), DrvContPump(), and vfun().
float PumpTau [static] |
Definition at line 17 of file cont_pump.cpp.
Referenced by con_pump_op(), conpmp(), DrvContPump(), and opfun().
1.5.5