Use data from the periodic table at http://www.ciaaw.org/atomic-weights.htm and https://iupac.org/wp-content/uploads/2018/12/IUPAC_Periodic_Table-01Dec18.pdf Elements without any atomic weight in either table do not have a stable isotope. These are deleted from elements.xml and have their atomic weight set to -1.0 in Elements.cpp. Add elements after plutonium that were not previously listed. None of these elements have stable isotopes. These elements are retained/added so their symbols, names, and atomic numbers can still be retrieved and the mapping of atomic number to index - 1 in the struct is maintained. Modify the element weight lookup functions to throw errors when an element with no weight is requested (i.e., the weight is -1.0 in the struct). |
||
|---|---|---|
| .. | ||
| inputs | ||
| thermo | ||
| transport | ||
| README | ||
This directory contains subdirectories with data files of various types. By default, Cantera looks for files in the 'inputs', 'thermo', and 'transport' directories. These defaults can be modified by editing Cantera/src/misc.cpp.