awData Struct Reference

Database for atomic molecular weights. More...

List of all members.

Public Attributes

char name [4]
 Null Terminated name, First letter capitalized.
double atomicWeight
 atomic weight in kg / kg-mol

Detailed Description

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.


Member Data Documentation

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.


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.3