Commit Graph

2634 Commits

Author SHA1 Message Date
Ian Bell
0fc326b886 Derivatives work for both TTSE and BICUBIC, as do cv and cp 2015-03-21 20:44:43 -06:00
Ian Bell
55aade4776 c_p works with PH BICUBIC
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-21 18:44:21 -06:00
Ian Bell
34617940df First cut at derivatives needed for BICUBIC and TTSE derivs 2015-03-20 16:59:44 -06:00
Ian Bell
39fe3aad35 Add a note about shared library search path for Julia 2015-03-20 09:31:52 -06:00
Ian Bell
d736a1b399 Merge pull request #546 from JonWel/master
Small speed enhancement for Julia wrapper
2015-03-20 01:26:35 +01:00
JonWel
5b7181546b Update CoolProp.jl
Small update
2015-03-19 16:54:46 +01:00
JonWel
d2b4da5e3c Update CoolProp.jl
Small speed enhancement for low level interface
2015-03-19 16:40:31 +01:00
Ian Bell
c0c1083140 Fix bug with shared ptr comparison 2015-03-18 22:40:34 -06:00
Ian Bell
380dff9093 Rebuild tables when limits change; closes #537 2015-03-18 22:33:23 -06:00
Ian Bell
40f874b982 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-03-17 21:28:31 -06:00
Ian Bell
927a394b88 Added snippets/HighLevelLowLevel.cxx
Fixed bug with rhomass for Tabular methods
2015-03-17 21:27:55 -06:00
Ian Bell
371d69f31e Merge pull request #541 from JonWel/patch-2
Update CoolProp.jl
2015-03-18 02:31:38 +01:00
JonWel
16a75883a8 Update CoolProp.jl
Small speed enhancement for low level interface
2015-03-17 12:34:18 +01:00
Ian Bell
5f07899c84 Add info about auto-starting vbox images 2015-03-15 22:15:34 -06:00
Ian Bell
881fa2de1e Add info for daemon 2015-03-16 04:56:58 +01:00
Ian Bell
bfa87dc6e0 Fix output for octave
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-15 20:09:51 -06:00
Ian Bell
091cc43f27 Fix transport properties for bicubic and TTSE; closes #520
Also implement PQ inputs
2015-03-15 00:45:20 -06:00
Ian Bell
f0a40f3bcc Fix typo in CMakeLists.txt
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-14 23:36:58 -06:00
Ian Bell
bc22f17b81 No -wait for MATLAB on UNIX
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-14 23:30:38 -06:00
Ian Bell
72d7ef6947 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-03-14 23:19:48 -06:00
Ian Bell
e10e81348f disable CoolPropDocs environment for docs building 2015-03-14 23:19:33 -06:00
Ian Bell
9c96cae585 Make example running code work in py3 2015-03-15 05:32:02 +01:00
Ian Bell
e066c6a122 Fix exception handling in python code 2015-03-15 04:56:59 +01:00
Ian Bell
77653643d5 Clear cached variables for tabular methods
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-14 20:30:00 -06:00
Ian Bell
c934bae64b Handle partial pressure of water in unit conversion switch 2015-03-14 19:52:30 -06:00
Ian Bell
bd289cfc5b Fix bug in buildbot config; more slaves to IPU 2015-03-14 19:51:56 -06:00
Ian Bell
5d38002389 Reshuffled the OSX slaves a bit to move sphinx to my machine
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-14 19:27:30 -06:00
Ian Bell
773f7318e8 Implement molar mass output for tabular backends
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-14 19:23:17 -06:00
Ian Bell
a4687e8c55 Re-enable MATLAB testing; closes #297 2015-03-13 23:07:53 -06:00
Ian Bell
1bbc113ade Re-enable MATLAB example (high-level only) 2015-03-13 23:03:39 -06:00
Ian Bell
fe4038f1ac Disable high-level interface for MATLAB and tidy indentation 2015-03-13 22:59:08 -06:00
Ian Bell
d8f492d883 Updated MATLAB example generator 2015-03-14 05:51:03 +01:00
Ian Bell
4b388f02dd Fixed path of octave example file 2015-03-14 03:59:05 +01:00
Ian Bell
6120f5eb36 Integrate generated examples into sphinx ReST pages
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-13 20:44:58 -06:00
Ian Bell
764f2a8739 Run the example as part of the web build
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-13 20:05:52 -06:00
Ian Bell
f8405d497d Updated OSX example runner 2015-03-13 20:02:23 -06:00
Ian Bell
d22c472c79 Fixed Csharp testing paths; remove some more old examples 2015-03-13 19:51:47 -06:00
Ian Bell
ae0468cfae Removed old-school examples, implemented auto-generated examples in CMake
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-13 19:32:15 -06:00
Ian Bell
a51e2af03d Added argparse to example_generator.py 2015-03-13 19:24:12 -06:00
Ian Bell
73d4ebca06 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-03-13 17:16:39 -06:00
Ian Bell
eadee7eba3 Added partial pressure of water ("P_w") in HAPropsSI; Closes #490 2015-03-13 17:14:34 -06:00
Ian Bell
64c0b0ceef Things are basically good for the examples (except, of course, for MATLAB) 2015-03-13 07:20:37 +01:00
Ian Bell
dfeca2fc7a Add example runner for OSX 2015-03-12 21:16:31 -06:00
Ian Bell
551b0af088 Updated example generator
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-12 21:06:26 -06:00
Ian Bell
7b0558aa5c Disable pwd.h for powerpc 2015-03-12 21:05:24 -06:00
Ian Bell
5021cc8f64 Merge branch 'master' of https://github.com/coolprop/coolprop 2015-03-12 21:03:25 -06:00
Ian Bell
9300323f81 Back to the old (not-working) vxWorks config
I think we are going to have to drop VxWorks support.  I can't debug why it doesn't load, and don't have access to a machine to test.
2015-03-12 21:03:05 -06:00
Jorrit Wronski
9c5a708f22 Added a link to the input pair docs as discussed in #534 to show @JonWel how easy it is to use the cpapi keys. 2015-03-12 23:10:19 +01:00
Ian Bell
586935d5c0 Merge pull request #536 from JonWel/master
Add low level interface to Julia wrapper as discussed in #534
2015-03-12 15:40:33 +01:00
JonWel
93d36b70bf Update index.rst
Add example of low level interface usage.
2015-03-12 12:04:48 +01:00