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
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
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
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
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
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
e37a55004b
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-01 18:53:38 +02:00
jowr
9470f35928
Removed the debug level added the incompressible documentation framework
2014-08-01 17:30:06 +02:00
Ian Bell
f19aa35db4
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-01 17:11:59 +02:00
jowr
7fa70b0bee
Fixed the mass fractions!
2014-08-01 16:52:16 +02:00
Ian Bell
d9fcb2eb00
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-08-01 16:38:47 +02:00
jowr
165298d41e
Renamed the enumeration and still no luck
2014-08-01 15:44:02 +02:00
jowr
eddeee54e0
Added more fitting stuff, still some problems with the enumerations in C++
2014-08-01 15:15:35 +02:00
jowr
b8badfba2c
fits, fits, fits
2014-08-01 15:13:48 +02:00
jowr
8ff8332e77
Added some reporting to Python. Untested changes in C++
2014-08-01 15:13:48 +02:00
Ian Bell
90103b50e2
Added two-phase enthalpy and entropy calculations based on vapor quality weighting of saturation properties. Fixed some bugs associated with that.
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-01 14:16:59 +02:00
Ian Bell
0cbf72e05a
Added preliminary tests for saturation properties
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-01 14:14:56 +02:00
Ian Bell
412504a4d9
When changing reference state, hs_anchor is updated, and ancillary curves still work!! woohoo
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-01 10:50:47 +02:00
Ian Bell
ea3ceeccfe
H & S Ancillaries use value minus value at anchor state
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-01 10:34:13 +02:00
Ian Bell
95e5b6f796
Removed unused variables
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-01 10:01:58 +02:00
Ian Bell
99af971bcb
Changed function return type for successive_substitution to make agree with others in that namespace
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-01 10:01:21 +02:00
Ian Bell
f12d7c0def
PH and PS for single phase basically works now, still need to determine guess values
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-31 22:07:08 +02:00
Ian Bell
fc7eb55ca2
Added code for liquid enthalpy ancillary for Propane - proof of principle.
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-31 19:39:24 +02:00
Ian Bell
7133296b98
Fixed reference state for Air to agree with REFPROP, fixed reference state offsets for humid air
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-28 11:14:52 +02:00
Ian Bell
db3515007b
Fixed humid air properties to take into account reference state for air and water to close https://github.com/CoolProp/CoolProp/issues/47
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-28 10:49:24 +02:00
Ian Bell
1701f69e49
Fixed humid air errors with wet bulb
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-25 14:02:26 -04:00
Ian Bell
3c9b02bba1
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-07-25 11:06:58 -04:00
Ian Bell
dc75fa8fea
Fixed typo in CoolProp.cpp
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-25 11:06:28 -04:00
Ian Bell
ff8a364a89
Fix condition to check for enthalpies being the same
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-23 12:27:31 -04:00
Ian Bell
ddc0fb6830
Conductivity tests pass now!
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-23 12:25:46 -04:00
jowr
6360e84a54
Added some new functions to handle volume fractions, hope this does not cause any trouble other places
2014-07-22 17:29:01 +02:00
Ian Bell
85c2e7954f
Merge branch 'master' of https://github.com/coolprop/coolprop
2014-07-20 10:57:06 -04:00
Ian Bell
e79c5f5d14
Tidied up some transport tests
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-07-20 10:56:53 -04:00