|
cloudy
trunk
|
#include "cddefines.h"#include "dense.h"#include "elementnames.h"#include "physconst.h"#include "mole.h"#include "trace.h"#include "radius.h"#include "thermal.h"#include "heavy.h"#include "wind.h"#include "init.h"#include "iso.h"
Go to the source code of this file.
Functions | |
| void | InitSimPostparse (void) |
| void InitSimPostparse | ( | void | ) |
initialize values at start of simulation, called after parser, sets initial or zero values at start of each sim in grid
Definition at line 20 of file init_sim_postparse.cpp.
References t_wind::AccelGravity, ASSERT, t_elementnames::chElementSym, t_iso::chISO, CO_create_react(), CO_Init(), CO_zero(), t_wind::comass, DEBUG_ENTRY, dense, t_wind::DiskRadius, elementnames, GRAV_CONST, Heavy, ioQQQ, ipH_LIKE, ipHELIUM, ipHYDROGEN, iso, iso_update_num_levels(), t_iso::lgCompileRecomb, t_wind::lgDisk, t_dense::lgElmtOn, t_iso::lgPrintNumberOfLevels, t_trace::lgTrace, t_thermal::lgUnstable, t_trace::lgWind, LIMELM, t_iso::n_HighestResolved_local, t_iso::n_HighestResolved_max, t_iso::nCollapsed_local, t_iso::nCollapsed_max, NISO, t_iso::numLevels_local, t_iso::numLevels_max, t_thermal::nUnstable, POW2, t_radius::Radius, radius, SOLAR_MASS, thermal, t_thermal::thist, t_thermal::tlowst, TorF(), trace, wind, and t_Heavy::xLyaHeavy.
Referenced by cloudy().

1.8.3.1