Commit Graph

1532 Commits

Author SHA1 Message Date
Ian Bell
1b91d51ae6 Updates to make VxWorks play nicely with CMake using cross-compilation 2014-11-13 05:33:49 +01:00
Ian Bell
9e8aa16c62 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-12 21:13:34 -05:00
Ian Bell
2532166dc7 Add toolchain files for VxWorks
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-12 21:13:02 -05:00
Ian Bell
12ca382d8b For TY solver, increment max density until it bounds the desired solution
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-12 18:35:18 -05:00
Ian Bell
fd8d986059 Slightly more useful error message for missing limits for hs ancillaries
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-12 18:34:21 -05:00
Ian Bell
0237924576 Catch the inputs if QT is AT the critical point
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-12 18:33:51 -05:00
Ian Bell
3046ac559a Evaluate all inputs before doing plotting for consistency plots - ~10x faster !!
Also time the plots

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-12 18:32:59 -05:00
Jorrit Wronski
0778058d90 Sorting the builders to have top-down progress on buildbots 2014-11-12 08:29:04 +01:00
Jorrit Wronski
54c3c3cc55 Typo in master.cfg 2014-11-12 08:17:43 +01:00
Ian Bell
1aa1272824 Check for being at the critical point with PQ inputs.
Closes https://github.com/CoolProp/CoolProp/issues

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-11 21:07:26 -05:00
Ian Bell
ff23d85271 HS works now, for most fluids over the entire single-phase part aside for pseudo-pures which have issues
Closes https://github.com/CoolProp/CoolProp/issues/172
Closes https://github.com/CoolProp/CoolProp/issues/121

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-11 20:47:16 -05:00
Ian Bell
d517b4d23b Added consistency plot to plotting for python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-11 20:41:49 -05:00
Ian Bell
63912650ce Fixed cmake arguments for things that use swig
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-11 20:39:18 -05:00
Ian Bell
46bd4788f1 Fixed CMakeLists.txt to handle SWIG options that have spaces - as they must for -package
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-12 02:06:42 +01:00
Jorrit Wronski
acc6452de1 playing with the Matlab builder 2014-11-11 11:06:12 +01:00
Jorrit Wronski
2849e71c6f Added Matlab builders to DTU machine, 32bit might fail 2014-11-11 10:16:06 +01:00
Jorrit Wronski
35905f43e2 Merge pull request #209 from jjfPCSI1/master
Adding local installation instructions for Python (idea from @jowr)
2014-11-11 10:05:57 +01:00
Ian Bell
b6b63aabf3 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-11 00:32:45 -05:00
Ian Bell
3bcd70c8e0 Updated max temp for HFE143m
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-11 00:32:20 -05:00
Jean-Julien Fleck
6dae921535 Corrected to --user switch 2014-11-10 23:05:23 +01:00
Jean-Julien Joseph Fleck
47982488ed Corrected typo 2014-11-10 22:17:41 +01:00
Jean-Julien Fleck
0fd4d057ee Added local installation instruction based on an idea from @jowr 2014-11-10 22:14:07 +01:00
Jorrit Wronski
3646661874 Just imagine nothing happened to the Python docs. 2014-11-10 19:48:51 +01:00
Jorrit Wronski
b2fbde2229 Added user prefix to Python docs 2014-11-10 18:09:19 +01:00
Ian Bell
3f0862ae70 Removed old Web/Docs folder
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-08 13:31:47 -05:00
Ian Bell
692248a361 Updated ancillaries to allow for passing bounds explicitly ( for h and s for instance)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-08 13:30:55 -05:00
Ian Bell
a303fcc65c Renamed Delphi & Lazarus folder name
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 17:05:21 -05:00
Ian Bell
810235c2c1 Try to update Delphi docs again
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 17:02:40 -05:00
Ian Bell
064a090174 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-07 16:52:32 -05:00
Ian Bell
c69044488f Added first cut at HS solver - mostly works but some failures still
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:51:01 -05:00
Ian Bell
1759563469 Fixed all_flash_plots.py
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:48:58 -05:00
Ian Bell
5ffe346327 Added info for some other input pairs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:37:46 -05:00
Ian Bell
baf42b5dae Tmin and Tmax are loaded into ancillaries if they are set
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:36:41 -05:00
Ian Bell
7ab6ec475e Added acccessor for Tmin and Tmax for h and s
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:35:35 -05:00
Ian Bell
a9e715b1f9 ancillary functions for hmolar and smolar now use molar value directly and are calculated correctly (!) Added Tmin and Tmax
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:35:00 -05:00
Ian Bell
8032b85605 Implemented new input pairs and other variables in DataStructures.h
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:33:44 -05:00
Ian Bell
655e8f1447 Updated hmolar and smolar for lots of fluids at the triple point states
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:25:42 -05:00
Ian Bell
1a0a7254b6 Fix T-Y phase for T > Tc
See https://github.com/CoolProp/CoolProp/issues/199
2014-11-07 16:24:10 -05:00
Ian Bell
e0898ae26d Another attempt to fix Delphi links
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:09:14 -05:00
Ian Bell
60fa8079d2 First cut at scilab docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:01:27 -05:00
Ian Bell
432c8fe48c Exposed reference state setting function to python.
Closes https://github.com/CoolProp/CoolProp/issues/206

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 14:44:25 -05:00
Ian Bell
1f4a7fa8ca Updated docs for scilab and delphi
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 14:25:06 -05:00
Ian Bell
210752b266 Update link for Delphi
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 12:11:47 -05:00
Ian Bell
6613638ced Updated Java wrapper to allow for different package
See issue https://github.com/CoolProp/CoolProp/issues/205

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 11:47:17 -05:00
Ian Bell
d66c589fcf Updated builder to deal with non-case-sensitivity on osx
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-06 21:33:01 -05:00
Ian Bell
1ea7c93b2e Added Tmin and Tmax for most h and s ancillaries
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 12:56:11 -04:00
Ian Bell
2bc46bc7b8 Added HS skeleton and tests (most fail for now)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 00:24:03 -04:00
Ian Bell
1d729db6f0 Updated physical hazard docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 00:23:22 -04:00
Ian Bell
e1ad0beb58 Add docs to describe how to install packages using pip
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 00:22:09 -04:00
Ian Bell
21a2e998af Added enthalpy and entropy for triple point states
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 00:21:29 -04:00