#include "cddefines.h"
#include "physconst.h"
#include "rfield.h"
#include "ipoint.h"
#include "opacity.h"
#include "continuum.h"
Go to the source code of this file.
Functions | |
static void | ReadTable (FILE *io) |
double | ffun (double anu) |
double | ffun1 (double xnu) |
double ffun | ( | double | anu | ) |
ffun evaluate total flux for sum of all continuum sources
anu |
Definition at line 17 of file cont_ffun.cpp.
References ASSERT, DEBUG_ENTRY, DEBUG_EXIT, ffun1(), t_rfield::frac_time, ioQQQ, t_rfield::ipspec, t_rfield::lgTimeVary, t_rfield::nspec, rfield, SDIV(), and t_rfield::spfac.
Referenced by ContSetIntensity().
double ffun1 | ( | double | xnu | ) |
ffun1 derive flux at a specific energy, for one continuum
xnu |
Definition at line 59 of file cont_ffun.cpp.
References t_rfield::anu, ASSERT, BIG, cdEXIT(), t_rfield::chSpType, t_rfield::ConTabRead, t_rfield::cutoff, DEBUG_ENTRY, DEBUG_EXIT, t_rfield::egamry, t_rfield::emm, ioQQQ, t_rfield::ioTableRead, ipoint(), t_rfield::ipspec, MAX2, MIN2, NCELL, t_rfield::nspec, t_rfield::nupper, POW3, ReadTable(), rfield, sexp(), t_rfield::slope, TE1RYD, t_rfield::tFluxLog, t_rfield::tNuRyd, and t_rfield::tslop.
Referenced by conorm(), ffun(), pintr(), and qintr().
static void ReadTable | ( | FILE * | io | ) | [static] |
Definition at line 308 of file cont_ffun.cpp.
References t_rfield::anu, ASSERT, cdEXIT(), t_rfield::ConTabRead, DEBUG_ENTRY, DEBUG_EXIT, EVRYD, INPUT_LINE_LENGTH, ioQQQ, t_rfield::nupper, opac, rfield, RYDLAM, and t_opac::tmn.
Referenced by ffun1().