cloudy trunk
Loading...
Searching...
No Matches
rt_continuum_shield_fcn.cpp File Reference
#include "cddefines.h"
#include "rt.h"
#include "transition.h"
#include "thirdparty.h"
Include dependency graph for rt_continuum_shield_fcn.cpp:

Go to the source code of this file.

Functions

STATIC double conpmp (const TransitionProxy &t)
STATIC double FITTED (double t)
double RT_continuum_shield_fcn (const TransitionProxy &t)

Variables

static const double BREAK = 3.

Function Documentation

◆ conpmp()

STATIC double conpmp ( const TransitionProxy & t)

◆ FITTED()

STATIC double FITTED ( double t)
inline

Definition at line 140 of file rt_continuum_shield_fcn.cpp.

References STATIC.

Referenced by conpmp().

◆ RT_continuum_shield_fcn()

double RT_continuum_shield_fcn ( const TransitionProxy & t)

rt_continuum_shield_fcn computing continuum shielding due to single line

Parameters
t

Definition at line 33 of file rt_continuum_shield_fcn.cpp.

References ASSERT, conpmp(), EmissionProxy::damp(), DEBUG_ENTRY, TransitionProxy::Emis(), esc_CRDwing_1side(), esc_PRD_1side(), esca0k2(), ipCRD, ipCRDW, ipLY_A, ipPRD, EmissionProxy::iRedisFun(), LINE_CONT_SHIELD_FEDERMAN, LINE_CONT_SHIELD_FERLAND, LINE_CONT_SHIELD_PESC, MIN2, POW2, rt, SDIV(), sexp(), EmissionProxy::TauCon(), and TotalInsanity().

Referenced by RT_line_pumping().

Here is the call graph for this function:

Variable Documentation

◆ BREAK

const double BREAK = 3.
static
Todo
2 this code looks very similar to the one in cont_pump.cpp, can they be combined?

Definition at line 138 of file rt_continuum_shield_fcn.cpp.

Referenced by conpmp(), and DrvContPump().