Commit Graph

2824 Commits

Author SHA1 Message Date
Ian Bell
112c7cd68f Added DOI for all papers that have it; closes #595
Used crossref where possible, manual search otherwise
2015-04-24 23:36:40 -06:00
Ian Bell
6bceccf1d6 Skip tests on 4th order SAFT derivatives 2015-04-24 22:26:02 -06:00
Ian Bell
cab60b632b Don't test Water or CO2 AT the critical point 2015-04-24 22:09:00 -06:00
Ian Bell
5d8c1fafe0 Limit critical region based on DELTA, not delta, in critical region 2015-04-24 22:02:50 -06:00
Ian Bell
7a72e68389 Significantly reduce the zone where D, T requires a call to saturation routines; helps #411 2015-04-24 21:21:19 -06:00
Ian Bell
5a4bf85432 Should be absolute value of error in comparison for backwards steps
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-24 19:32:55 -06:00
Ian Bell
7367e6a326 Implemented Halley's method for liquid states - works great; see #411 2015-04-24 19:24:22 -06:00
Ian Bell
6696e34c1d Fixed pseudo-pures in the critical vicinity; closes #481 2015-04-24 18:54:56 -06:00
Ian Bell
65e8ff549b Tidy up HAPropsSI table of inputs 2015-04-24 18:09:58 -06:00
Ian Bell
de24996c92 Tightened up convergence criterion for saturation and added relaxation for water; closes #615 2015-04-24 18:00:08 -06:00
Jorrit Wronski
72fb280a12 More changes to the FORTRAN builders, fixes #608 2015-04-25 00:15:35 +02:00
Jorrit Wronski
5fb05b06c9 Use MinGW for the MinGW builds 2015-04-24 23:52:36 +02:00
Jorrit Wronski
ec54b9793e Quite a few changes on the index page, reduced image sizes, fixed broken Modelica links 2015-04-24 16:35:55 +02:00
Jorrit Wronski
684725708d Typo in the links to TDM-GCC 2015-04-23 22:55:22 +02:00
Jorrit Wronski
3100972f49 Mention the MinGW problems in the docs, related to #608, but does not solve it. It still remains a mystery that the Octave builds don't fail. 2015-04-23 22:30:36 +02:00
Jorrit Wronski
565df6259c Last changes to the docs to close #605, the release scripts do not need further updates. 2015-04-23 22:14:26 +02:00
Ian Bell
6a1d89d787 Clean up symbols and factor a bit better 2015-04-23 11:14:30 -06:00
Ian Bell
d8a09a4fb4 Merge branch 'master' of https://github.com/CoolProp/CoolProp 2015-04-23 10:07:26 -06:00
Ian Bell
d52db4a02d Add CoolPropLib.cpp to cmake for snippets 2015-04-23 10:07:18 -06:00
Ian Bell
1c311459f3 Clean up errors in snippets 2015-04-23 10:06:33 -06:00
Ian Bell
8f9817b1ae Export up to 4th order derivatives of the residual Helmholtz energy term 2015-04-23 10:05:11 -06:00
Ian Bell
48c757e229 Implement the updated Generalized Exponential derivative term 2015-04-23 10:03:57 -06:00
Ian Bell
36c6d1f7a6 Fix typo in code page of Web/develop 2015-04-22 21:53:58 -06:00
Ian Bell
0658ec082d Merge pull request #614 from postmath/typos-in-parameter-descriptions
Typos in parameter descriptions.
2015-04-22 21:49:19 -06:00
Ian Bell
88d99e0b74 Fix typo in python docs 2015-04-22 21:48:50 -06:00
Erik Postma
678db27dc6 Typos in parameter descriptions. 2015-04-22 13:47:52 -04:00
Jorrit Wronski
4cb169ff69 Trying to fix the wrong path for def file 2015-04-22 13:07:33 +02:00
Jorrit Wronski
7abfdd2917 Moved the permission handling to the builders instead of the cron task, finally fixes #613 2015-04-22 13:04:33 +02:00
Jorrit Wronski
a59d38c485 Added a separate permission fixer 2015-04-22 12:02:16 +02:00
Jorrit Wronski
601ee5a6bc Added the DEF file to export the same symbols as cdecl and stdcall dll on Windows 2015-04-22 11:52:02 +02:00
Jorrit Wronski
ea548b96ea Removed the links to the Python server, see also #613 2015-04-22 11:02:57 +02:00
Ian Bell
7c22d26fac But really, fixed python this time (?) 2015-04-21 23:15:35 -06:00
Ian Bell
81239b5b07 One more try to fix python 2015-04-21 22:45:50 -06:00
Ian Bell
28cfaf26f8 One more try for python workaround 2015-04-21 22:31:31 -06:00
Ian Bell
b42c6a054b Disable Eigen vectorization to make 64-bit VC9 build ok 2015-04-21 20:14:54 -06:00
Ian Bell
fa2923fa22 Update command for python install of development wheels 2015-04-21 20:06:06 -06:00
Ian Bell
b4cb4af28f Remove MINGW flags - don't help 2015-04-21 19:55:44 -06:00
Ian Bell
17f2def893 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-04-21 19:24:20 -06:00
Ian Bell
4697b33a6d Throw error if Q out of range for first_two_phase_deriv_splined; closes #611 2015-04-21 19:24:08 -06:00
Ian Bell
6a64e2a6b1 Merge pull request #612 from postmath/small-fix-re-issue-591
Added missing cell "Input/Output" for enthalpy row.
2015-04-21 18:39:25 -06:00
Ian Bell
9056bde277 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-04-21 18:34:04 -06:00
Ian Bell
36a07e72dc Try bumping Eigen revision, maybe this will help with #608? 2015-04-21 18:33:45 -06:00
Erik Postma
28521aa315 In addition to the missing cell, Y should be marked Input/Output. 2015-04-21 14:31:39 -04:00
Jorrit Wronski
1a6e8faf6d More CMake switches for full tranparency in the library builds, now also allows DEF files to manually alias Windows functions, __stdcall library functions cannot be undecorated otherwise 2015-04-21 18:37:53 +02:00
Erik Postma
216071cd69 Added missing cell "Input/Output" for enthalpy row. 2015-04-21 11:16:55 -04:00
Jorrit Wronski
b43c23ba2f Enable release and debug control from outside 2015-04-21 13:12:02 +02:00
Jorrit Wronski
8f319a5e9f Moved more builders away from Ian's virtual Windows, it is by far the busiest machine... 2015-04-21 11:25:33 +02:00
Jorrit Wronski
674483f2c2 Continue builds if directory removal fails (dirs don't exist during the first build) 2015-04-21 11:17:24 +02:00
Jorrit Wronski
b583923c8c Add args in builders instead of replacing them, adds flexibility 2015-04-21 10:42:45 +02:00
Jorrit Wronski
9252af59ca Removed support for the old cmake modules, let's see what breaks 2015-04-21 10:37:48 +02:00