Commit Graph

2852 Commits

Author SHA1 Message Date
Jorrit Wronski
c2b6de21d6 Restored the timing script 2015-04-27 01:21:39 +02:00
Ian Bell
e74044d496 Empty formulas (pseudo-pures for instance) show up as not applicable now 2015-04-26 16:58:52 -06:00
Ian Bell
267bdcd1be More dense points for twophase in consistency plots 2015-04-26 16:56:33 -06:00
Ian Bell
08676c31e9 HS inputs work more reliably now. Much slower, but fewer failures. Closes #455 2015-04-26 16:46:10 -06:00
Ian Bell
2fbf598e0f Fixed DH, DS, DU in two-phase zone (typo) 2015-04-26 14:42:30 -06:00
Ian Bell
873cea13bc Fixed two-phase consistency plot code 2015-04-26 14:20:36 -06:00
Ian Bell
14cfd28d9f Resolved issues with Dmolar,T in subcooled liquid zone without resorting to saturation call; see #624
More work remains for some of other two-phase flashes
2015-04-26 14:20:11 -06:00
Ian Bell
fff2bd7c6a Merge branch 'master' of https://github.com/coolprop/coolprop 2015-04-26 13:07:15 -06:00
Ian Bell
da0d318d6b Fixed Helmholtz derivatives 2015-04-26 13:06:57 -06:00
Jorrit Wronski
190e7e603b Added permission fixer to sphinx builder 2015-04-26 20:53:50 +02:00
Jorrit Wronski
10f9d8cc8b Fixes one of the error message from the 2-phase consistency plots. 2015-04-26 19:39:02 +02:00
Jorrit Wronski
a5baa97032 Included a basic 2-phase consistency plot, as discussed in #624. It looks like there are some problems... 2015-04-26 18:56:20 +02:00
Jorrit Wronski
3829150a98 Less insane plotting parameters, see #411 2015-04-26 18:07:37 +02:00
Jorrit Wronski
ce76a8d240 Added the magenta background to the plots, colorbar axis shows thge backend now. 2015-04-26 18:04:14 +02:00
Jorrit Wronski
07ccadbca4 The scriopt is still quite fragile, but it runs, see #411 for details. Water does not work :( 2015-04-26 15:28:24 +02:00
Ian Bell
58e79b65f2 Refactor NonAnalytic derivatives to yield proper values at delta=1, tau != 1 2015-04-25 18:26:44 -06:00
Ian Bell
58e67eaec3 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-04-25 17:03:10 -06:00
Ian Bell
0f5355be54 Fixed saturated vapor density ancillary for D2O 2015-04-25 17:02:52 -06:00
Jorrit Wronski
052180e490 The timing script should run on any computer now, see #411 2015-04-26 00:42:54 +02:00
Ian Bell
3e35bc87e6 Fixed bugs with viscosity and conductivity for tabular backends; closes #621 2015-04-25 16:10:57 -06:00
Ian Bell
97fad5263b Initialize quality to -1000 for tabular backends; closes #620 2015-04-25 15:28:11 -06:00
Ian Bell
cf105f07c0 Merge branch 'master' of https://github.com/CoolProp/CoolProp 2015-04-25 14:21:56 -06:00
Jorrit Wronski
b9bd08bc93 Update Solvers.cpp
A tiny typo in the new solver
2015-04-25 10:31:48 +02:00
Ian Bell
544f8aa5e7 Fix typo in Akasaka reference 2015-04-25 00:38:40 -06:00
Ian Bell
77747e0bdd Updated reference for R245fa 2015-04-25 00:00:44 -06:00
Ian Bell
bec1f60475 Typo in disabling of 4th derivatives of SAFT term 2015-04-24 23:37:55 -06:00
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
Ian Bell
1f91449303 COOLPROP_TEST flag in CMake so you can add back Tests.cpp and CoolProp-Tests.cpp when building main 2015-04-23 14:35:27 -06:00
Ian Bell
0f449b3043 Move include to remove CRT secure warning in CoolProp.cpp 2015-04-23 14:34:47 -06: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