Database for atomic molecular weights. More...
Public Attributes | |
char | name [4] |
Null Terminated name, First letter capitalized. | |
double | atomicWeight |
atomic weight in kg / kg-mol |
Database for atomic molecular weights.
Values are taken from the 1989 Standard Atomic Weights, CRC
awTable[] is a static function with scope limited to this file. It can only be referenced via the static Elements class function, LookupWtElements().
units = kg / kg-mol (or equivalently gm / gm-mol)
(note: this structure was picked because it's simple, compact, and extensible).
Definition at line 58 of file Elements.cpp.
double atomicWeight |
atomic weight in kg / kg-mol
Definition at line 60 of file Elements.cpp.
char name[4] |
Null Terminated name, First letter capitalized.
Definition at line 59 of file Elements.cpp.