#include "cddefines.h"
#include "punch.h"
#include "noexec.h"
#include "lines.h"
#include "abund.h"
#include "continuum.h"
#include "warnings.h"
#include "atmdat.h"
#include "prt.h"
#include "conv.h"
#include "parse.h"
#include "dynamics.h"
#include "opacity.h"
#include "state.h"
#include "rt.h"
#include "assertresults.h"
#include "zones.h"
#include "iterations.h"
#include "plot.h"
#include "radius.h"
#include "optimize.h"
#include "grid.h"
#include "mole.h"
#include "cloudy.h"
Go to the source code of this file.
Functions | |
static void | BadStart (void) |
bool | cloudy (void) |
static void BadStart | ( | void | ) | [static] |
Definition at line 320 of file cloudy.cpp.
References t_warnings::chRgcln, DEBUG_ENTRY, DEBUG_EXIT, INPUT_LINE_LENGTH, warnin(), warnings, and wcnint().
Referenced by cloudy().
bool cloudy | ( | void | ) |
cloudy the main routine, this IS Cloudy,
Definition at line 35 of file cloudy.cpp.
References AbundancesPrt(), AbundancesSet(), atmdat_readin(), BadStart(), ClosePunchFiles(), CO_create_react(), CO_Init(), CO_zero(), ContCreateMesh(), ContCreatePointers(), ContSetIntensity(), ConvInitSolution(), ConvIterCheck(), ConvPresTempEdenIoniz(), dynamics, fnzone, GridGather(), ioQQQ, iter_end_check(), iteration, iterations, IterEnd(), t_iterations::itermx, IterRestart(), IterStart(), lgAbort, lgCheckAsserts(), t_state::lgGet_state, t_noexec::lgNoExec, t_prt::lgOnlyHead, t_state::lgPut_state, t_dynamics::lgStatic_completed, t_warnings::lgWarngs, lines(), noexec, nzone, OpacityCreateAll(), ParseCommands(), plot(), prt, PrtComment(), PrtFinal(), PrtHeader(), PunchDo(), radius_first(), radius_increment(), radius_next(), RT_diffuse(), RT_line_all(), RT_tau_inc(), RT_tau_init(), RT_tau_reset(), SanityCheck(), state, state_get_put(), warnings, ZoneEnd(), and ZoneStart().
Referenced by cdDrive(), and optimize_func().