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
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
Ian Bell
921ec87c20
Updated constants module generator script
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 09:13:09 +02:00
Ian Bell
94cbeb5758
Fixed python wrappers usage of enums
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 09:11:55 +02:00
Ian Bell
e22f2be08e
Fixed C# example file problem with enum
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 09:02:41 +02:00
Ian Bell
ec069fa84f
Updated codelite project
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 02:51:59 +02:00
Ian Bell
55d7105c8f
Second derivative calculation going between delta and rho
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 02:51:34 +02:00
Ian Bell
b466a994cc
Added PHP and FORTRAN docs and tidied others
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 02:22:17 +02:00
Ian Bell
ab98aae25d
Added cross-references for transport flags
2014-08-21 01:17:54 +02:00
Ian Bell
2f448a0a4a
Also output the python -mjson.tool output for incompressibles
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 00:55:12 +02:00
Ian Bell
8ddce50b8b
Fixed some small errors in psych routines
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 00:51:45 +02:00
Ian Bell
b4ff7a8cc5
Implemented viscosity for cyclohexane from Tariq, 2014.
...
Added unit tests, reformulated initial density term
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 00:50:57 +02:00
Ian Bell
3c3ffa66c4
generate_headers.py gives slightly more useful output if JSON fluid file cannot be decoded
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 00:48:38 +02:00
Ian Bell
b4b24ae1a3
Fixed macros for POW2, POW3, etc.
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-21 00:45:53 +02:00
Ian Bell
0dcdf7ef5d
Implemented PQ for pseudo-pure to close https://github.com/CoolProp/CoolProp/issues/92
...
* As a consequence, made update function take CoolProp::input_pairs enum as first input (thanks @jowr for the idea)
* Decoupled the pre_update and post_update functions in order to allow for more creative update functions using guess values, etc.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 21:44:13 +02:00
Ian Bell
1fea8bed8c
Re-implemented Props() function in Python
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 20:42:31 +02:00
Ian Bell
89c09ebf91
Tidied up the R134a JSON file
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 20:39:50 +02:00
Ian Bell
70c6b26ab1
Reverted pseudo-pure fluid pressure ancillary equations to close https://github.com/CoolProp/CoolProp/issues/65
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 20:39:16 +02:00
Ian Bell
f503c4373d
Fixed EES wrapper
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 19:57:45 +02:00
Ian Bell
9fea2307d6
Warn in EES if more than one character are trying to be passed to Props function
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 19:18:21 +02:00
Ian Bell
d928457cc1
Also save print out the exports for the shared libraries
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 19:11:10 +02:00
Ian Bell
8b12bca508
Added CoolPropLib.h to all DLL builds
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 18:48:50 +02:00
Ian Bell
e5055d195a
Added conductivity for R134a and test to close https://github.com/CoolProp/CoolProp/issues/101
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 17:16:51 +02:00
Ian Bell
1c8c01cf33
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-20 16:48:32 +02:00
Ian Bell
43fd0684ff
Added uppercase aliases for all parameters to help with https://github.com/CoolProp/CoolProp/issues/103
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-20 16:48:14 +02:00
Ian Bell
36e3ef5961
Update index.rst
2014-08-20 16:43:02 +02:00
Ian Bell
d1f210c461
Merge pull request #105 from jjfPCSI1/master
...
Added self._draw_graph() to new savefig() method
2014-08-20 16:37:26 +02:00
Jean-Julien Joseph Fleck
1dc158a4c9
Added self._draw_graph() to new savefig() method
2014-08-20 16:34:58 +02:00
Ian Bell
b5f39490d6
Fixed imports and HAPropsSI python function
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-19 22:26:36 +02:00
Ian Bell
65283ce408
More work on psych props - still not working yet, something is hanging
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-19 22:25:26 +02:00
Ian Bell
f43a0b792b
Humid air properties now use string instead of char*
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-19 21:55:23 +02:00
Ian Bell
47c3a49f78
Added savefig function to PropsPlot
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-19 21:15:18 +02:00
Ian Bell
9dc60b2ee8
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-19 21:10:33 +02:00
Ian Bell
e5df0d4d1f
Fixed typo in CoolProp.pyx to close https://github.com/CoolProp/CoolProp/issues/102
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-19 21:10:14 +02:00