Ian Bell
5df9b0fdcf
EES wrapper now works/builds/debugs etc. with v5 - much better debugging enabled - see Readme.txt in wrappers/EES
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-05 11:25:37 +02:00
Ian Bell
d08d3b85c5
Added Inno installer input file for EES
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-05 08:48:50 +02:00
Ian Bell
a9b8f9f39f
"Fixed" R1234ze(E).json by taking EOS from REFPROP 9.1 with permission
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-05 00:06:06 +02:00
Ian Bell
4ee04bc716
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-04 23:10:05 +02:00
Ian Bell
4c36b46789
Step down from 1.0 omega for saturation routines
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 23:09:44 +02:00
jowr
bcc0a59353
Added more plotting
2014-08-04 22:57:43 +02:00
jowr
d6dee03e12
Fixed HFE
2014-08-04 20:35:15 +02:00
jowr
69a91f18b1
Fixed tests for incompressible fluids
2014-08-04 19:29:09 +02:00
Ian Bell
046df8efd5
Fixed bug in IncompressibleFluid.cpp
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 19:01:44 +02:00
Ian Bell
d5ad1e371b
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-04 18:58:30 +02:00
Ian Bell
138135f5b7
Added Tmin and Tmax
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 18:58:13 +02:00
jowr
d41b51cd5f
Added tests to the backend
2014-08-04 18:20:00 +02:00
Ian Bell
1ca9494a1f
Broke up incompressible list into pure and solutions for use in Python
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 17:34:25 +02:00
jowr
4f9df69c96
No problems compiling and running the tests...
2014-08-04 17:14:35 +02:00
jowr
b95309c6c7
Started with overview plots
2014-08-04 16:45:10 +02:00
jowr
efa46c2f7f
Added new criterion for equation selection
2014-08-04 16:45:09 +02:00
Ian Bell
776c13c048
Add incompressible list
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 16:31:02 +02:00
Ian Bell
72c9a0bcec
long doubles for VLE routines
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 15:12:23 +02:00
Ian Bell
abb7344973
More verbose error logging for HAProps tests
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 15:12:05 +02:00
Ian Bell
b0098dbae5
Fixed strsplit
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 15:11:33 +02:00
Ian Bell
ffabfaa144
Updated variable names for incompressible tests to make it clear what the expected value is
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 15:11:15 +02:00
Ian Bell
afd0b90c4d
Changed string handling for molar fractions and incompressibles - this should yield better performance and more straightforward to understand the program flow
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 15:10:39 +02:00
Ian Bell
02c3d9c246
snippets now work, need to relocate them
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 09:36:23 +02:00
Ian Bell
96329d5228
Added builder for code snippets
2014-08-04 02:04:48 +02:00
Ian Bell
26f1b0f859
Relaxed tolerance on sat_T
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-04 02:04:13 +02:00
Ian Bell
23337e4035
Update crossplatform_shared_ptr.h
2014-08-04 01:15:36 +02:00
Ian Bell
3f8e91d86f
Think I fixed OSX shared_ptr bug
2014-08-04 01:02:29 +02:00
Ian Bell
79d7a4965a
Added triple point temperature
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 23:58:16 +02:00
Ian Bell
17458261b5
Modifications to saturation routines (work great now)
...
Including:
adding critical pressure parameter
Adding relaxation parameter for NR sat_T
Only evaluate correction step if not near critical temp
Fixed bug with fluids like "n-Propane" that was getting interpreted as an incompressible fluid
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 23:36:22 +02:00
Ian Bell
e9ac0bcc9d
python wrapper work
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 20:43:42 +02:00
Ian Bell
1715a476e3
Killed some more warnings
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 19:14:30 +02:00
Ian Bell
581d993767
Killed gcc warnings
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 19:05:12 +02:00
Ian Bell
a2f45e29da
Added functionality for trivial outputs
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 18:55:52 +02:00
Ian Bell
ab3b7b0f09
max_builds back to 1 because of exceptions on windows when two try to upload at the same time
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 17:29:19 +02:00
Ian Bell
c0a95b9f42
Fixed setup.py to not try to import CoolProp
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 17:19:26 +02:00
Ian Bell
a99a11466c
Updated the number of maximum builds
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 17:14:38 +02:00
Ian Bell
34584095d9
work on buildbot for python
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 17:07:49 +02:00
Ian Bell
906b8edf51
python buildbot modifications
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 16:45:00 +02:00
Ian Bell
d1c3a19d24
Fixed include for OSX hopefully
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 16:39:24 +02:00
Ian Bell
aa9129d210
added python binaries to buildbot
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 16:21:24 +02:00
Ian Bell
a2abbec1c8
Fixed (?) shared_ptr header
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 16:20:25 +02:00
Ian Bell
78949c0556
Fixed typo in CMakeLists.txt
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 16:14:33 +02:00
Ian Bell
4d346c6921
Updated files for python building
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 16:09:27 +02:00
Ian Bell
4235013fea
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-03 15:58:15 +02:00
Ian Bell
8cd5d0f358
python sdist is built by buildbot
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 15:58:01 +02:00
Ian Bell
1c093c757e
prepared for python on buildbot
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 15:54:10 +02:00
Ian Bell
18899a5cc3
Fixed files to compile for python on OSX
2014-08-03 14:29:07 +02:00
Ian Bell
a14731783e
python builders work!!
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 14:00:46 +02:00
Ian Bell
df17eaf6cc
python wrapper builds with vs2008 (fixed bug in Eigen)
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-03 11:37:17 +02:00
Ian Bell
87aae7eef7
A bit more work on the python packaging. Currently broken, still a work in progress.
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-02 19:52:36 +02:00