Cantera
2.2.1
|
Public Attributes | |
char | name [4] |
Null Terminated name, First letter capitalized. More... | |
double | atomicWeight |
atomic weight in kg / kg-mol More... | |
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 27 of file Elements.cpp.
char name[4] |
Null Terminated name, First letter capitalized.
Definition at line 28 of file Elements.cpp.
double atomicWeight |
atomic weight in kg / kg-mol
Definition at line 29 of file Elements.cpp.
Referenced by Elements::LookupWtElements(), and Cantera::LookupWtElements().