Replaced Chernov and Narayanaswamy libraries with "aromatic only" versions#132
Conversation
…placed them with Chernov_aromatic_only and Narayanaswamy_aromatic_only libraries that have the following chages: 1. As the name suggests, the kinetic libraries only include reactions that involve aromatics species. Non-aromatic species are still in the thermo libraries. 2. Kekulized structures replaced with benzene bonds 3. Erroneous CH2HCO thermo deleted from Chernov library.
|
@zjburas, At the top of the reactions.py and thermo_library.py file, you have to input the same name as the library name. My first guess looking at the Travis-failure is that you didn't change the name at the top to match the new names of Chernov_aromatic etc. |
|
@nyee the names do match, but you reminded me to add a short and long description to the tops of each library. Still didn't pass the Tavis build. Any other suggestions? |
| Combustion and Flame 157 (2010) 1879-1898 | ||
| """ | ||
|
|
||
| """ |
There was a problem hiding this comment.
You have extra quotes here. I think this is probably why Travis is failing.
|
Thanks for the suggestion @mliu49 , but the build still failed. |
|
The errors seem to be |
|
I was referring to the extra Connie modified two tests to specifically load the Narayanaswamy library with this commit: ReactionMechanismGenerator/RMG-Py@37956ca. So it seems that the solution would either be to change the library being loaded in RMG-Py, or change the name of this library back to Narayanswamy. The flux diagram test (test_avi) is also failing though, which I'm confused about, since it doesn't seem like you changed anything that would affect group additivity thermo estimates, which seems to be the part it's failing on. |
|
I just checked, and either solution will fix the build:
Somehow, doing so also fixes the flux diagram test, for reasons which I don't understand. |
|
Unless we have another version living alongside it I would vote we leave the name as Narayanaswamy. Makes history easier to track for one thing. Just make it crystal clear in the longDescription what the file does and does not contain |
… just "Chernov" and "Narayanaswamy"
Deleted Chernov and Narayanaswamy kinetic and thermo libraries and replaced them with Chernov_aromatic_only and Narayanaswamy_aromatic_only libraries that have the following changes: