Commit Graph

2787 Commits

Author SHA1 Message Date
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
Ian Bell
f395dbebf3 Another attempt at MinGW; see #608 2015-04-20 22:13:40 -06:00
Ian Bell
456241376d A try at fixing mingw build; see #608 2015-04-20 21:52:42 -06:00
Ian Bell
86569f4be8 If fluid has no transport properties, still calculate saturation tables; closes #602 2015-04-20 21:31:38 -06:00
Ian Bell
bafb6f37cf Exchange _Props for _PropsSI with appropriate conversions; see #605
Not sure, but this should fix it
2015-04-20 19:53:34 -06:00
Jorrit Wronski
94a61760e8 More reconfiguration 2015-04-21 00:13:56 +02:00
Jorrit Wronski
78b7a14585 Still playing with Python config, hopefully fixes an OSX bug (PhaseEnvelope import) as well. 2015-04-20 21:46:57 +02:00
Jorrit Wronski
dc30c96d38 More CMake and buildbot changes 2015-04-20 20:57:24 +02:00
Jorrit Wronski
de18afe146 One more typo in the CMake options 2015-04-20 19:47:35 +02:00
Jorrit Wronski
4a601a9f76 Trying to fix the Python builds 2015-04-20 19:39:40 +02:00
Jorrit Wronski
abde40be64 Fixed the buggy property setters in cmake, they actually caused some trouble. 2015-04-20 18:54:33 +02:00
Jorrit Wronski
5e9cd2df8b Added a variable for the library file and the header 2015-04-20 13:21:21 +02:00
Ian Bell
0d7585c107 SWIG depends on PhaseEnvelope.h 2015-04-19 22:32:41 -06:00
Ian Bell
195707d521 Merge pull request #606 from CoolProp/tab_mix
Tabular mixtures work with BICUBIC
2015-04-19 22:06:26 -06:00
Ian Bell
2acfa38744 Do not rebuild the coefficients every time - 5us/call with BICUBIC 2015-04-19 22:01:04 -06:00
Ian Bell
2056c1ee8c tau and delta should be based on reducing temperature and density, not critical values
Also fix definition of PHI0 in REFPROP wrapper
2015-04-19 21:12:58 -06:00
Ian Bell
1b941209c0 Fix typo in AbstractState.pyx 2015-04-19 20:57:38 -06:00
Ian Bell
c7cb7bf4ef Expose derivatives of alphar and alpha0 in python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-04-19 20:50:44 -06:00
Ian Bell
260f4dfde0 Bicubic tables "working" for mixtures with REFPROP
Interpolated values are not quite correct, seems like a problem with PHIOdll in REFPROP
2015-04-19 19:30:13 -06:00
Jorrit Wronski
545e8761aa ExternC again after the lib definitions 2015-04-20 00:38:19 +02:00
Jorrit Wronski
f0e02a67f2 Added ExternC definition to all libraries 2015-04-20 00:30:11 +02:00
Jorrit Wronski
6af64e89fd More buildbot config fun 2015-04-19 23:57:19 +02:00
Jorrit Wronski
dc31cbb60e Removed broken slaves from config 2015-04-19 23:56:11 +02:00
Jorrit Wronski
55379c10b1 Changed the Excel builder config to match the new paths 2015-04-19 23:53:46 +02:00
Jorrit Wronski
61c4a0a42e Of course there are more cmake errors than in the tests 2015-04-19 23:30:31 +02:00
Jorrit Wronski
0ea743732a Fixed the static library switch for OSX 2015-04-19 23:26:51 +02:00
Jorrit Wronski
8874fc34f5 Merge branch 'CMakeLibCleanup' 2015-04-19 23:18:54 +02:00
Jorrit Wronski
32ea2dd600 Tried to clean the library creation in cmake 2015-04-19 23:09:37 +02:00
Ian Bell
b4d0420ef1 Building tables for mixtures working now with REFPROP. 2015-04-19 14:15:01 -06:00
Ian Bell
2f439d1b10 Update docs for how to read zlib compressed tabular data back into python 2015-04-19 14:03:23 -06:00
Ian Bell
e50b54fe63 Interpolation functions can mix types (double and CoolPropDbl) 2015-04-19 11:51:17 -06:00
Ian Bell
7fffb04413 Build phase envelopes for mixtures with tabular backends and copy data 2015-04-19 11:19:14 -06:00
Jorrit Wronski
9eb3e190b6 Changed the buildbot config and remove Jorrit's Linux machines 2015-04-19 16:34:06 +02:00
Ian Bell
184857ec1a Fixes benzene reference; closes #601 2015-04-18 22:42:21 -06:00
Ian Bell
dfbb05f4c4 Turn back off libstdc++ for MATLAB+OSX, that didn't work 2015-04-17 18:26:23 -06:00
Ian Bell
51ae6ba0e3 Add table of inputs for HAPropsSI; closes #591 2015-04-17 18:13:02 -06:00
Ian Bell
2a09437556 This time the flags should be applied; see #596 2015-04-17 17:29:12 -06:00
Ian Bell
73c7fc6bad Switch MATLAB+OSX to libstdc++; see #596 2015-04-17 17:25:52 -06:00