cloudy
trunk
|
Go to the source code of this file.
Functions | |
bool | cloudy (void) |
void | SanityCheck (const char *chJob) |
bool cloudy | ( | void | ) |
cloudy the main routine, this IS Cloudy,
Definition at line 37 of file cloudy.cpp.
References AbundancesPrt(), AbundancesSet(), ASSERT, atmdat_readin(), Badnell_rec_init(), BadStart(), called, CloseSaveFiles(), ContCreateMesh(), ContCreatePointers(), continuum, ContSetIntensity(), conv, ConvInitSolution(), ConvIterCheck(), ConvPresTempEdenIoniz(), DEBUG_ENTRY, dynamics, fnzone, fprintf(), t_conv::getCounter(), grid, InitCoreloadPostparse(), InitDefaultsPreparse(), InitSimPostparse(), ioQQQ, 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_grid::lgParseOnly, t_state::lgPut_state, t_dynamics::lgStatic_completed, t_called::lgTalk, t_warnings::lgWarngs, lines(), LineStackCreate(), LoadIsotopes(), t_prt::matrix, MAX2, noexec, nzone, OpacityCreateAll(), ParseCommands(), plot(), prt, PrtComment(), PrtFinal(), PrtHeader(), radius_first(), radius_increment(), radius_next(), t_prt_matrix::resolveLevels(), RT_continuum(), RT_diffuse(), RT_tau_inc(), RT_tau_init(), RT_tau_reset(), SanityCheck(), SaveDo(), SetPrintLineCol(), ShowMe(), state, state_get_put(), warnings, ZoneEnd(), and ZoneStart().
Referenced by cdDrive(), and optimize_func().
void SanityCheck | ( | const char * | chJob | ) |
SanityCheck confirm that various parts of the code still work
*chJob | is either "begin" or "final" begin is before code starts up final is after model is complete |
Definition at line 52 of file sanity_check.cpp.
References cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, fprintf(), ioQQQ, SanityCheckBegin(), and SanityCheckFinal().
Referenced by cloudy().