Commit Graph

2304 Commits

Author SHA1 Message Date
Ian Bell
4f63c8834f Fix potential buffer overflow; fixed #472 2015-02-18 20:31:52 -05:00
Ian Bell
6bf6e27e77 Fix Sda alias in HAPropsSI
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-18 20:25:03 -05:00
Ian Bell
b6912e1e1c Default is to do a Release build for all trivial 64-bit buildbot builders
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-18 19:58:55 -05:00
Jorrit Wronski
9863bd6d86 Added new Julia config to match #475 . 2015-02-18 22:31:14 +01:00
Jorrit Wronski
ddf74cc0de Added normalised root-mean-square fitting error to json files for later use, and fixed some bugs with freezing temperature calculation. 2015-02-18 22:31:14 +01:00
Jorrit Wronski
b7deae1b37 Merge pull request #475 from JonWel/Julia-0.3-wrapper
Julia 0.3 wrapper, fixes #473 Thank you for the contribution.
2015-02-18 21:33:02 +01:00
JonWel
4a95421482 Update index.rst
A wrapper for Julia 0.3 (and lower) is now available.
2015-02-18 20:05:48 +01:00
JonWel
55d387e598 Create CoolProp.jl
Compatible with Julia 0.4 and upper
2015-02-18 20:04:12 +01:00
JonWel
759fe80ed0 Create CoolProp.jl
Compatible with Julia 0.3 and lower
2015-02-18 20:02:58 +01:00
JonWel
144fc9a5da Delete CoolProp.jl
Moved to Julia/0.4/
2015-02-18 20:01:10 +01:00
Ian Bell
81db79758b Updated units for T_freeze
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-17 19:09:50 -05:00
Ian Bell
e05e64b22d Fix aliases for Hha and Hda
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-17 15:50:10 -07:00
Ian Bell
dedcbbe886 Sanitized return values from HAPropsSI; see #468
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-15 10:53:48 -07:00
Ian Bell
70d076afe3 Initialize fluids in HAProps_Aux; Closes #469
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-15 10:17:42 -07:00
Ian Bell
cafc269050 Returning Prandtl number works; closes #466
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-15 10:00:56 -07:00
Ian Bell
f60a76e025 Re-implement CP as output for HAPropsSI; Closes #467
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-15 09:57:38 -07:00
Ian Bell
990ab83509 Added iOS tutorial from @babaksamareh; Closes #187
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-12 20:22:47 -07:00
Ian Bell
5602056781 Add link to SmoWeb 2015-02-12 19:24:17 -07:00
Ian Bell
bd4e29e7dc Merge pull request #464 from hishamhm/master
Fixes and cleanups for Lua/C interface
2015-02-12 18:42:11 -07:00
Jorrit Wronski
7c72292c99 Does this finally fix #463 2015-02-12 09:13:31 +01:00
Ian Bell
b6c598ecdc Correct path for VB.net files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-11 22:58:24 -07:00
Ian Bell
85fff328ce Another try for #461; turning back off the memory file
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-11 22:48:20 -07:00
Ian Bell
2de9523a85 Another try for #461
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-11 22:41:56 -07:00
Ian Bell
639a1b6ee6 First cut at fixing Javascript wrapper
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-11 22:31:27 -07:00
Ian Bell
3df9f926fb Merge branch 'master' of https://github.com/coolprop/coolprop 2015-02-11 22:02:44 -07:00
Ian Bell
4fde84cdf8 Fix link for VB.net on main page; Closes #462
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-11 22:02:29 -07:00
Ian Bell
729da4647d Fix link for doxygen files; Closes #463
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-11 22:00:02 -07:00
Hisham Muhammad
a867c1487e Add test to example.lua demonstrating fix. 2015-02-11 23:23:03 -02:00
Hisham Muhammad
592c65b506 Fix and cleanup APIs between Lua and C.
Fix Lua layer of get_param_index and get_fluid_param_string.
Make returns of C module more idiomatic.
Use module name as the local variable for the C module.
2015-02-11 23:21:15 -02:00
Hisham Muhammad
cb65e96709 Fall back to Lua/C if LuaJIT FFI fails. 2015-02-11 23:19:16 -02:00
Jorrit Wronski
5cc1380ba4 Small bug in incompressible docs 2015-02-11 17:21:44 +01:00
Jorrit Wronski
80b75cf28e Back to business 2015-02-11 16:21:51 +01:00
Jorrit Wronski
88a8b845fb Added changelog for v5.0.7 2015-02-11 15:58:26 +01:00
Jorrit Wronski
34e65e0d75 Reduced missing timeout to 10 minutes (was 1h), closes #456 2015-02-11 15:51:25 +01:00
Jorrit Wronski
0cb981606d Getting ready for next release, fixed incomressible docs and tried to handle #456 ... 2015-02-11 15:39:01 +01:00
Jorrit Wronski
49a609ebcc Added more tests for the incompressible backend 2015-02-11 15:18:47 +01:00
Jorrit Wronski
2ad7381f2c Normal update does not change the reference state 2015-02-11 14:52:19 +01:00
Jorrit Wronski
9738503e0c Moved reference state from fluid to state object, incompressibles do internal caching now. 2015-02-11 14:48:04 +01:00
Ian Bell
46271ae942 Fix path to changelog 2015-02-10 19:16:08 -07:00
Ian Bell
b5a4a8e63d Added info on generating the milestone text 2015-02-10 19:15:30 -07:00
Ian Bell
440f990581 Notify admins when a slave is missing; Closes #456
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-10 19:06:27 -07:00
Ian Bell
f2b31faffc Fail appropriately when two-phase inputs are given for pseudo-pure; Closes #459
Fix is_pure() function

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-10 18:55:24 -07:00
Ian Bell
102e2a8cb4 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-02-10 18:04:15 -07:00
Ian Bell
8ae3205f68 Fixed bug with getting output quality for REFPROP flashes; Closes #460
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-10 18:03:39 -07:00
Jorrit Wronski
b645f028b3 More release info 2015-02-10 18:11:01 +01:00
Jorrit Wronski
29f51f06aa Closes #454 2015-02-10 18:00:15 +01:00
Jorrit Wronski
de5d7a46f0 Fixed tests and docs to handle #454 properly 2015-02-10 17:52:34 +01:00
Jorrit Wronski
c9c29eadd1 Added partial derivatives for incompressible fluids. Tests need to be updated and the docs are outdated... 2015-02-10 16:43:29 +01:00
Jorrit Wronski
171cc6dfb6 Forgot a dir change in the release script 2015-02-10 12:16:32 +01:00
Jorrit Wronski
251f7fecf8 Added new info regarding the release process and automated javascript library update on homepage. 2015-02-10 11:01:56 +01:00