Commit Graph

982 Commits

Author SHA1 Message Date
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
Ian Bell
2ee1043caa Corrected link in README 2014-08-23 14:58:10 +02:00
Ian Bell
d3261395bf Replaced all fabs() with std::abs()
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-23 14:56:07 +02:00
Ian Bell
b12042bd8c Added (failing) tests to check triple point pressures
Closes https://github.com/CoolProp/CoolProp/issues/78

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-23 13:27:09 +02:00
Ian Bell
95d73d0aa0 Fixed typo
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-23 13:02:45 +02:00
Ian Bell
4cf564a774 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-23 13:02:11 +02:00
Ian Bell
cd8ee9eb52 Added code and tests for saturation ancillaries (p, rho', rho'')
Closes https://github.com/CoolProp/CoolProp/issues/75

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-23 13:01:56 +02:00
Ian Bell
3eb08d4dd6 Update FORTRAN instructions 2014-08-23 11:27:43 +02:00
Ian Bell
04beedd13a Disabled Eigen all function (so slow to compile)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-23 11:11:31 +02:00
Ian Bell
26630a243a Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-22 22:15:11 +02:00
Ian Bell
69bbdc693b Reimplemented critical region splines all the way from scripts to build to C++ code
Closes https://github.com/CoolProp/CoolProp/issues/94

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-22 22:14:48 +02:00
jowr
a784b5eca3 Started work on the packaging for debian. Still some issues with the install prefix... 2014-08-22 15:57:07 +02:00
Ian Bell
4280047cd5 Add 32-bit shared library target for linux 2014-08-22 10:42:59 +02:00
Ian Bell
cee9801423 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-22 10:20:21 +02:00
Ian Bell
b066113a5f Add back the 'M' alias for molar mass
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-22 10:20:10 +02:00
Ian Bell
90a3dff834 Update index.rst 2014-08-22 10:00:00 +02:00
Ian Bell
1619122527 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-22 09:13:33 +02:00
Ian Bell
5bb399b22d Fixed bug with REFPROP fluid loading (REFPROP bug?) 2014-08-22 09:13:16 +02:00
Ian Bell
294a39f4cc Fix PropsSI errors in High-Level API 2014-08-22 09:10:41 +02:00
Ian Bell
1cb23c5845 Fixed import/cimport issue
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-21 11:24:19 +02:00