Commit Graph

1268 Commits

Author SHA1 Message Date
Chris Neal
fa09dabd7e Added standard InChi key & string for Cyclopropane
Values obtained from: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=30365
2018-05-09 23:33:40 -04:00
Chris Neal
d03aafaee8 Added standard InChi key & string for Cyclohexane
Values obtained from: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=29005
2018-05-09 23:32:19 -04:00
Chris Neal
47350e6e88 Added standard InChi key & string for Carbonyl Sulfide
Values obtained from: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=16573
2018-05-09 23:30:33 -04:00
Chris Neal
64a49d771e Added standard InChi key & string for Carbon Monoxide
Values obtained from: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=17245
2018-05-09 23:29:02 -04:00
Chris Neal
8c8125c059 Added standard InChi key & string for Carbon Dioxide
Values obtained using IUPAC winchi-1 software from Molfile: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=16526
2018-05-09 23:26:31 -04:00
Chris Neal
bfab9f835e Added standard InChi key & string for Benzene
Values obtained using IUPAC winchi-1 software from Molfile:https://www.ebi.ac.uk/chebi/searchId.do?chebiId=16716
2018-05-09 23:24:52 -04:00
Chris Neal
6f69fb7b1a Added standard InChi key & string for Argon
Values obtained using IUPAC winchi-1 software from Molfile: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:49475
2018-05-09 23:22:45 -04:00
Chris Neal
17dcabdf35 Added standard InChi key & string for Ammonia
Values obtained using IUPAC winchi-1 software from Molfile: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=16134
2018-05-09 23:19:57 -04:00
Chris Neal
51a199998f Added standard InChi key & string for Acetone
Values obtained using IUPAC winchi-1 software from Molfile: https://www.ebi.ac.uk/chebi/searchId.do?chebiId=15347
2018-05-09 23:15:35 -04:00
Chris Neal
c132f89f72 Added standard InChi key & string for 1-Butene
Values obtained using IUPAC winchi-1 software from Molfile: http://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:48362
2018-05-09 23:12:17 -04:00
thorade
17dba49712 use sorted(list) instead of list.sort()
http://python3porting.com/improving.html#sorting-section
2018-04-17 13:19:40 +02:00
Ian Bell
c48566367f Remove python 3.3 slaves 2018-03-10 14:29:55 -07:00
Jorrit Wronski
3fac4949f2 upload wheels using buildbot instead of rsync 2017-12-19 16:54:50 +01:00
Ian Bell
dfae574ed2 Remove unused slave from buildbot config 2017-12-18 18:49:22 -07:00
Jorrit Wronski
c001f876fa a missing comma 2017-12-18 20:57:01 +01:00
Jorrit Wronski
5944cb5992 Changed the master configuration to use the new buildbot passwords 2017-12-18 20:55:35 +01:00
Jorrit Wronski
a14d03711c Update gcc version for new OSX builder 2017-12-18 15:41:34 +01:00
thorade
b2a97330e6 fix syntax: err_count += 1
https://stackoverflow.com/questions/2632677/python-integer-incrementing-with
2017-12-13 16:10:00 +01:00
Matthis Thorade
19a4875879 More autopep8 (#1621)
* autopep8 rule-groups E101,W1,W2,W3

* autopep8 with rule group E3 (blank lines)

autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .

* tabs and space W191

* autopep8 aggressive
2017-12-13 14:43:41 +01:00
Matthis Thorade
526cb198a4 autopep8 whitespace (#1613)
* autopep8 whitespace only:

--select="E101,W1,W2"

* revert single file: web2py_online.py

Should this be a .py file at all?

* revert file Tickets/1443.py because the diff looked strange:

maybe there is an encoding problem?

* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Ian Bell
a0e7c7680d Disable the MATLAB examples 2017-11-19 22:35:11 -07:00
Ian Bell
23c607d66a Update MSVC for Catch windows build 2017-11-17 21:42:23 -07:00
Ian Bell
3ef8042ce8 Remove all the remaining MATLAB builders; switch to python for MATLAB 2017-11-17 21:23:15 -07:00
Ian Bell
7fb71a366b Removed some buildbot builders that are no longer needed 2017-11-15 22:19:21 -07:00
Jorrit Wronski
56d7f78042 Added a new OSX builder, updated commands to handle new buildbot versions, still some work in progress 2017-10-30 09:14:15 +01:00
Jorrit Wronski
a0625011d1 Enabling the catch test again 2017-08-16 08:44:53 +02:00
whunter7
acb5686e91 Update PureFluids.py (#1517)
Another, hopefully final, correction to Syltherm 800. The saturation pressure array values are correct, but multiplied by the wrong power of 10. This error likely happened because the wrong units were given in the Dow FluidFile (kPa instead of bar). Dow have been informed!
2017-07-25 10:38:31 +02:00
whunter7
e9ecbf959f Update PureFluids.py (#1489)
* Update PureFluids.py to fix issues with some incompressible fluids
* Corrected specific_heat and conductivity data for Syltherm 800
* Added DynaleneSF
2017-05-16 15:13:16 +02:00
Ian Bell
0f75fa63f3 Improve stability of generate_headers script (git part) 2017-04-28 21:50:53 -06:00
Jorrit Wronski
4a4e3232a5 Reducing the push frequency for the coverity_scan branch, coupling it to the nightly builds 2017-04-22 00:01:06 +02:00
Jorrit Wronski
3fe5e7dfe6 Fixed the scripts to handle the coverity_scan 2017-04-21 23:52:36 +02:00
Jorrit Wronski
44172d1df0 Coverity scan (#1479)
Added a basic Travis integration and added configuration details for coverity scans. Travis could be refined though.
2017-04-21 16:47:20 +02:00
Jorrit Wronski
053448af20 Update release.bsh
An attempt to handle #1469
2017-04-10 00:10:31 +02:00
Ian Bell
a6c778977a Fix formula for deuterium; see #1396
Add testing script
2017-03-14 19:50:06 -06:00
Ian Bell
1e61aab8ac Fix formulas for dichloroethane and ethylene oxide; closes #1396 2017-03-14 19:46:27 -06:00
Jorrit Wronski
b6d01a4e33 More Python 3.6 stuff 2017-03-10 18:09:50 +01:00
Jorrit Wronski
6d9b3c0292 Added Python 3.6 for #1429 2017-03-10 18:03:06 +01:00
Jorrit Wronski
7a1ee42b27 More testing of the plotting functions 2017-03-10 13:48:29 +01:00
Jorrit Wronski
22f6a3b81d This seems to be the most sane handling of the guess values 2017-03-10 12:14:02 +01:00
Jorrit Wronski
4cf5c8aef6 Started working on #1440 2017-03-10 09:32:32 +01:00
Jorrit Wronski
f7af136eb1 Added the line tracer to _PropSI_multi 2017-03-09 23:24:01 +01:00
Jorrit Wronski
ff960a87b9 Editing main file to include the case generators 2017-03-05 00:36:23 +01:00
Ian Bell
5939984231 Add alpha0 functions and rhoc to cubic JSON data and update schema; see #1348 2016-11-29 22:15:14 -07:00
Ian Bell
fb82316fcd Allow for cubic transformations in HEOS multi-fluid model (#1359)
* Allow fluids to be used with SRK in multi-fluid model that have a dash in name

* Add ability to use SRK and PengRobinson as one-fluid transformations in multi-fluid models;see #1346

* Changed API for AbstractCubic so T_r and rho_r are settable

* Also add the ability to set to Peng-Robinson; see #1346

* Actually set the cubic EOS in multi-fluid model

* Enable both SRK and PR for cubic transformations in multi-fluid model
2016-11-29 18:19:14 -05:00
Jorrit Wronski
ed88b4e5c0 This one fixes #1352, but some issues remain with the incomplete support of an imposed two phase state 2016-11-28 23:31:12 +01:00
Jorrit Wronski
9294e83256 Trying to work on #1352 2016-11-28 22:59:39 +01:00
Jorrit Wronski
ef0f528401 Added calc_first_two_phase_deriv_splined to tabular backend, it works and closes CoolProp/ExternalMedia#16, but #870 should be kept open due to the use of the AbstractState instance that should be avoided 2016-11-28 21:01:07 +01:00
Jorrit Wronski
4693de315f Started with the first step towards #870 2016-11-27 23:26:47 +01:00
Jorrit Wronski
1cf82b9c88 Added the initial file by @ibell 2016-11-27 17:34:31 +01:00
Ian Bell
acf1f0549a Call git in the dev folder; closes #1343 2016-11-21 23:12:53 -07:00