Commit Graph

461 Commits

Author SHA1 Message Date
Ian Bell
4b0d48cab7 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-10-22 21:09:06 +00:00
Ian Bell
540da38842 Fixed problem with S as input for humid air
Closes https://github.com/CoolProp/CoolProp/issues/181

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-22 21:08:36 +00:00
Ian Bell
b87d7ad1b9 Fixed scilab building using new version of swig+scilab 2014-10-22 22:05:35 +02:00
Ian Bell
cfcd50bffc Fixed evaluation AT the critical point
Closes https://github.com/CoolProp/CoolProp/issues/178

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-16 00:12:46 +02:00
Ian Bell
77818c5cda Fixed derivatives again
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-15 23:44:15 +02:00
Ian Bell
eb076916db Fixed mass based derivatives
Closes https://github.com/CoolProp/CoolProp/issues/177

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-15 23:38:09 +02:00
Ian Bell
c8fedbbf30 mass based derivatives (I think) plus test
referenced in https://github.com/CoolProp/CoolProp/issues/177

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-15 23:09:13 +02:00
Ian Bell
1416f62682 Fixed bug with second linkage problem with CoolPropLib
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-15 21:37:23 +02:00
Ian Bell
59d49d2ee9 calc_alpha0_deriv_nocache error message more verbose
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-14 15:23:08 +02:00
Ian Bell
c50ca39238 Flush error message in Props1SI if first call is backwards but second is good
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-14 15:22:38 +02:00
Ian Bell
3310d1cf11 Fixed (?) splines in critical region
I have no explanation for the broken code that used to be in the solve_cubic function.  Seems it was related to the linear or quadratic cases but it makes no sense. Removed the code.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-14 14:49:19 +02:00
Ian Bell
199ced3f86 Implemented Phase output again
Added PhaseSI function which will return phase for given input - exposed to DLL
PropsSI can also return phase as double if "Phase" is the input

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-14 11:21:07 +02:00
Ian Bell
16b15a395e Finished documenting reducing functions
Closes https://github.com/CoolProp/CoolProp/issues/112

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-03 13:15:55 +02:00
Ian Bell
b98d24892d Oops, forgot CoolProp.cpp
See also 2f6b083aff

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-02 17:02:54 +02:00
Ian Bell
9f04472cef Small docs modifications
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-02 17:01:33 +02:00
Ian Bell
2f6b083aff Expose BibTeX all the way back to python wrapper
Closes https://github.com/CoolProp/CoolProp/issues/164

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-02 14:21:15 +02:00
Ian Bell
70f737c55d Predefined mixtures are added, can be accessed with a fluid name like R410A.mix
Closes https://github.com/CoolProp/CoolProp/issues/153

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-02 09:57:01 +02:00
Ian Bell
2e190f1a9d PropsSI and Props function docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:18:47 +02:00
Ian Bell
ef95b824d5 Don't use enthalpy/entropy ancillaries if they don't exist
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:03:04 +02:00
Ian Bell
1c18190ca6 moved flag for critical region splines to Configuration
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:01:49 +02:00
Ian Bell
1a82468c68 Expose mixture binary pair data all the way through python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 13:43:29 +02:00
Ian Bell
07cd616c38 Implemented access to mixture binary pairs in get_global_param_string
See https://github.com/CoolProp/CoolProp/issues/152

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 16:53:51 +02:00
Jorrit Wronski
85b2443be3 Fixed the broken reference state setter function 2014-09-24 10:42:38 +02:00
Jorrit Wronski
580fbd15d8 Updated some reference state functions, does not work properly at the moment. 2014-09-24 10:42:38 +02:00
Jorrit Wronski
c98365c580 Fixes #136 and the latexcodec issues 2014-09-23 16:50:30 +02:00
Ian Bell
3bc62f50a6 Added "A" backwards compatibility alias for speed of sound
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-18 19:32:39 +02:00
Ian Bell
5dcf810f0b Added cp0 and dpdT|rho for REFPROP backend for use in PDSim
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-18 19:16:52 +02:00
Ian Bell
b433dde061 Actually return the value from the PropsSI function
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-18 18:48:18 +02:00
Ian Bell
f11a1f0b5c Removed PHSU debug commands
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-16 17:17:42 +02:00
Ian Bell
c5ae49e072 Added documentation of reducing function derivatives
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-16 15:41:54 +02:00
Ian Bell
40e5fe5366 Merge branch 'master' of https://github.com/CoolProp/CoolProp 2014-09-15 19:16:29 +02:00
Ian Bell
ea724a4693 Added some more debug output to PropsSI 2014-09-15 19:12:09 +02:00
Ian Bell
b2eccfdba8 Find Tmax and pmax indices right at the end - much simpler
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 18:02:12 +02:00
Ian Bell
731bd0f345 If a non-liquid liquid solution is found, bump up the liquid density and try again
Ok, this isn't perfect, but it seems to work pretty well.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 16:18:40 +02:00
Ian Bell
c0157c0814 Added the ability to set/unset the phase for the abstract state class
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 16:17:01 +02:00
Ian Bell
5f723ce585 Added refinement of the phase envelope, PQ and TQ work for saturation
See https://github.com/CoolProp/CoolProp/issues/133

Closes https://github.com/CoolProp/CoolProp/issues/143

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-15 14:19:22 +02:00
Ian Bell
d47ba92acf Added docs for saturation routines
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 22:46:00 +02:00
Ian Bell
20e55df16e Added solver for mixtures with vapor quality set and one of P or T. Q no longer needs to be 0 or 1
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-14 22:11:59 +02:00
Ian Bell
260512b90f saturation p and saturation T work with Q = 0 for mixtures with phase envelopes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 23:25:06 +02:00
Ian Bell
cabe7a8a22 QT calculations using phase envelope work for Q = 1
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 21:42:31 +02:00
Ian Bell
8c843bbf18 PQ using phase envelope for Q = 1 works
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 21:03:15 +02:00
Ian Bell
67e26391b0 Killed off doxygen errors
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-13 15:57:57 +02:00
Ian Bell
71427c73cc Added first cut at PT and P&HSU solvers - much work to be done, currently only good in gas phase.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 21:01:53 +02:00
Ian Bell
af8691d0c5 Both xN independent and dependent are now tested in mixture derivative code.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-12 20:59:41 +02:00
Ian Bell
ed1d7a41a6 Fixes to Mixture Parameters
If F_ij is zero, put in a dummy departure function
If pair is invalid, throw error rather than crash

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-11 13:00:53 +02:00
Ian Bell
a5b7b6f8b7 Implemented phase identification parameter
Closes https://github.com/CoolProp/CoolProp/issues/139

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-11 10:22:01 +02:00
Ian Bell
20cae192b0 Added necessary code to get sat_p working for dewpoint calculations, phase envelopes build for R32/R125 - was getting bad density roots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-11 02:15:19 +02:00
Ian Bell
58556c6e14 Expose mole fractions of liquid and vapor through python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-11 02:12:44 +02:00
Ian Bell
3844f281fd Maximum temp for PY flash is now 1.5*Tmax
Closes https://github.com/CoolProp/CoolProp/issues/137

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-10 16:24:36 +02:00
Ian Bell
a2a2c80323 Renamed normalization flag
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-10 15:53:57 +02:00