Commit Graph

682 Commits

Author SHA1 Message Date
Ian Bell
a3bf8790a8 Added pmax_sat and Tmax_sat functions for for HEOS in order to help with saturation limits for flahses
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-07 13:30:44 +02:00
Ian Bell
2aac82050e Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-07 12:05:43 +02:00
Ian Bell
53c363990f Added tests for P,Y inputs, though the solvers are not done yet
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-07 12:05:22 +02:00
Ian Bell
a3a122c6eb Finally comprehensively fixed the shared_ptr header - more cleaning can be done I guess, but most cases are covered here I think. 2014-08-07 02:52:14 +02:00
Ian Bell
7f181360f7 Almost there will emscripten
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-07 02:33:57 +02:00
Ian Bell
a5bf52b52f Basic algorithm is working for P,Y for vapor - more checking needed, but basically works
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-07 01:50:09 +02:00
Ian Bell
252ddb1dd3 Another attempt with javascript building
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-07 00:12:08 +02:00
Ian Bell
ffe9ec4bbf Fixed EES wrapper
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 23:23:24 +02:00
Ian Bell
6b7f94df9a Fixed CMake for EES to include CoolPropLib.cpp
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 22:50:27 +02:00
Ian Bell
c329a14a86 Fixed typo in master.cfg? 2014-08-06 22:34:02 +02:00
Ian Bell
fb57d03759 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-06 22:32:47 +02:00
Ian Bell
54712cb5ae Added the block for the header for coolprop online files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 22:24:27 +02:00
Ian Bell
5dac38ec1a Fixed REFPROP on *nix?
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 22:23:50 +02:00
Ian Bell
6c10ac5018 Added Javascript slave 2014-08-06 22:14:44 +02:00
Ian Bell
38bf4376b5 Added Javascript slave 2014-08-06 21:52:50 +02:00
Ian Bell
065883ddd1 Added Javascript slave 2014-08-06 21:34:51 +02:00
Ian Bell
f0382746d6 Updated Javascript CMake code 2014-08-06 20:59:07 +02:00
Ian Bell
cd496c8211 Merge branch 'master' of https://github.com/CoolProp/CoolProp 2014-08-06 20:42:36 +02:00
Ian Bell
e99c7c42f2 Added necessary code to get Javascript working on linux with emscripten 2014-08-06 20:41:50 +02:00
Ian Bell
016d3cb8e7 Update index.rst 2014-08-06 20:19:06 +02:00
Ian Bell
8456f5f2f6 Update index.rst 2014-08-06 18:57:06 +02:00
Ian Bell
6bdf30f978 Update index.rst 2014-08-06 18:56:00 +02:00
Ian Bell
2c844597c9 Calculate pressure and temperature limits for HEOS and REPFPROP backends
Closes https://github.com/CoolProp/CoolProp/issues/83

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 10:23:10 +02:00
Ian Bell
f69a95ffcd Fixed EES code
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 09:47:50 +02:00
Ian Bell
80b9f45850 Fixed coolprop function is EES by calling the correct function
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 09:42:45 +02:00
Ian Bell
31c47875ef Added #ifndef PROPSI_NO_ERROR_CATCH to PropsSI to disable error catching to close https://github.com/CoolProp/CoolProp/issues/84
This is done so that debuggers can halt at the error for easier introspection.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-06 09:41:21 +02:00
Ian Bell
aa3cade87d First cut at Javascript docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 23:29:28 +02:00
Ian Bell
4fd84a7eba Added necessary functions to Python in order to generate parameter table
Built table in RST using python script Web/coolprop/build_parametric_table.py for High-Level API

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 21:37:36 +02:00
Ian Bell
330b81e0e7 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-05 15:29:00 +02:00
Ian Bell
4d80cf159a Added shorthand function to CoolProp to get CoolProp.global_param_string without all the typing
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 15:28:48 +02:00
Ian Bell
0575fa39a1 Update examples.rst 2014-08-05 15:00:53 +02:00
Ian Bell
56ed6239b7 Fixed location for EES debugging information
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 14:49:59 +02:00
Ian Bell
49a74a36e2 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-05 14:35:55 +02:00
Ian Bell
c9237a0b0b Fixed sample for EES to include mixture properties
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 14:35:38 +02:00
jowr
36d44f66f1 The fitting report is now written with the truncated data from the JSON file. Before it was the full precision data. 2014-08-05 13:17:42 +02:00
Ian Bell
09e64e4c80 Update index.rst 2014-08-05 13:12:08 +02:00
Ian Bell
72e20d712d Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-05 12:59:23 +02:00
Ian Bell
e8dbfded3e Added C++ snippets to docs for API - more work needed here
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 12:58:47 +02:00
Ian Bell
2a45e87ed0 Fixed snippet
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 12:29:27 +02:00
Ian Bell
c9fb9ab398 Updated mixture propssi snippet
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 12:28:12 +02:00
jowr
80974b9f6a Fixed the HC50 data typo 2014-08-05 12:09:32 +02:00
Ian Bell
c506fdd3be Added coolpropsi function to EES wrapper and added COOLPROP_EES installer to CMake install listing
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 12:06:29 +02:00
jowr
14b03d6059 More adjustments 2014-08-05 11:42:34 +02:00
jowr
a2a4d0fb9f Minor changes to the fitting of SecCool fluids 2014-08-05 11:26:39 +02:00
Ian Bell
5df9b0fdcf EES wrapper now works/builds/debugs etc. with v5 - much better debugging enabled - see Readme.txt in wrappers/EES
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 11:25:37 +02:00
Ian Bell
d08d3b85c5 Added Inno installer input file for EES
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 08:48:50 +02:00
Ian Bell
a9b8f9f39f "Fixed" R1234ze(E).json by taking EOS from REFPROP 9.1 with permission
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-05 00:06:06 +02:00
Ian Bell
4ee04bc716 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-04 23:10:05 +02:00
Ian Bell
4c36b46789 Step down from 1.0 omega for saturation routines
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-04 23:09:44 +02:00
jowr
bcc0a59353 Added more plotting 2014-08-04 22:57:43 +02:00