Cantera  2.4.0
Public Attributes | List of all members
atomicWeightData Struct Reference

Public Attributes

string symbol
 Element symbol, first letter capitalized. More...
 
string fullName
 Element full name, first letter lowercase. More...
 
double atomicWeight
 Element atomic weight in kg / kg-mol. More...
 

Detailed Description

Database for atomic weights Values are taken from the 1989 Standard Atomic Weights, CRC

units = kg / kg-mol (or equivalently gm / gm-mol)

This structure was picked because it's simple, compact, and extensible.

Definition at line 25 of file Elements.cpp.

Member Data Documentation

◆ symbol

string symbol

Element symbol, first letter capitalized.

Definition at line 26 of file Elements.cpp.

Referenced by Cantera::getElementSymbol().

◆ fullName

string fullName

Element full name, first letter lowercase.

Definition at line 27 of file Elements.cpp.

Referenced by Cantera::getElementName().

◆ atomicWeight

double atomicWeight

Element atomic weight in kg / kg-mol.

Definition at line 28 of file Elements.cpp.

Referenced by Cantera::getElementWeight().


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