Cantera
2.0
|
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 LookupWtElements() function.
units = kg / kg-mol (or equivalently gm / gm-mol)
This structure was picked because it's simple, compact, and extensible.
Definition at line 33 of file Elements.cpp.
char name[4] |
Null Terminated name, First letter capitalized.
Definition at line 34 of file Elements.cpp.
double atomicWeight |
atomic weight in kg / kg-mol
Definition at line 35 of file Elements.cpp.