Database for named isotopic weights. More...
Database for named isotopic weights.
Values are used from Kim, et al. [20].
units = kg / kg-mol (or equivalently gm / gm-mol)
This structure was picked because it's simple, compact, and extensible.
Definition at line 48 of file Elements.cpp.
Public Attributes | |
| string | symbol |
| Isotope symbol, first letter capitalized. | |
| string | fullName |
| Isotope full name, first letter lowercase. | |
| double | atomicWeight |
| Isotope atomic weight in kg / kg-mol. | |
| int | atomicNumber |
| Isotope atomic number. | |
| string symbol |
Isotope symbol, first letter capitalized.
Definition at line 49 of file Elements.cpp.
| string fullName |
Isotope full name, first letter lowercase.
Definition at line 50 of file Elements.cpp.
| double atomicWeight |
Isotope atomic weight in kg / kg-mol.
Definition at line 51 of file Elements.cpp.
| int atomicNumber |
Isotope atomic number.
Definition at line 52 of file Elements.cpp.