4321 Commits

Author SHA1 Message Date
Ian Bell
7864c2614c One more try at #1288 v6.1.0 2016-10-24 20:51:16 -06:00
Ian Bell
2a9f079e4b Update changelog 2016-10-24 18:43:05 -06:00
Ian Bell
45925f0158 Fix potential crash in phase envelope construction; closes #1286 2016-10-24 18:38:53 -06:00
Ian Bell
1c79c77986 Actually check if T < Tmelt for p > pmin; #1288 2016-10-24 18:38:53 -06:00
Ian Bell
817b6960b2 Catch runs should be Release builds; closes #1290 2016-10-24 18:38:53 -06:00
Ian Bell
1d98290d79 Actually commit new pybind11 submodule; closes #1287 2016-10-24 18:38:23 -06:00
Ian Bell
f0e1ff7808 Make max tau 5 again for tracing spinodal
Closes #1226
2016-10-24 14:40:10 -06:00
Jorrit Wronski
2b65e2024d Fixed the EES module by adding an install target 2016-10-24 11:28:31 +02:00
Ian Bell
e0fbc7123e Small update to cubics docs 2016-10-23 22:18:36 -06:00
Ian Bell
e54b916751 Bump revision to 6.1, prepare for release 2016-10-23 22:17:43 -06:00
Ian Bell
4895d593f2 Fix spinodal functions 2016-10-23 22:08:06 -06:00
Ian Bell
42e74fab5d Remove void in build_spinodal definition 2016-10-23 20:42:34 -06:00
JonWel
8bb9c517d7 Add pure fluid check to VTPR (#1283)
Allows for instance to retrieve the critical values used for the pure components in VTPR.
Was always false before.
2016-10-23 20:22:10 -06:00
Ian Bell
3f20dcdd13 Implement two-phase solver for PT inputs
Closes #1169
Closes #1066
Closes #1259
2016-10-23 20:20:58 -06:00
Ian Bell
bab5dc6f91 Fix fortran binding functions (needed VALUE in two places) 2016-10-23 18:11:28 -06:00
Ian Bell
3f57f8f742 Update docs for Excel wrapper; closes #1230 2016-10-23 17:36:11 -06:00
Ian Bell
8d6835ea30 Remove sheets from xlam to perhaps fix link errors on OSX 2016-10-23 17:12:45 -06:00
Ian Bell
7d42ac9f75 Bump revision of REFPROP-headers and actually use the shared library path if provided 2016-10-23 17:04:17 -06:00
Ian Bell
70975e9706 Fix bug in VBA for mac and add 32-bit excel prototypes on mac 2016-10-23 12:48:03 -06:00
Ian Bell
0ec95177f1 Add ability to set ALTERNATIVE_REFPROP_PATH and read environment variables
The environment variable COOLPROP_REFPROP_PATH can be set to indicate to CoolProp what path should be used

Closes #1235
2016-10-23 12:37:52 -06:00
Ian Bell
6285e7c137 Add PtrSafe to all functions in VBA 2016-10-23 12:37:52 -06:00
Ian Bell
37b946b2ce If fluid has melting line, also check that (of course the problem fluid is water)... 2016-10-23 11:22:57 -06:00
Ian Bell
0701ca2e4a Try to fix problem with SpinodalData for swig 2016-10-23 11:14:51 -06:00
JonWel
bb26d982a9 Correct typo, see #1270 (#1282)
Also lower a bit the threshold for `df` and add some comments.
2016-10-23 11:02:27 -06:00
Ian Bell
b889cc5883 Now errors if T < Tmin and p > ptriple; closes #1165 2016-10-22 17:38:43 -06:00
Ian Bell
365bcb7e18 Update pybind11 wrapper code and build files 2016-10-22 17:22:17 -06:00
Ian Bell
d818019411 Add ability to add HEOS fluids as JSON at runtime; closes #1281 2016-10-22 16:33:23 -06:00
Ian Bell
4fa33ecd89 apply_simple_mixing_rule now takes fluid names as alternative to CAS number 2016-10-21 19:58:16 -06:00
Ian Bell
2bbb6d068c Also add high-level interface to pybind11 interface 2016-10-21 19:42:23 -06:00
Ian Bell
49c6932fda Add preprocessor macro around pybind11 module instantiation to protect it 2016-10-21 18:51:42 -06:00
Ian Bell
d05d39e992 Two tiny things that compilers don't like 2016-10-21 18:47:37 -06:00
Ian Bell
94242e224b Add a pybind11 wrapper interface file for low-level interface 2016-10-21 18:46:59 -06:00
Ian Bell
5425dfbdf0 Bump IF97 revision to fix warning about switch 2016-10-21 17:44:47 -06:00
Ian Bell
6818e91dff Try to update FORTRAN examples - something funny going on 2016-10-20 08:47:33 -06:00
Ian Bell
4626602237 Fix plus symbols 2016-10-18 20:47:11 -06:00
JonWel
ba0829b9f3 Remove possible division by 0, closes #1270 (#1271)
* Remove possible division by 0, closes #1270
2016-10-18 20:41:51 -06:00
Jorrit Wronski
a27200e766 Formatted the docs 2016-10-18 22:22:58 +02:00
Jorrit Wronski
07f0b67c70 Fixed typos and changed the binary directory for the installer from "installer" to "Installers", modifies the link posted in #1237 2016-10-18 22:08:41 +02:00
Jorrit Wronski
6f33115a20 Made some more changes to finally close #1237 2016-10-18 20:54:35 +02:00
Jorrit Wronski
7b2429dc43 Added more docs for #1237 and fixed the Excel builder 2016-10-18 20:06:36 +02:00
Jorrit Wronski
13625dc040 Merge branch 'integrate_excel_installer' 2016-10-18 17:16:41 +02:00
Ian Bell
0dbd096a56 Fix logic for Helmholtz evaluation 2016-10-17 21:45:04 -06:00
JonWel
1fd55c9eef Solves a bug in VTPR (#1272)
The value of lnGammag was not cleared, this was creating a sort of caching issue.
(@ibell this solves the issue I was had in Paper1, I finally got it)
2016-10-17 20:07:11 -06:00
Ian Bell
156b3e5cb9 Export spinodal curves in DLL; closes #1273 2016-10-17 20:06:08 -06:00
Ian Bell
ffbba512da Fix indent 2016-10-17 19:56:08 -06:00
Ian Bell
91704a450b Export critical points in DLL; closes #1274 2016-10-17 19:55:25 -06:00
Ian Bell
797f500307 Use powInt instead of pow(double,int) - seems to save about 30% in speed 2016-10-16 13:13:22 -06:00
JonWel
d8225753fe SatL and SatV of type VTPR too (#1269)
The copy was previously creating PengRobinson instances for SatV and SatL, thus calls like "QT_INPUTS" were giving identical results as PR for mixtures.
2016-10-15 18:45:50 -06:00
Ian Bell
521cfc6d78 One more try with the alpha function copying 2016-10-14 23:08:08 -06:00
Ian Bell
afb04bc5fa Set alpha (properly) in SatL and SatV in cubics; closes #1267 2016-10-14 22:51:18 -06:00