Cloudy
Spectral Synthesis Code for Astrophysics
|
Functions | |
double | PlanckFunction (double Temp, double E_Ryd) |
double | ffun (double anu) |
double | ffun (double anu, double *frac_beam_time, double *frac_beam_const, double *frac_isotropic) |
double | ffun1 (double xnu) |
void | outsum (double *outtot, double *outin, double *outout) |
double ffun | ( | double | anu | ) |
ffun version without fractions
References DEBUG_ENTRY, and ffun().
Referenced by ContSetIntensity(), ffun(), and IncidentContinuumHere().
double ffun | ( | double | anu, |
double * | frac_beam_time, | ||
double * | frac_beam_const, | ||
double * | frac_isotropic ) |
ffun evaluate total flux for sum of all continuum sources
anu | photon energy (Rydberg) where continuum is evaluated |
frac_beam_time | fraction of beamed continuum that is varies with time |
frac_beam_const | fraction of beamed continuum that is constant |
frac_isotropic | fraction of continuum that is isotropic |
References ASSERT, BIGFLOAT, DEBUG_ENTRY, ffun1(), fprintf(), ioQQQ, rfield, and SMALLDOUBLE.
double ffun1 | ( | double | xnu | ) |
ffun1 derive flux at a specific energy, for one continuum
anu | photon energy (Rydberg) where continuum is evaluated |
References ASSERT, BIG, cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, exp10(), fp_equal(), fprintf(), ioQQQ, MAX2, MIN2, PlanckFunction(), pow(), POW3, powpq(), rfield, and sexp().
Referenced by conorm(), ffun(), pintr(), and qintr().
void outsum | ( | double * | outtot, |
double * | outin, | ||
double * | outout ) |
References DEBUG_ENTRY, and rfield.
Referenced by ConserveEnergy().
double PlanckFunction | ( | double | Temp, |
double | E_Ryd ) |
Referenced by ffun1().