#include "cddefines.h"
#include "trace.h"
#include "hydroeinsta.h"
#include "phycon.h"
#include "atmdat.h"
#include "taulines.h"
#include "thermal.h"
#include "abund.h"
#include "rt.h"
#include "continuum.h"
#include "parse.h"
#include "physconst.h"
Go to the source code of this file.
Functions | |
static void | dgaunt (void) |
static void | DrvHyas (void) |
static void | DrvEscP (void) |
static void | DrvCaseBHS (void) |
void | ParseDrive (char *chCard) |
static void dgaunt | ( | void | ) | [static] |
Definition at line 467 of file parse_drive.cpp.
References t_phycon::alogte, cdEXIT(), cont_gaunt_calc(), DEBUG_ENTRY, DEBUG_EXIT, FFmtRead(), INPUT_LINE_LENGTH, ioQQQ, ioStdin, phycon, t_phycon::te, TE1RYD, tfidle(), and z.
Referenced by ParseDrive().
static void DrvCaseBHS | ( | void | ) | [static] |
Definition at line 229 of file parse_drive.cpp.
References atmdat_HS_caseB(), atmdat_readin(), cdEXIT(), DEBUG_ENTRY, e2(), FFmtRead(), INPUT_LINE_LENGTH, ioQQQ, ioStdin, MAX2, and POW2.
Referenced by ParseDrive().
static void DrvEscP | ( | void | ) | [static] |
Definition at line 188 of file parse_drive.cpp.
References DEBUG_ENTRY, DEBUG_EXIT, esc_CRDwing_1side(), esc_PRD_1side(), esca0k2(), FFmtRead(), INPUT_LINE_LENGTH, ioQQQ, and ioStdin.
Referenced by ParseDrive().
static void DrvHyas | ( | void | ) | [static] |
Definition at line 419 of file parse_drive.cpp.
References cdEXIT(), DEBUG_ENTRY, DEBUG_EXIT, FFmtRead(), HydroEinstA(), INPUT_LINE_LENGTH, ioQQQ, ioStdin, MAX2, and MIN2.
Referenced by ParseDrive().
void ParseDrive | ( | char * | chCard | ) |
ParseDrive parse the drive command - drive calls to various subs
*chCard |
Definition at line 32 of file parse_drive.cpp.
References abund, abund_starburst(), cdEXIT(), DEBUG_ENTRY, DEBUG_EXIT, dgaunt(), DrvCaseBHS(), DrvContPump(), DrvEscP(), DrvHyas(), e2(), ee1(), FFmtRead(), INPUT_LINE_LENGTH, ioQQQ, ioStdin, t_trace::lgDrv_cdLine, t_trace::lgPtrace, LIMELM, nMatch(), sexp(), t_abund::solar, TauDummy, EmLine::TauIn, and trace.
Referenced by ParseCommands().