Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
awData Struct Reference

Public Attributes

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

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 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.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: