Commit Graph

855 Commits

Author SHA1 Message Date
JonWel
8d1ca34522 Update master.cfg
`wrappers/Julia/0.3/CoolProp.jl` is no more needed.
(both files have been merged on a single one compatible for both Julia versions)
2015-03-22 11:36:32 +01: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
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
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
f8405d497d Updated OSX example runner 2015-03-13 20:02:23 -06:00
Ian Bell
a51e2af03d Added argparse to example_generator.py 2015-03-13 19:24:12 -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
b360e6a15c Relocated example_generator.py 2015-03-11 23:46:58 -06:00
Ian Bell
a4c6aaa1c9 Add example code generator script 2015-03-11 23:02:01 -06:00
Ian Bell
4d2ee6ab6e Clean up dev a bit 2015-03-11 23:00:19 -06:00
Jorrit Wronski
c9f0fb7bb4 Confirmed the problems mentioned in #524, reopening #524. 2015-03-09 13:11:54 +01:00
Ian Bell
bfcff45491 Add some docs for Tabular methods; See #506
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 22:28:49 -07:00
Ian Bell
d9e16a77f3 Merge branch 'master' into tabular
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 20:20:51 -07:00
Ian Bell
c2667db344 Make the submodules be init as well as updated 2015-03-02 19:54:08 -07:00
Ian Bell
44d508b8e1 Python should also get dev part of version; Closes #511 2015-03-01 00:10:57 -07:00
Ian Bell
526a241ccc Updated docs for Tabular Interpolation; fixed bugs in interpolation code
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-28 15:54:27 -07:00
Ian Bell
0e73f5bda7 Hmolar is now a valid output; invalid inputs throw error 2015-02-26 22:26:40 -07:00
Ian Bell
2dbd82f490 Fixed up p-T table with bicubic
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-26 22:07:00 -07:00
Ian Bell
d916872569 Updated tabular checks for speed and accuracy for bicubic
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-26 22:00:43 -07:00
Ian Bell
52a123437c Merge branch 'master' into tabular 2015-02-26 10:02:31 -07:00
Jorrit Wronski
f50bf8bbf9 Fixed default unit system for TTSE tests 2015-02-26 17:53:41 +01:00
Jorrit Wronski
f31a75e1ed Trying to write a Python script to compare the speed of TTSE in v4 and v5 2015-02-26 10:47:59 +01:00
Ian Bell
308b7d1a28 Beginning efforts on bicubic interpolation, added A inverse, some Eigen speed test code
It looks like it will be about 0.4 us/call to calculate the alpha coefficients for one cell in the bicubic, thus less than 0.1 s (200*200*3*0.4e-6) to calculate all the alpha coefficients in one shot.  So we'll just do that.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-25 23:44:12 -07:00
Ian Bell
11d226b965 TTSE working for single- and two-phase inputs in p,h 2015-02-25 19:47:45 -07:00
Ian Bell
716c5a34d0 Merge branch 'master' into tabular
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-24 20:20:00 -07:00
Jorrit Wronski
e6353e9c3e Added speed test code 2015-02-23 09:35:54 +01:00
Ian Bell
273ab276c9 Update TTSE checking script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-22 21:39:25 -07:00
Ian Bell
a43693de58 Single-phase HmolarP_INPUTS are working with TTSE 2015-02-22 21:08:32 -07:00
Ian Bell
6fa33422b4 Update codelite project
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-21 17:36:57 -07:00
Jorrit Wronski
d438d42eb8 ... they really are. 2015-02-21 19:59:46 +01:00
Jorrit Wronski
d35c17a435 PGF plots are a pain. 2015-02-21 19:58:42 +01:00
Jorrit Wronski
5ae43f32a9 Minor adjustments in Python plots and snippet that fixes #482 2015-02-21 18:09:32 +01:00
Ian Bell
0504516a01 Try to make release shared library and verbose makefiles again
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-20 21:51:34 -07:00
JonWel
4bd84ca19f Updated Julia config to match the new folder
wrappers/Julia/CoolProp.jl for Julia 0.4 and upper
wrappers/Julia/0.3/CoolProp.jl for Julia 0.3 and lower
2015-02-19 14:29:20 +01:00
Jorrit Wronski
3c65e96fc7 Added correct URL to close #476 2015-02-19 10:06:25 +01:00
Ian Bell
09ce52203d Fix upload and copying paths for SMath 2015-02-18 23:41:35 -05:00
Ian Bell
dda85e1aa5 Update codelite projects 2015-02-18 23:35:30 -05:00
Ian Bell
8d634f589f Overwrite the 7z if it already exists. 2015-02-18 23:34:21 -05:00
Ian Bell
60d962b8de Added SMath packaging to buildbot builder
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-18 23:25:04 -05:00
Ian Bell
3cc8188a9d Added SMath slave builder in buildbot
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-18 22:54: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