#include "cddefines.h"#include "save.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 "init.h"#include "opacity.h"#include "state.h"#include "rt.h"#include "monitor_results.h"#include "zones.h"#include "iterations.h"#include "plot.h"#include "radius.h"#include "grid.h"#include "cloudy.h"#include "ionbal.h"#include "dense.h"#include "energy.h"#include "called.h"Go to the source code of this file.
Functions | |
| STATIC void | BadStart () | 
| bool | cloudy () | 
| STATIC void BadStart | ( | ) | 
Definition at line 364 of file cloudy.cpp.
References t_warnings::chRgcln, DEBUG_ENTRY, grid, INPUT_LINE_LENGTH, t_grid::lgGrid, SaveDo(), warnin(), warnings, and wcnint().
Referenced by cloudy().
| bool cloudy | ( | void | ) | 
cloudy the main routine, this IS Cloudy,
Definition at line 38 of file cloudy.cpp.
References AbundancesPrt(), AbundancesSet(), ASSERT, atmdat_readin(), Badnell_rec_init(), BadStart(), called, CloseSaveFiles(), ContCreateMesh(), ContCreatePointers(), continuum, ContSetIntensity(), conv, CONV_BASE_ACCELS, CONV_BASE_CALLS, CONV_BASE_LOOPS, ConvInitSolution(), ConvIterCheck(), ConvPresTempEdenIoniz(), DEBUG_ENTRY, dynamics, fnzone, t_conv::getCounter(), InitCoreloadPostparse(), InitDefaultsPreparse(), InitSimPostparse(), ION_SOLVES, ioQQQ, ISO_LOOPS, iter_end_check(), iteration, iterations, IterEnd(), t_iterations::itermx, IterRestart(), IterStart(), lgAbort, t_continuum::lgCheckEnergyEveryZone, lgCheckMonitors(), lgConserveEnergy(), lgElemsConserved(), t_state::lgGet_state, t_noexec::lgNoExec, t_prt::lgOnlyHead, t_state::lgPut_state, t_dynamics::lgStatic_completed, t_called::lgTalk, t_warnings::lgWarngs, lines(), LineStackCreate(), MAX2, MOLE_SOLVE, MOLE_SOLVE_STEPS, NEWTON, NEWTON_LOOP, noexec, nzone, OpacityCreateAll(), ParseCommands(), plot(), prt, PrtComment(), PrtFinal(), PrtHeader(), radius_first(), radius_increment(), radius_next(), RT_continuum(), RT_diffuse(), RT_tau_inc(), RT_tau_init(), RT_tau_reset(), SanityCheck(), SaveDo(), ShowMe(), state, state_get_put(), warnings, ZoneEnd(), and ZoneStart().
Referenced by cdDrive(), and optimize_func().
 1.6.1