|
Cloudy
Spectral Synthesis Code for Astrophysics
|

Go to the source code of this file.
Classes | |
| class | DestType |
Functions | |
| double | esc_PRD_1side (double tau, double a) |
| double | esc_CRDwing_1side (double tau, double a) |
| double | RTesc_lya (double *esin, double *dest, double abund, const TransitionProxy &t, realnum DopplerWidth) |
| double | esc_PRD (double tau, double tau_out, double damp) |
| double | esc_CRDwing (double tau_in, double tau_out, double damp) |
| double | esc_CRDcore (double tau_in, double tau_out) |
| double | esca0k2 (double taume) |
| double | esccon (double tau, double hnukt) |
| void | RT_DestProb (const TransitionProxy &t, double widl, const DestType &nCore) |
| double | RT_LineWidth (const TransitionProxy &t, realnum DopplerWidth) |
| double esc_CRDcore | ( | double | tau_in, |
| double | tau_out ) |
esc_CRDcore escape probability CRD with no wings, for subordinate lines
| tau | |
| tout |
References ASSERT, DEBUG_ENTRY, esca0k2(), iteration, MIN2, and rt.
Referenced by RT_line_escape().

| double esc_CRDwing | ( | double | tau_in, |
| double | tau_out, | ||
| double | damp ) |
esc_CRDwing escape probability CRD with wings, for subordinate lines
| tau | |
| tout | |
| damp |
References ASSERT, cdEXIT, esc_2side_base(), esc_CRDwing_1side(), EXIT_FAILURE, fprintf(), and ioQQQ.
Referenced by RT_line_escape().

| double esc_CRDwing_1side | ( | double | tau, |
| double | a ) |
esc_CRDwing_1side fundamental escape probability radiative transfer routine, for complete redistribution
References ASSERT, DEBUG_ENTRY, esca0k2(), escmase(), and POW2.
Referenced by esc_CRDwing(), mc_escape(), and RT_continuum_shield_fcn_point().

| double esc_PRD | ( | double | tau, |
| double | tau_out, | ||
| double | damp ) |
esc_PRD escape probability radiative transfer for incomplete redistribution
| tau | |
| tout | |
| damp |
References esc_2side_base(), and esc_PRD_1side().
Referenced by RT_line_escape().

| double esc_PRD_1side | ( | double | tau, |
| double | a ) |
esc_PRD_1side fundamental escape probability radiative transfer routine for incomplete redistribution
| tau | |
| a |
References ASSERT, DEBUG_ENTRY, escmase(), MIN2, and rt.
Referenced by esc_PRD(), mole_h_reactions(), RT_continuum_shield_fcn_point(), and RT_LineWidth().

| double esca0k2 | ( | double | taume | ) |
esca0k2 derive Hummer's K2 escape probability for Doppler core only
| taume |
References DEBUG_ENTRY, and escmase().
Referenced by esc_CRDcore(), esc_CRDwing_1side(), mc_escape(), and RT_continuum_shield_fcn_point().

| double esccon | ( | double | tau, |
| double | hnukt ) |
escpcn continuum escape probability
| tau | |
| hnukt |
References DEBUG_ENTRY, and Integrator< Integrand, Method >::sum().
Referenced by RT_recom_effic().

| void RT_DestProb | ( | const TransitionProxy & | t, |
| double | widl, | ||
| const DestType & | nCore ) |
RT_DestProb returns line destruction probability due to continuum opacity
| abund | abundance of species |
| crsec | its line absorption cross section |
| ipanu | pointer to energy within continuum array, to get background opacity, this is on the f not c scale |
| widl | line width |
| escp | escape probability |
| nCore | type of redistribution function |
References abund, ASSERT, cdEXIT, TransitionProxy::chLabel(), conv, DEBUG_ENTRY, dense, DestType::dest, TransitionProxy::Emis(), TransitionProxy::EnergyWN(), EXIT_FAILURE, ExtraLymanLinesJ05, ExtraLymanLinesJ15, fp_equal(), fprintf(), qStateProxy::g(), TransitionProxy::Hi(), ioQQQ, TransitionProxy::ipCont(), DestType::ipDEST_INCOM, DestType::ipDEST_K2, DestType::ipDEST_LYA, DestType::ipDEST_SIMPL, ipH1s, ipH2p, ipH_LIKE, ipHYDROGEN, iso_sp, lgIsLymanLine(), TransitionProxy::Lo(), max(), MAX2, EmissionProxy::mult_opac(), qStateProxy::n(), qStateProxy::nelem(), NEW_MASE_ESCAPE, NEW_PELEC_ESC, nzone, opac, EmissionProxy::opacity(), EmissionProxy::Pdest(), EmissionProxy::Pelec_esc(), EmissionProxy::Pesc(), EmissionProxy::PopOpc(), POW2, rfield, rt, RT_DestHummer(), RT_line_electron_scatter(), DestType::t, EmissionProxy::TauIn(), and EmissionProxy::TauTot().
Referenced by RT_line_escape().

| double RT_LineWidth | ( | const TransitionProxy & | t, |
| realnum | DopplerWidth ) |
RT_LineWidth compute line width (cm/sec), using optical depth array information
| t | |
| DopplerWidth |
References ASSERT, EmissionProxy::damp(), EmissionProxy::dampXvel(), DEBUG_ENTRY, dense, TransitionProxy::Emis(), esc_PRD_1side(), iteration, MAX2, MIN2, opac, EmissionProxy::Pdest(), EmissionProxy::Pelec_esc(), pressure, EmissionProxy::TauIn(), EmissionProxy::TauTot(), and wind.
Referenced by PressureRadiationLine(), and PresTotCurrent().

| double RTesc_lya | ( | double * | esin, |
| double * | dest, | ||
| double | abund, | ||
| const TransitionProxy & | t, | ||
| realnum | DopplerWidth ) |
RTesc_lya escape prob for hydrogen atom Lya, using Hummer and Kunasz results
| *esin | |
| *dest | |
| abund | |
| t | line structure |
| DopplerWidth |
References ASSERT, DEBUG_ENTRY, dense, TransitionProxy::Emis(), TransitionProxy::ipCont(), EmissionProxy::ipFine(), MAX2, MIN2, NEW_PELEC_ESC, opac, rfield, rt, RTesc_lya_1side(), safe_div(), EmissionProxy::TauIn(), and EmissionProxy::TauTot().
Referenced by RT_line_escape().
