Commit Graph

1842 Commits

Author SHA1 Message Date
Ian Bell
c54e2d1c2e Re-implement HAPropsSI in Excel, fix naming alias HAProps->HAPropsSI
See also https://github.com/CoolProp/CoolProp/issues/288

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 15:07:27 -05:00
Ian Bell
e84274367d Add a better error message if fluid does not have thermal conductivity or viscosity model
See https://github.com/CoolProp/CoolProp/issues/285

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 14:22:48 -05:00
Ian Bell
8ed02eefef Added ECS models for viscosity and thermal conductivity for R11, R143a, R12, R22
See https://github.com/CoolProp/CoolProp/issues/285

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 14:10:35 -05:00
Ian Bell
e6ed862f20 Add web links for MathCAD, fixed path
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 12:05:24 -05:00
Ian Bell
961b8e177f Describe the predefined mixtures and how to use them in the high level API in the docs
Closes https://github.com/CoolProp/CoolProp/issues/280

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 11:34:32 -05:00
Ian Bell
0cb02a3e2f Predefined mixtures working in PropsSI now
Added Catch test

``` python
In [1]: import CoolProp

In [2]: CoolProp.CoolProp.PropsSI('D','P',101325,'T',300,'Air.mix')
Out[2]: 1.1766975266680577
```

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

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 11:24:29 -05:00
Ian Bell
93305f0413 Added MathCAD support and docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 21:07:37 -05:00
Ian Bell
32ccb78250 Disable internal error catching and allow swig to do the error catching itself
See https://github.com/CoolProp/CoolProp/issues/282

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 17:00:54 -05:00
Ian Bell
cf58ba6ca6 Removed old full clean code from bb config
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 16:53:01 -05:00
Ian Bell
b582a5d248 Fix the renderable behavior of Git
Closes https://github.com/CoolProp/CoolProp/issues/283

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 16:50:08 -05:00
Ian Bell
7dfbe402e3 Fix typo in master.cfg
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 15:59:24 -05:00
Ian Bell
99810eabf1 Python setup script shows call to cmake build
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 15:47:42 -05:00
Ian Bell
3ce13ac38f Use the git checkout to do full clean rather than command line tools - now fully cross-platform
See https://github.com/CoolProp/CoolProp/issues/283

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 14:37:13 -05:00
Ian Bell
02f8210fa1 Removed temporary debug code from milestone2rst.py script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 14:27:10 -05:00
Ian Bell
0cf7a0b96b Fix bugs in changelog and milestone2rst.py
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 12:52:13 -05:00
Ian Bell
0810862bb2 Fix milestone2rst.py script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 12:33:23 -05:00
Ian Bell
46083a25c7 Release notes for 5.0.2
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
v5.0.2
2014-12-04 12:28:25 -05:00
Ian Bell
4960842476 A better step size in secant solver for low W
Closes https://github.com/CoolProp/CoolProp/issues/254

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 12:09:06 -05:00
Ian Bell
707ee4799a Brought back surface tension support
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 11:43:44 -05:00
Ian Bell
d7f86a806d Added tests for surface tension retrieval
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 11:42:29 -05:00
Ian Bell
a6f0a9e4c7 Added test for PD for T > 1.5Tc
See also https://github.com/CoolProp/CoolProp/issues/274

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 11:10:48 -05:00
Ian Bell
de6e95e839 Allow DY solver for single phase to go to 1.5*Tc
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 11:00:06 -05:00
Ian Bell
74a181645b Correctly calculate the phase flag when YD are input
Closes https://github.com/CoolProp/CoolProp/issues/273

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 10:35:46 -05:00
Ian Bell
b06bdba9ec Added script to generate milestone using github api
Closes https://github.com/CoolProp/CoolProp/issues/278

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 21:29:02 -05:00
Ian Bell
44a4a4d8b5 Improve docs for Helmholtz terms.
Closes https://github.com/CoolProp/CoolProp/issues/277

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 20:32:53 -05:00
Ian Bell
47350ac7c0 set config for test for c# 2-bit on windows
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 16:14:51 -05:00
Ian Bell
61597ab0a1 Added 32-bit c# binary builder
See https://github.com/CoolProp/CoolProp/issues/272

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 15:55:51 -05:00
Ian Bell
5b50fa934d Log scale densities for consistency Plots
Closes https://github.com/CoolProp/CoolProp/issues/275

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 14:22:06 -05:00
Ian Bell
553e87defe Merge branch 'master' of https://github.com/coolprop/coolprop 2014-12-03 13:02:40 -05:00
Ian Bell
6a3154fa5b Added docs for SMath integration with CoolProp
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 13:01:58 -05:00
Jorrit Wronski
f8aae66ed3 Bumping revision to 5.0.2, successfully tested release script on server to publish version 5.0.1. 2014-12-03 11:58:08 +01:00
Jorrit Wronski
494eca3253 No idea what is wrong with DTU's Matlab, switching back to Ian's slave for 32bit on Windows v5.0.1 2014-12-03 11:13:44 +01:00
Jorrit Wronski
c90143f2cf Of course the parth structure for Matlab is different for 32bit and 64bit... 2014-12-03 11:03:17 +01:00
Jorrit Wronski
4c3e48715d Added Matlab 32bit to the DTU builder 2014-12-03 10:53:32 +01:00
Jorrit Wronski
3ee53b5e4d Getting ready for the release script 2014-12-03 10:42:57 +01:00
Jorrit Wronski
25f64f22d6 Removed empty line from citation bibtex 2014-12-03 10:34:02 +01:00
Jorrit Wronski
e85fccd040 Just a dummy commit to trigger the new builds on the bots after restoring permissions on the server. 2014-12-03 09:44:42 +01:00
Ian Bell
5260054d5e Commit the new changelog (oops)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 00:41:00 -05:00
Ian Bell
6eb5afab8a bump version to 5.0.1
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 00:40:31 -05:00
Ian Bell
7f1c36651f Fixed CP online docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
v5.0.0
2014-12-02 22:45:46 -05:00
Ian Bell
d82b0c5409 Tidy up saturation spline script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 22:41:00 -05:00
Ian Bell
ca4c5b8706 Tidy docs for phase parameter
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 22:39:53 -05:00
Ian Bell
d73f7fde5e Clean up some docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 22:37:06 -05:00
Ian Bell
7a7a63f50a Gibbs is output only
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 22:17:04 -05:00
Ian Bell
c62ae83c38 TD flash goes back to checking for quality < 0 and > 1 for single phase solution
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 22:14:46 -05:00
Ian Bell
98172399c1 Fix math, remove hyperlink to consistency plots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 21:43:17 -05:00
Ian Bell
d463227365 Rebuild the parameter table every time
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 21:35:38 -05:00
Ian Bell
5abf7e9afa Relocate builder for parametric table
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 21:32:06 -05:00
Ian Bell
8fc1fac00e html should get converted to HTML in sphinx
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 21:30:02 -05:00
Ian Bell
6348d76ad7 Add references to generated fluid files and more docs for consistency plots
Closes https://github.com/CoolProp/CoolProp/issues/266

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 20:48:00 -05:00