Commit Graph

1950 Commits

Author SHA1 Message Date
Ian Bell
438693962f Added (failing) tests for transport of xylenes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 16:20:11 -05:00
Ian Bell
4c82aca6df First cut at conductivity for xylenes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 15:47:02 -05:00
Ian Bell
a5d1ab55cd Implemented viscosity for xylenes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 13:16:25 -05:00
Ian Bell
76c10b14f9 Merge pull request #335 from CoolProp/REFPROP_wrapper_cleanup
Refprop wrapper cleanup
2014-12-10 18:22:30 +01:00
Ian Bell
4f52e5242a handle name mangling properly in REFPROP shared library
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 12:13:01 -05:00
Ian Bell
33d420b942 Chomp variable names using the power of XMacros - currently windows only
Removed almost 1000 lines of code!

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 11:50:00 -05:00
Ian Bell
e7afcdbe7b Remove all the *_NAME macros
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 09:59:08 -05:00
Ian Bell
5fe24de11f Fixed two aliases for 64-bit excel - closes #331
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 09:40:54 -05:00
Ian Bell
a75932d7d4 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-12-10 02:32:29 -05:00
Ian Bell
40fdfbc1a9 Added surface tension to list of fluids
See also #314

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 02:32:14 -05:00
Ian Bell
36c5246725 Merge pull request #328 from CoolProp/expose_config
Expose config
2014-12-10 07:27:45 +01:00
Ian Bell
6b312b7fa7 Expose the configuration functions through SWIG - closes #326
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 01:25:43 -05:00
Ian Bell
0757bb15dd Refactor CMakeLists.txt to have only one list of swig dependencies to maintain
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 01:24:52 -05:00
Ian Bell
4f6daf8f2b Merge pull request #327 from CoolProp/refprop_derivative_support
Refprop derivative support
2014-12-10 06:56:57 +01:00
Ian Bell
1fc2fda58e Converted REFPROP to use REDXdll to get reducing state (thanks to email from Eric Lemmon)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 00:54:03 -05:00
Ian Bell
19353c764c Merge branch 'master' into refprop_derivative_support
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 00:39:00 -05:00
Ian Bell
751a92232a Implemented second partial derivatives in the AbstractState class
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 00:37:04 -05:00
Ian Bell
fe1e41f0eb Expose fluid names through the AbstractState. Closes #322
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-10 00:05:55 -05:00
Ian Bell
0b1a978fcf Temporarily disable PHI0 until discrepancies can be resolved
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-09 22:27:03 -05:00
Ian Bell
1a9f0a4e32 Derivatives are working, seems like a bug in REFPROP PHI0dll function is the only remaining problem
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-09 18:55:52 -05:00
Ian Bell
bab22184c9 Fixed handling of string configuration keys
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-09 13:19:38 -05:00
Ian Bell
0115553119 Allow user to specify the REFPROP root path for fluids and mixtures
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-09 12:21:32 -05:00
Ian Bell
16ffbed7b0 Fixed bug when relative humidity was input, but T not provided. Closed #320
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-09 11:16:27 -05:00
Ian Bell
3c329e0976 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-12-09 09:50:48 -05:00
Ian Bell
61c2f88470 Properly disable TH and TU inputs, at least for now. Closes #319
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-09 09:49:46 -05:00
Jorrit Wronski
6e70629473 Merge branch 'develop' 2014-12-09 15:13:52 +01:00
Jorrit Wronski
127a9668f4 Fixes #321 - a request for additonal aliases 2014-12-09 15:13:30 +01:00
Jorrit Wronski
a2ae6754a0 Added README to nightly folder 2014-12-09 12:30:19 +01:00
Jorrit Wronski
bc9aac139b Added README to nightly folder 2014-12-09 12:30:19 +01:00
Jorrit Wronski
dd9e3bdf88 Added README to nightly builds 2014-12-09 12:30:11 +01:00
Jorrit Wronski
96dbcc84f0 Finish ReplaceSourceBuildbot 2014-12-09 12:01:12 +01:00
Jorrit Wronski
2350e5afba Finish ReplaceSourceBuildbot 2014-12-09 12:01:12 +01:00
Jorrit Wronski
8d8c39fc20 Removed the source builder and added the zipping to the server in the release script. 2014-12-09 12:00:03 +01:00
Ian Bell
5b72c68a00 Merge pull request #317 from CoolProp/hapropssi_error_wetbulb
Fixed problems with HAPropsSI when wetbulb is an input by converting cal...
2014-12-09 06:11:10 +01:00
Ian Bell
e0e2591d73 Fixed problems with HAPropsSI when wetbulb is an input by converting call to Brent. Slow but steady.
Closes https://github.com/CoolProp/CoolProp/issues/311

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-09 00:08:27 -05:00
Ian Bell
f10193e3ff Merge pull request #316 from CoolProp/develop
Added docs for the use of partial derivatives (first at least).  Closes ...
2014-12-09 04:54:53 +01:00
Ian Bell
1d1082d2be Added docs for the use of partial derivatives (first at least). Closes https://github.com/CoolProp/CoolProp/issues/312
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 22:43:56 -05:00
Ian Bell
57afce4ce4 Remove the (char *) casts and take const char *
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 22:12:23 -05:00
Ian Bell
058ca162d2 Added a function to check RPVersion - closes https://github.com/CoolProp/CoolProp/issues/305
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 22:08:10 -05:00
Rod Persky
8b7c7e738f Delete .travis.yml
as per #73 travis is being removed for now, might be back later if anyone knows how to make best use of the resouce
2014-12-09 11:18:11 +10:00
Ian Bell
9ce1651c19 Merge pull request #315 from CoolProp/develop
Added surface tension for HFC fluids.  Closes https://github.com/CoolProp/CoolProp/issues/306
2014-12-09 01:49:18 +01:00
Ian Bell
c1f066b82d Added surface tension for HFC fluids. Closes https://github.com/CoolProp/CoolProp/issues/306
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 19:43:52 -05:00
Ian Bell
093622b8f1 Add surface tension and pc to docs - closes https://github.com/CoolProp/CoolProp/issues/314 and https://github.com/CoolProp/CoolProp/issues/302
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 18:45:34 -05:00
Ian Bell
32fa56108d Implemented rhomass_critical function in AbstractState. Closes https://github.com/CoolProp/CoolProp/issues/303
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 18:22:01 -05:00
Jorrit Wronski
e62d11263c Update buildbot.sh
Fixes issue #300 - buildbot script exits with 1 on git pull failure.
2014-12-08 23:32:18 +01:00
Jorrit Wronski
07094afdb2 Merge branch 'develop' 2014-12-08 21:06:31 +01:00
Jorrit Wronski
c7bba4d7ba Just a small typo in the nightly path that messed it all up. 2014-12-08 21:05:58 +01:00
Jorrit Wronski
079ce2545f No more dates in the nightly builds, was confusing and had lead to an enormous waste of server disk space. 2014-12-08 20:48:06 +01:00
Jorrit Wronski
61d8a7561d Tried to move the links from the buildbot master to the nightly builds to save some bandwidth 2014-12-08 20:15:13 +01:00
Jorrit Wronski
8bdaf4a3c1 Rewrote the script to manage the download files on SourceForge 2014-12-08 19:01:37 +01:00