Commit Graph

476 Commits

Author SHA1 Message Date
Ian Bell
692248a361 Updated ancillaries to allow for passing bounds explicitly ( for h and s for instance)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-08 13:30:55 -05:00
Ian Bell
064a090174 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-07 16:52:32 -05:00
Ian Bell
c69044488f Added first cut at HS solver - mostly works but some failures still
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:51:01 -05:00
Ian Bell
5ffe346327 Added info for some other input pairs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:37:46 -05:00
Ian Bell
baf42b5dae Tmin and Tmax are loaded into ancillaries if they are set
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-07 16:36:41 -05:00
Ian Bell
1a0a7254b6 Fix T-Y phase for T > Tc
See https://github.com/CoolProp/CoolProp/issues/199
2014-11-07 16:24:10 -05:00
Ian Bell
2bc46bc7b8 Added HS skeleton and tests (most fail for now)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-30 00:24:03 -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
407d41d2fd Modified get_param_index to allow access to phase keys
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-29 15:38:09 -04:00
Ian Bell
0232174d0b Fixed typo for TS,TH,TU when two-phase.
Closes https://github.com/CoolProp/CoolProp/issues/194

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-29 14:48:38 -04:00
Ian Bell
23c1a38b4d Add tests for the references state for enthalpy and entropy
Closes https://github.com/CoolProp/CoolProp/issues/77
Closes https://github.com/CoolProp/CoolProp/issues/76

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-28 18:59:39 -04:00
Ian Bell
70e9e14226 Exported set_reference_stateD through the library
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-27 20:17:38 -04:00
Ian Bell
67bf8f528b Re-implemented set_reference_stateD
Closes https://github.com/CoolProp/CoolProp/issues/190

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-27 20:10:03 -04:00
Ian Bell
da23717368 Fix problem with pmin
Closes https://github.com/CoolProp/CoolProp/issues/189

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-25 09:35:42 -04:00
Ian Bell
9299cb8e07 Re-implements HAProps function at the C++ level.
Closes https://github.com/CoolProp/CoolProp/issues/182

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-10-22 21:32:22 +00:00
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