Commit Graph

695 Commits

Author SHA1 Message Date
Ian Bell
dedbd3dccb Updated shared_ptr header to allow it to be used with clang on linux independent of runtime library 2014-08-07 19:45:01 +02:00
Ian Bell
2e38caec17 Fixed TQ function for REFPROP - how did that ever compile before? 2014-08-07 19:43:56 +02:00
Ian Bell
3ee33354cc Turned off show in the plots 2014-08-07 19:36:35 +02:00
Ian Bell
9b79a3da0a Fixed(?) Javascript slave 2014-08-07 17:50:05 +02:00
Ian Bell
1d927736e6 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-08-07 17:12:53 +02:00
Ian Bell
41b97875b8 Updated macros in CoolProp.cpp for deeper debugging of PropsSI function
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-07 17:12:32 +02:00
Ian Bell
33a2383316 Break up title for nicer spacing 2014-08-07 15:59:46 +02:00
Ian Bell
34354c00d4 Update documentation.rst 2014-08-07 15:01:15 +02:00
Ian Bell
39a43f23b5 Update documentation.rst 2014-08-07 15:00:40 +02:00
Ian Bell
729ca1c56f Update documentation.rst 2014-08-07 15:00:03 +02:00
Ian Bell
5622aec213 Create contents.rst for developer notes 2014-08-07 14:31:14 +02:00
Ian Bell
0ee4cbc570 Added a file with information about documentation generation 2014-08-07 14:27:16 +02:00
Ian Bell
3d1d25dfa1 Update JS docs 2014-08-07 13:46:19 +02:00
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