Cantera  2.3.0
Public Attributes | List of all members
isotopeWeightData Struct Reference

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

Detailed Description

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.

Member Data Documentation

◆ symbol

string symbol

Isotope symbol, first letter capitalized.

Definition at line 39 of file Elements.cpp.

Referenced by Cantera::getElementSymbol().

◆ fullName

string fullName

Isotope full name, first letter lowercase.

Definition at line 40 of file Elements.cpp.

Referenced by Cantera::getElementName().

◆ atomicWeight

double atomicWeight

Isotope atomic weight in kg / kg-mol.

Definition at line 41 of file Elements.cpp.

Referenced by Cantera::getElementWeight().

◆ atomicNumber

int atomicNumber

Isotope atomic number.

Definition at line 42 of file Elements.cpp.

Referenced by Cantera::getAtomicNumber().


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