cantera/data
Bryan W. Weber dc96fb5fe8 Update atomic weights with 2018 IUPAC/CIAAW data
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).
2019-08-09 15:15:30 -04:00
..
inputs Update atomic weights with 2018 IUPAC/CIAAW data 2019-08-09 15:15:30 -04:00
thermo Add missing number prefix 2017-12-06 15:00:50 -05:00
transport Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00
README Removed execute permission from nonexecutable files 2012-03-13 17:32:41 +00:00

 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.