Skip to content

Commit

Permalink
[docs] Add citation
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 3, 2023
1 parent 8047989 commit d249b2b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
12 changes: 12 additions & 0 deletions doc/doxygen/cantera.bib
Expand Up @@ -217,3 +217,15 @@ @article{wagner2002
url = {https://dx.doi.org/10.1063/1.1461829},
volume = {31},
year = {2002}}
@article{kim2019,
author = {S.~Kim, and J.~Chen and T.~Cheng and A.~Gindulyte and J.~He and S.He
and Q.~Li and B.~A.~Shoemaker and P.~A.~Thiessen, and B.~Yu and L.~Zaslavsky
and J.Zhangn and E.~E.~Bolton},
journal = {Nucleic Acids Research},
number = {D1},
pages = {D1102--D1109},
title = {{PubChem} 2019 update: improved access to chemical data},
doi = {10.1093/nar/gky1033},
url = {https://dx.doi.org/10.1093/nar/gky1033},
volume = {47},
year = {2019}}
13 changes: 5 additions & 8 deletions src/thermo/Elements.cpp
Expand Up @@ -13,7 +13,8 @@
namespace Cantera
{

/*! Database for atomic weights
/**
* Database for atomic weights.
* Values are used from CIAAW. Atomic weights of the elements 2017
* when a single value is given. Available online at
* http://www.ciaaw.org/atomic-weights.htm
Expand All @@ -36,13 +37,9 @@ struct atomicWeightData {
double atomicWeight; //!< Element atomic weight in kg / kg-mol, if known. -1 if no stable isotope
};

/*! Database for named isotopic weights
* Values are used from
* Kim S, Chen J, Cheng T, Gindulyte A, He J, He S, Li Q, Shoemaker BA,
* Thiessen PA, Yu B, Zaslavsky L, Zhang J, Bolton EE. PubChem 2019
* update: improved access to chemical data. Nucleic Acids Res. 2019
* Jan 8; 47(D1):D1102-1109. doi:10.1093/nar/gky1033.
* [PubMed PMID:30371825]
/**
* Database for named isotopic weights.
* Values are used from Kim, et al. @cite kim2019.
*
* units = kg / kg-mol (or equivalently gm / gm-mol)
*
Expand Down

0 comments on commit d249b2b

Please sign in to comment.