Cantera
2.4.0
|
Public Attributes | |
string | symbol |
Isotope symbol, first letter capitalized. More... | |
string | fullName |
Isotope full name, first letter lowercase. More... | |
double | atomicWeight |
Isotope atomic weight in kg / kg-mol. More... | |
int | atomicNumber |
Isotope atomic number. More... | |
Database for named isotopic 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 38 of file Elements.cpp.
string symbol |
Isotope symbol, first letter capitalized.
Definition at line 39 of file Elements.cpp.
Referenced by Cantera::getElementSymbol().
string fullName |
Isotope full name, first letter lowercase.
Definition at line 40 of file Elements.cpp.
Referenced by Cantera::getElementName().
double atomicWeight |
Isotope atomic weight in kg / kg-mol.
Definition at line 41 of file Elements.cpp.
Referenced by Cantera::getElementWeight().
int atomicNumber |
Isotope atomic number.
Definition at line 42 of file Elements.cpp.
Referenced by Cantera::getAtomicNumber().