Commit Graph

1001 Commits

Author SHA1 Message Date
Ian Bell
e7aa3df917 Implemented the x_N dependent form of the composition derivatives. Mostly working but derivatives with respect to x_N DO NOT work
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-28 01:22:10 +02:00
Ian Bell
b518684404 Squashed MSVC errors about pow functions
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-27 16:33:02 +02:00
Ian Bell
c82a168585 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-26 23:20:41 +02:00
Ian Bell
e062e0dbf6 Ancillary saturation solver works a bit better, still some issues.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 23:20:24 +02:00
Ian Bell
928a0df8b5 Pressures in Pa for genetic ancillary fitter
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 23:18:51 +02:00
Ian Bell
fa8a22feb5 Update TTD.txt 2014-08-26 23:16:57 +02:00
Ian Bell
dafa165dd8 Add note for methanol
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 23:15:04 +02:00
Ian Bell
29170cd44c Tidy derivatives
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 23:13:55 +02:00
Ian Bell
8b388f65a4 Updated ancillaries for R245fa
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 23:13:20 +02:00
Ian Bell
bbc97ac230 Added methanol viscosity correlation to close https://github.com/CoolProp/CoolProp/issues/82
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 23:12:16 +02:00
Ian Bell
229552ff93 Removed debugging commands
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 21:01:24 +02:00
Ian Bell
5316a1fd93 Added a bunch of mixture derivative tests (all passing).
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 21:00:45 +02:00
Ian Bell
28eb696660 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-26 19:57:07 +02:00
Ian Bell
2233e68d50 Some updates to the docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 19:56:47 +02:00
Ian Bell
a99654c972 Updated docs for generation of documentation 2014-08-26 19:47:41 +02:00
Ian Bell
05f4c64049 Potentially fixed critical spline code for linear and quadratic "splines". Closes https://github.com/CoolProp/CoolProp/issues/111
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 19:31:25 +02:00
Ian Bell
5fea309764 Fixed R11 ancillaries
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 18:39:42 +02:00
Ian Bell
90702038b8 Added PROPERTIES for windows matlab builds
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 17:05:05 +02:00
Ian Bell
70c06b26d2 Do not install .lib files for mex libraries on windows
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 16:42:59 +02:00
Ian Bell
648c01aee8 Fixed CoolProp-Tests.cpp to not require CoolPropLib.cpp
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 15:17:47 +02:00
Ian Bell
7b17d579b6 Updated eigen submodule
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 15:05:42 +02:00
Ian Bell
0e3f10e0e6 Added mixture derivatives files to codelite project
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 14:57:11 +02:00
Ian Bell
61a12ba62c Cleaned up some build issues with InnoSetup+EES
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 14:43:59 +02:00
Ian Bell
1d080878a7 ndarray_or_iterable is no longer exposed to python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 14:17:11 +02:00
Ian Bell
5cdb9c5d0e Changed all references to PropsSI in python plotting
See https://github.com/CoolProp/CoolProp/issues/116

Not sure this fixes things entirely, but it goes some way towards it.  Need to think a bit more about axis units

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 14:16:40 +02:00
Ian Bell
3f6b6b4e35 Genetic ancillary fitter now uses PropsSI and CP v5
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 14:01:51 +02:00
Ian Bell
9ab552ab81 Added DoxygenLayout.xml to close https://github.com/CoolProp/CoolProp/issues/118
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 13:54:39 +02:00
Ian Bell
e0e0b1e234 First cut at new NR solver for bubble/dew points with mixtures. Sort of works, seems like there is a problem with one of the derivatives
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 13:47:34 +02:00
Ian Bell
07cc87b8b2 A partial resolution of https://github.com/CoolProp/CoolProp/issues/107
All internal values are molar, so the error message is only truly useful if you are using molar units

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 13:44:49 +02:00
Ian Bell
f6a4f7e239 Added tests for new outputs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 13:30:41 +02:00
Ian Bell
12d62b076b Added critical point values for REFPROP to close https://github.com/CoolProp/CoolProp/issues/117
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-26 13:14:17 +02:00
Ian Bell
289c1b3b61 Mixture derivatives now use std::size_t instead of int everywhere
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-25 18:36:47 +02:00
Ian Bell
a6850b8f19 Successive substitution is working again
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-25 15:37:30 +02:00
Ian Bell
9435b2d136 Moved mixture derivatives into their own file and more functions take references rather than pointers
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-25 13:32:25 +02:00
Ian Bell
6d5b36d26f Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-25 11:34:52 +02:00
Ian Bell
d9ef19a3a8 Improved docs for mixture derivatives
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-25 11:34:33 +02:00
jowr
ab026b6463 builds debian packages now. might need some more refining work... 2014-08-25 11:24:59 +02:00
jowr
826f1c2df5 Added pattern to ignore temporary files 2014-08-25 10:29:41 +02:00
jowr
40c6c3ee48 Merge branch 'master' into debianPackaging 2014-08-25 10:26:13 +02:00
jowr
077764e6a3 Added library targets to CMAKE 2014-08-25 10:25:44 +02:00
Ian Bell
8a867b9b17 Update index.rst 2014-08-25 01:26:13 +02:00
Ian Bell
01ee511781 Updated docs to describe how to change MIME type handler 2014-08-25 01:20:36 +02:00
Ian Bell
4299a27490 Improved ancillaries for R11
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-25 00:47:42 +02:00
Ian Bell
ef855a1d77 Added Catch-Tests.cpp to Catch build so that it will run all those tests too
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-25 00:20:58 +02:00
Ian Bell
4515e48a05 Decrease website font size, fix mathjax link
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-25 00:18:33 +02:00
Ian Bell
c398ea91a7 Added more tests for second derivatives
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-24 20:45:07 +02:00
Ian Bell
799422fe40 Implemented generalized second derivative, seems to work, implemented at PropsSI level too
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-24 17:26:46 +02:00
Ian Bell
4b082029c4 Finally repaired flash routines.
Some edge cases remain

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-24 13:40:46 +02:00
Ian Bell
9403786ca7 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-23 16:54:39 +02:00
Ian Bell
16251c4fb1 Fixed sat_T at very low pressures
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-23 16:54:27 +02:00