Cloudy
Spectral Synthesis Code for Astrophysics
|
Variables | |
map< string, shared_ptr < molecule > > | spectab |
map< string, shared_ptr < mole_reaction > > | reactab |
map< string, shared_ptr < chem_element > > | elemtab |
map< string, shared_ptr < mole_reaction > > | functab |
map< string, shared_ptr< chem_element > > mole_priv::elemtab |
Referenced by newelement().
map< string, shared_ptr< mole_reaction > > mole_priv::functab |
map< string, shared_ptr< mole_reaction > > mole_priv::reactab |
Referenced by t_mole_local::chem_heat(), t_mole_local::dissoc_rate(), mole_check_reverse_reactions(), mole_cmp_num_in_out_reactions(), mole_create_react(), mole_dominant_rates(), mole_eval_balance(), mole_eval_sources(), mole_findrate_s(), mole_generate_isotopologue_reactions(), mole_print_species_reactions(), mole_rk_bigchange(), mole_save(), mole_update_rks(), newreact(), plot_sparsity(), t_mole_local::sink_rate_tot(), and t_mole_local::source_rate_tot().
map< string, shared_ptr< molecule > > mole_priv::spectab |
Referenced by findspecies(), findspecies_validate(), mole_make_list(), and newspecies().