4331 Commits

Author SHA1 Message Date
Ian Bell
62b6ca1537 Remove the enumeration class namespace (C++11 only) 2016-08-16 23:59:15 -06:00
Ian Bell
a2b4c0927e Fixes to cubic code
closes #1188
closes #1187
2016-08-16 23:54:01 -06:00
Ian Bell
741369e0df Fixed cubic backend for PQ calls; #1189 2016-08-16 23:07:28 -06:00
Ian Bell
89c22dc67e More progress on PT for mixtures, though issues remain 2016-08-15 23:19:53 -06:00
Ian Bell
8a100b7f64 Fix typo in error thrown for negative densities 2016-08-15 20:02:52 -06:00
Ian Bell
29f229a720 Updates to PT solver and stability calculations
Needed for #1066
2016-08-14 22:32:44 -06:00
Ian Bell
4fb928904d Remove spurious stdout for table construction 2016-08-14 15:13:59 -06:00
Ian Bell
52c553eadd Add warning about T > Tmax for HS inputs; closes #1181 2016-08-14 14:49:35 -06:00
Ian Bell
12fea271d9 Add comment about the Android NDK that must be used; closes #1178 2016-08-14 14:34:37 -06:00
Ian Bell
e7fc3eb096 Add 4th order solver (Householder method) with three analytic derivatives ; closes #1185 2016-08-12 18:49:21 -06:00
Ian Bell
1e58037ba5 Update density solver in liquid phase 2016-08-12 18:13:25 -06:00
Ian Bell
5550facc03 QT/PQ inputs needs to polish with Newton-Raphson; closes #1183 2016-08-11 22:22:39 -06:00
Ian Bell
95a3cc8892 Add function to generate rapidjson instance from JSON string; closes #1182 2016-08-11 21:54:24 -06:00
Ian Bell
ee040062c7 Add 4th order alphar derivatives to python; closes #1184 2016-08-11 21:42:47 -06:00
Ian Bell
f6c979c2dc Update docs for building php module; see #1174 2016-08-10 21:48:45 -06:00
Ian Bell
2c598fe33a Add mole fractions to phase envelopes in python and C++; closes #1164 2016-08-10 19:54:20 -06:00
Ian Bell
dfb89141e6 Derivatives of vr and Tr with respect to beta and gamma! Let's fit! 2016-08-08 19:13:19 -06:00
Ian Bell
fa000b4d03 Fix broken phase envelopes in docs; closes #1064 2016-08-07 17:50:43 -06:00
Ian Bell
d01fd03662 Fix cached string for REFPROP fluids 2016-08-07 16:55:26 -06:00
Ian Bell
3efc5cfc89 PT inputs for cubics without phase specification; closes #1143 2016-08-07 16:49:12 -06:00
Ian Bell
854a105061 Only copy Reducing object if you can. 2016-08-07 16:38:06 -06:00
Ian Bell
046b5b1037 REFPROP can impose phase and call TPRHO; see #1175 2016-08-07 15:39:29 -06:00
Ian Bell
20693d9bb5 Update the copying of classes; fixes some phase envelopes (but not clear why) 2016-08-07 15:17:45 -06:00
Ian Bell
9f2a314045 Update docs for Java; closes #1172 2016-08-04 20:57:29 -06:00
Ian Bell
cf74ce383f Fix quoting of PHP flags in cmake; see #1174 2016-08-03 20:39:06 -06:00
Jeff Henning
97d536fcd9 Updates to the Excel Wrapper and Files (#1173)
* Updates to the Excel Wapper and Files

- Added README.rst with updated Installation and Build Instructions
- Fixed PhaseSI() function in CoolProp.xlam
- Removed Deprecated Props() function in CoolProp.xlam
- Added get_global_param_string() function in CoolProp.xlam
- General overhaul of the TestExcel.xlsx example file

* Minor edit to README.rst

* Unprotect Example wkbk and rename VBA to CoolProp
2016-08-02 08:00:51 -06:00
Ian Bell
576c15a1a4 Fix InChI for R114 and SF6; closes #1170 2016-07-30 17:47:58 -06:00
Ian Bell
a2a7197834 Add script for injecting InChI keys and string (and others) 2016-07-27 21:53:21 -06:00
Ian Bell
2ec60b235a Fix reference for R245ca 2016-07-27 21:50:57 -06:00
Ian Bell
f5eebdff5b Add InChI and friends to web pages; see #1069 2016-07-27 20:08:28 -06:00
Ian Bell
9bd37e7d64 Add InChI keys and string, SMILES, etc; closes #1069
See also #115
2016-07-27 19:42:31 -06:00
Ian Bell
f30095bbfa Fix order of coefficients in cp0 for R1233zd(E); closes #1166 2016-07-25 19:07:10 -06:00
JonWel
75da119182 Export set_config_string, closes #1160 (#1163) 2016-07-19 08:08:38 -06:00
Ian Bell
68ac160a43 Get critical points working again for cubics 2016-07-17 19:20:21 -06:00
Ian Bell
f967531557 Unset REFPROP path in docs
For some reason, the ipython session is kept alive, and REFPROP path kills other plotting
2016-07-17 19:06:07 -06:00
Ian Bell
f9267bd8f7 More reasonable temperature for cubics testing 2016-07-17 19:05:17 -06:00
Ian Bell
4b0fac1685 Fix plots for Tabular backend in docs 2016-07-17 18:31:27 -06:00
Jorrit Wronski
1d279031d2 Added the validation script and figure to the incompressible page, might resolve #1045 2016-07-17 12:12:49 +02:00
Jorrit Wronski
458ee9469e Added a check for the inputs to calc_Tfreeze, solves #1137 2016-07-17 01:21:41 +02:00
Jorrit Wronski
45781d942b Added a default concentration for mixtures, should help resolving #1137 2016-07-17 00:32:40 +02:00
Ian Bell
4dd63de43c Fix speed_sound and cvmass for IF97 backend; closes #1150 2016-07-15 20:33:46 -06:00
Jorrit Wronski
fe0cd37294 Started to include the transport properties for LiBr 2016-07-16 00:16:21 +02:00
Jorrit Wronski
68d646166e Fixed the last (?) viscosity factor 2016-07-16 00:16:20 +02:00
Ian Bell
ab744e1c0d Add evaluation of excess properties in python; closes #1071 2016-07-12 19:46:05 -06:00
Ian Bell
e2a16a300b Implemented excess properties in C++; see #1071 2016-07-12 19:31:35 -06:00
JonWel
7d4c0e4673 Clearer error message, 1147 (#1151) 2016-07-12 18:37:17 -06:00
Jorrit Wronski
b8a0f48d30 Started to work on #1045 2016-07-12 20:11:57 +02:00
Jorrit Wronski
89cac55f86 Removing a single unused import fixes #1094 2016-07-12 16:32:40 +02:00
Ian Bell
658b9662e5 Update states for MDM 2016-07-09 19:30:49 -06:00
Ian Bell
7b0815d847 Update reference for MDM EOS 2016-07-09 19:29:38 -06:00