cloudy
trunk
|
#include "module.h"
Go to the source code of this file.
Data Structures | |
struct | isotope |
struct | t_abund |
Macros | |
#define | LIMTABD 500 |
Typedefs | |
typedef struct isotope | t_isotope |
Functions | |
void | AbundancesSet (void) |
void | AbundancesPrt (void) |
void | abund_starburst (Parser &p) |
double | AbundancesTable (double r0, double depth, long int iel) |
Variables | |
t_abund | abund |
#define LIMTABD 500 |
Definition at line 226 of file abund.h.
Referenced by ParseElement().
void abund_starburst | ( | Parser & | p | ) |
Definition at line 11 of file abund_starburst.cpp.
References abund, cdEXIT, t_elementnames::chElementSym, t_optimize::chVarFmt, DEBUG_ENTRY, elementnames, EXIT_FAILURE, fp_equal(), fprintf(), Parser::getNumberCheckLogLinNegImplLog(), input, ioQQQ, t_optimize::lgVarOn, LIMELM, MAX2, MIN2, Parser::nMatch(), t_optimize::nparm, t_input::nRead, t_optimize::nvarxt, t_optimize::nvfpnt, optimize, POW2, POW3, t_abund::solar, t_abund::SolarSave, t_optimize::varang, t_optimize::vincr, and t_optimize::vparm.
Referenced by ParseAbundances(), and ParseDrive().
void AbundancesPrt | ( | void | ) |
AbundancesPrt print all abundances, both gas phase and grains
Definition at line 31 of file abundances.cpp.
References abund, GrainVar::bin, called, t_elementnames::chElementSym, DEBUG_ENTRY, dense, elementnames, GrainVar::elmSumAbund, fprintf(), t_dense::gas_phase, gv, ioQQQ, ipHYDROGEN, GrainVar::lgDustOn(), t_dense::lgElmtOn, t_called::lgTalk, LIMELM, MAT_CAR, MAT_CAR2, MAT_PAH, MAT_PAH2, MAT_SIC, MAT_SIL, MAT_SIL2, MAX2, PrtElem(), SMALLFLOAT, t_abund::solar, and TotalInsanity().
Referenced by cloudy().
void AbundancesSet | ( | void | ) |
AbundancesSet sets initial abundances after parameters are entered by reading input
Definition at line 145 of file abundances.cpp.
References abund, t_dense::AbundanceLimit, AbundancesTable(), t_dense::AtomicWeight, called, cdEXIT, t_dense::cfirst, t_elementnames::chElementSym, t_thermal::ConstTemp, t_dense::csecnd, DEBUG_ENTRY, dense, t_abund::depset, t_radius::depth, deut, elementnames, EXIT_FAILURE, t_dense::flcPhase, fprintf(), t_dense::gas_phase, InitDeuteriumIonization(), ioQQQ, ipCARBON, ipHELIUM, ipHYDROGEN, ipLITHIUM, ipOXYGEN, t_abund::lgAbTaON, t_abund::lgAbunTabl, t_dense::lgDenFlucOn, t_deuterium::lgElmtOn, t_dense::lgElmtOn, t_called::lgTalk, t_trace::lgTrace, LIMELM, MAX_DENSITY, phycon, PrintE82(), radius, t_radius::Radius, t_abund::ScaleElement, t_abund::ScaleMetals, SDIV(), t_dense::SetGasPhaseDensity(), SMALLFLOAT, t_abund::solar, StopCalc, SumDensities(), t_phycon::TEMP_STOP_DEFAULT, t_StopCalc::TempLoStopZone, thermal, trace, and t_dense::xIonDense.
Referenced by cloudy().
double AbundancesTable | ( | double | r0, |
double | depth, | ||
long int | iel | ||
) |
AbundancesTable interpolate on table of points to do 'element table' command,
r0 | |
depth | |
iel |
Definition at line 464 of file abundances.cpp.
References t_abund::AbTabFac, t_abund::AbTabRad, abund, cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, exp10(), fprintf(), frac(), ioQQQ, t_abund::lgAbTaDepth, and t_abund::nAbunTabl.
Referenced by AbundancesSet(), and AbundChange().
t_abund abund |
Definition at line 5 of file abund.cpp.
Referenced by abund_starburst(), AbundancesPrt(), AbundancesSet(), AbundancesTable(), AbundChange(), ChargTranPun(), dBase_solve(), dBaseAbund(), dBaseTrim(), HyperfineCreate(), InitDefaultsPreparse(), ion_recombAGN(), ion_widen(), lgStatesConserved(), LoadIsotopes(), Atom_LevelN::operator()(), ParseAbundances(), ParseCommands(), ParseDrive(), ParseElement(), ParseMetal(), PrtComment(), PrtZone(), radius_next(), RT_DestProb(), save_opacity(), SaveDo(), and SetIsotopeFractions().