Commit Graph

33 Commits

Author SHA1 Message Date
Ian Bell
60f9cb6614 Updated minimum saturation temperature state points
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-29 17:32:49 -05:00
Ian Bell
16bcf7c0b8 Rebuilt HS ancillary curves for pure fluids
Closes https://github.com/CoolProp/CoolProp/issues/242

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-27 11:07:23 -05:00
Ian Bell
89ce772e27 Updated hs anchor states 2014-11-27 10:24:55 -05:00
Ian Bell
951aa83efc Update critical splines for a lot of fluids based on the use of Maxwell solver
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-23 19:56:33 -05:00
Ian Bell
655e8f1447 Updated hmolar and smolar for lots of fluids at the triple point states
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:25:42 -05:00
Ian Bell
1ea7c93b2e Added Tmin and Tmax for most h and s ancillaries
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 12:56:11 -04:00
Ian Bell
21a2e998af Added enthalpy and entropy for triple point states
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 00:21:29 -04:00
Ian Bell
fc1484f828 Update critical splines
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 11:22:37 +02:00
Ian Bell
9b211f2145 Updated saturation spline curves
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-03 17:31:04 +01:00
Ian Bell
4b082029c4 Finally repaired flash routines.
Some edge cases remain

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-24 13:40:46 +02:00
Ian Bell
69bbdc693b Reimplemented critical region splines all the way from scripts to build to C++ code
Closes https://github.com/CoolProp/CoolProp/issues/94

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-22 22:14:48 +02:00
Ian Bell
7cf5f3515a Bumped up max temp for propane melting curve
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-18 19:24:06 +02:00
Ian Bell
a7ddd80d5a Much more progress on PY flash routines. Only a few edge cases that fail, otherwise all is good
Moved from bounded secant to Brent for stability

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-13 14:26:47 +02:00
Ian Bell
c632e823ac Updated triple point states - a bit more work to once Ts(ps) works at low pressure without NR
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-12 21:13:59 +02:00
Ian Bell
12f1cc6b86 Updated fluid files with most of the triple point densities
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-12 20:57:18 +02:00
Ian Bell
8f66b729c0 Fluid hs_anchor states updated to agree with CoolProp v5
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-12 18:42:09 +02:00
Ian Bell
24d37e0e6d Added h and s to hs_anchor state
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-01 10:09:12 +02:00
Ian Bell
54bf7687b0 Updated ancillary curves for all fluids to use h-hanchor and s-sanchor in the fit
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-01 09:04:43 +02:00
Ian Bell
34228b16bd Added hs_anchor state for all fluids
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-08-01 08:44:29 +02:00
Ian Bell
9499056850 First cut at enthalpy and entropy saturation ancillaries - still need to make them deltas to a fixed known point
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-31 21:11:15 +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
64946e6017 Added melting lines for many fluids - nearly all that are in REFPROP
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-09 15:48:52 +02:00
Ian Bell
7896845a5d Added minimum saturation states to fluid files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-06 10:01:09 +02:00
Ian Bell
88ec40895c Added triple point states
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-06 09:48:33 +02:00
Ian Bell
d5f9c0a382 critical state moved into STATES in json files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-06 09:29:25 +02:00
Ian Bell
261ec01c71 Added REFPROP names for all fluids - renovated get_fluid_param_string 2014-06-01 20:20:33 +02:00
Ian Bell
cb15a00699 Added critical parameters for all fluids from CoolProp 4.2
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-05-28 13:07:35 +02:00
Ian Bell
050ec56327 Added propane, dodecane, R1234yf and R1234ze(E) conductivity
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-05-24 20:24:07 +02:00
Ian Bell
891af4d131 Water viscosity and moved viscosity specific values into the viscosity entry in JSON files 2014-05-22 11:18:48 +02:00
Ian bell
f69c2d7560 Added butane viscosity correlation
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-21 09:27:24 +02:00
Ian bell
a687d5b673 n-Propane viscosity fully loaded from JSON file - just need to implement the rest of fluids
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-21 00:51:59 +02:00
Ian bell
04db9963f0 n-Propane viscosity can mostly be read from JSON, all that remains is the higher order terms, some thinking remains on that front
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-20 16:27:23 +02:00
Ian bell
b3847c7522 Initial commit for v5, but this time with the right line endings
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-14 12:46:24 +02:00