|
cloudy
trunk
|
#include <mole.h>

Public Member Functions | |
| bool | lgMeanAbundance (void) const |
| string | label (void) const |
| int | compare (const chem_atom &b) const |
Data Fields | |
| chem_element * | el |
| int | A |
| vector< int > | ipMl |
| realnum | mass_amu |
| double | frac |
|
inline |
Definition at line 72 of file mole.h.
References A, el, mass_amu, and chem_element::Z.
Referenced by operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
inline |
Definition at line 55 of file mole.h.
References A, el, chem_element::label, lgMeanAbundance(), and chem_element::Z.
Referenced by lgNucleiConserved(), molcol(), and newisotope().

|
inline |
| int chem_atom::A |
Definition at line 44 of file mole.h.
Referenced by compare(), label(), lgMeanAbundance(), and newisotope().
| chem_element* chem_atom::el |
Definition at line 43 of file mole.h.
Referenced by compare(), label(), mole_eval_dynamic_balance(), mole_make_list(), newisotope(), and parse_species_label().
| double chem_atom::frac |
Definition at line 47 of file mole.h.
Referenced by t_mole_global::make_species(), mole_eval_dynamic_balance(), and newisotope().
| vector<int> chem_atom::ipMl |
Definition at line 45 of file mole.h.
Referenced by lgNucleiConserved(), mole_make_list(), and newisotope().
| realnum chem_atom::mass_amu |
Definition at line 46 of file mole.h.
Referenced by compare(), and newisotope().
1.8.17