Commit Graph

1181 Commits

Author SHA1 Message Date
Ian Bell
be44f034b5 tar up the incompressible sources 2014-09-15 21:42:32 +02:00
Ian Bell
40e5fe5366 Merge branch 'master' of https://github.com/CoolProp/CoolProp 2014-09-15 19:16:29 +02:00
Ian Bell
ea724a4693 Added some more debug output to PropsSI 2014-09-15 19:12:09 +02:00
Ian Bell
ef34cd489b updated CMake for scilab 2014-09-15 19:03:47 +02:00
Ian Bell
456536ff81 Update backends docs 2014-09-15 19:02:42 +02:00
Jorrit Wronski
8dba8467c5 Rewinding bibtex changes that break the sphinx parser 2014-09-15 19:01:36 +02:00
Jorrit Wronski
8d8048eb3a Cleaned the makefile and added some text on the nightly builds. 2014-09-15 18:54:52 +02:00
Ian Bell
770228511c tabs are 4 spaces
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 18:02:38 +02:00
Ian Bell
b2eccfdba8 Find Tmax and pmax indices right at the end - much simpler
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 18:02:12 +02:00
Ian Bell
731bd0f345 If a non-liquid liquid solution is found, bump up the liquid density and try again
Ok, this isn't perfect, but it seems to work pretty well.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 16:18:40 +02:00
Ian Bell
c0157c0814 Added the ability to set/unset the phase for the abstract state class
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 16:17:01 +02:00
Ian Bell
0d10ba27a3 Fixed alias for Ethanol-Water departure function
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 16:15:56 +02:00
Ian Bell
7060cba653 Updated constants module to include also the phases enum
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 16:15:23 +02:00
Ian Bell
1d940ec8bf Removed old melting line functions
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 15:00:41 +02:00
Ian Bell
5f723ce585 Added refinement of the phase envelope, PQ and TQ work for saturation
See https://github.com/CoolProp/CoolProp/issues/133

Closes https://github.com/CoolProp/CoolProp/issues/143

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 14:19:22 +02:00
coolprop
bdb7c2defc Merge branch 'master' of https://github.com/CoolProp/CoolProp 2014-09-15 03:53:34 -07:00
coolprop
f551fbcc82 Added ability to cancel build 2014-09-15 03:53:00 -07:00
Jorrit Wronski
b64b0d2c45 Changed variable to be evaluated at use-time not at make-time... 2014-09-15 11:32:55 +02:00
Jorrit Wronski
b24c49cda7 Added SecCool data files 2014-09-15 11:09:57 +02:00
Jorrit Wronski
e21928b917 Dummy commit to delete the data folder that is going to be added to Git in the next commit 2014-09-15 11:01:33 +02:00
Jorrit Wronski
da66a16854 Going to add the data files to Git 2014-09-15 09:57:53 +02:00
Jorrit Wronski
aa0a36cb5e Added table indentation 2014-09-15 09:47:56 +02:00
Ian Bell
08a8d01e1d copy swig to beat CMakes detection 2014-09-15 01:51:40 +02:00
Ian Bell
e13abc5c70 More work on scilab wrapper, almost done 2014-09-15 01:50:34 +02:00
Ian Bell
cd3df82c90 Added scilab code for CMake, we shall see… 2014-09-15 00:54:16 +02:00
Ian Bell
81c6abca57 Added build script for swig+scilab 2014-09-14 23:44:12 +02:00
Ian Bell
f8468b14dd Added build script for swig+scilab 2014-09-14 23:30:18 +02:00
Ian Bell
e31db48fe0 Updated Mathematica wrapper file
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 22:46:34 +02:00
Ian Bell
d47ba92acf Added docs for saturation routines
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 22:46:00 +02:00
Ian Bell
71556fcffe Merge branch 'master' of https://github.com/coolprop/coolprop 2014-09-14 22:12:38 +02:00
Ian Bell
20e55df16e Added solver for mixtures with vapor quality set and one of P or T. Q no longer needs to be 0 or 1
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 22:11:59 +02:00
Ian Bell
08f25a3ed4 Updated link to wrappers main page 2014-09-14 18:26:30 +02:00
Ian Bell
ca4790afbf Updated template and wrappers pages on website 2014-09-14 17:48:44 +02:00
Ian Bell
44f1c52a61 Added link to Maple page to wrappers index
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 16:47:14 +02:00
Ian Bell
87b37cf600 Removed Maple files from wrappers - they are now all in the web/coolprop/wrappers/Maple folder since there is nothing Maple specific anymore
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 14:28:54 +02:00
Ian Bell
26460570cb Updated LibreOffice docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 14:22:58 +02:00
Ian Bell
80fafe5415 Added Maple files and checked that they work
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 14:17:46 +02:00
Ian Bell
260512b90f saturation p and saturation T work with Q = 0 for mixtures with phase envelopes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 23:25:06 +02:00
Ian Bell
cabe7a8a22 QT calculations using phase envelope work for Q = 1
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 21:42:31 +02:00
Ian Bell
8c843bbf18 PQ using phase envelope for Q = 1 works
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 21:03:15 +02:00
Ian Bell
67e26391b0 Killed off doxygen errors
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 15:57:57 +02:00
Ian Bell
14514ce234 Fix CMakeLists.txt so that it will inherit the right python version from anaconda
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 01:18:09 +02:00
Ian Bell
413c8ec72a Added excel docs, tidied up elsewhere
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 00:09:26 +02:00
Ian Bell
d57a4d4bed Work on the docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 23:41:00 +02:00
Ian Bell
9cda5ed2b5 Update examples.rst 2014-09-12 23:05:56 +02:00
Ian Bell
06d30b5c33 Update EES docs 2014-09-12 22:09:25 +02:00
Ian Bell
86418b7793 Update hyperlink on main page 2014-09-12 22:01:44 +02:00
Ian Bell
d806bf7f2f Merge branch 'master' of https://github.com/coolprop/coolprop 2014-09-12 21:02:16 +02:00
Ian Bell
71427c73cc Added first cut at PT and P&HSU solvers - much work to be done, currently only good in gas phase.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 21:01:53 +02:00
Ian Bell
af8691d0c5 Both xN independent and dependent are now tested in mixture derivative code.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 20:59:41 +02:00