1212 Commits

Author SHA1 Message Date
Ian Bell
a5b545b6be No MATLAB tests 2018-08-09 21:17:32 -06:00
Jorrit Wronski
dfb1a9b460 Added for CMake 2018-08-09 15:23:54 +02:00
Jorrit Wronski
1e07b2b70b Picked individual files for next release 2018-08-09 14:48:24 +02:00
Ian Bell
817b6960b2 Catch runs should be Release builds; closes #1290 2016-10-24 18:38:53 -06:00
Ian Bell
e54b916751 Bump revision to 6.1, prepare for release 2016-10-23 22:17:43 -06:00
Jorrit Wronski
13625dc040 Merge branch 'integrate_excel_installer' 2016-10-18 17:16:41 +02:00
Jorrit Wronski
930debd741 Added some docs for #1237 and removed a duplicate rst for Excel 2016-10-14 15:07:28 +02:00
Ian Bell
92f4c58525 Set alpha function in JSON (#1262)
* First cut at adding the ability to set alpha function from external code

Quite a bit of refactoring...

* First cut at adding the ability to set alpha function from external code

Quite a bit of refactoring...

* Fix setting of alpha function for VTPR
2016-10-12 22:44:37 -06:00
Jorrit Wronski
b8e16c259c EES installer should be moved to the general installer 2016-09-25 23:12:27 +02:00
Jorrit Wronski
f8c49ad2c7 Directory upload to buildbot 2016-09-20 11:44:55 +02:00
Jorrit Wronski
c2af1fc9b2 Moved the Excel builder to the DTU machine 2016-09-19 22:31:44 +02:00
Jorrit Wronski
0e91967e4e Merging all actions into the CMake commands, rewrote buildbot configuration 2016-09-19 22:04:42 +02:00
Jorrit Wronski
62fbcd2373 Modified the Excel files to match the new library names and included a new CMake target in the builbot configuration 2016-09-18 21:39:03 +02:00
Ian Bell
d43585bcc0 Add formulas for HFO 2016-08-20 12:59:01 -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
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
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
658b9662e5 Update states for MDM 2016-07-09 19:30:49 -06:00
Ian Bell
cb6251110d Add new EOS for MDM from Thol et al.
Also script for converting FLD file to EOS
2016-07-09 19:26:58 -06:00
Ian Bell
dee097d147 Re-enable MATLAB 32-bit build on windows; closes #1146 2016-07-06 22:32:32 -06:00
Ian Bell
f5e4e3faea Add viscosity for the xylenes; closes #1068 2016-07-04 00:09:03 -06:00
Ian Bell
4e6db55c7d Update name and CAS for dichloroethane; closes #1141 2016-07-02 19:48:06 -06:00
Mike Kaganski
1f1bf52f77 Change names of dlls copied to SMath wrapper: use underscore instead of dot (#1113)
This is required in order to remove ".dll" extension from the library
name in .NET DllImport. And that, in turn, is intended to enable
cross-platform use of SMath wrapper on other OSes, like Linux (that is
supported by both CoolProp and SMath).
As explained at
http://www.mono-project.com/docs/advanced/pinvoke/, it's recommended to
omit the library extension to allow mono to find native libraries.
2016-06-21 08:31:43 -06:00
Ian Bell
5eba323c09 Add thermal conductivity for methanol; closes #1067 2016-06-19 18:24:06 -06:00
Jorrit Wronski
3632f76e9a handling of the critical point for the plots seems to done, closes #1118 2016-06-09 16:45:51 +02:00
Jorrit Wronski
7c0d3ebe37 Included a manual copy of the abstract state object and exposed the backend name to Python 2016-06-09 16:18:38 +02:00
Mike Kaganski
0f1749acce Allow conditionally build SMath in source tree (#1107)
Allow conditional build of SMath in source tree (fixes #1110)
2016-06-07 19:38:39 -06:00
Mike Kaganski
9a0851c5dd Improvements to SMath wrapper error handling and some small tweaks (#1111)
* Improve SMath wrapper error handling

1. Make CoolProp errors visible to SMath immediately, calling
get_global_param_string("errstring").
2. Use System.Exception with message instead of SMath own exceptions
where possible (to show the required message instead of irrelevant SMath
unconfigurable one); only retain SMath exceptions where it's necessary.

* Remove redundant text from release_readme.rst.txt; fixes #1105
2016-06-07 19:34:23 -06:00
Jorrit Wronski
b98718b174 Every release should get its own README.rst.txt - should solve #1105 2016-06-07 09:53:33 +02:00
Ian Bell
ffddbce6b1 Attempt to fix CMake build system 2016-06-06 22:00:27 -06:00
Mike Kaganski
6d21a6cc65 Allow cmake properly build SMath wrapper (#1100)
* Allow cmake properly build SMath wrapper

Integrate c# project into solution; allow usual cmake --build . --config
Release to build SMath wrapper.
Remove obsolete build.bat and coolprop_wrapper.sln files:
cmake-generated solution already includes everything.
Use build subdirectory wrappers/SMath for all generated files (both by
cmake, including csproj file itself, and by build process), thus no
dirty tree anymore.

Please note: this change requires cmake version 2.8.9 (because of
include_external_msproject TYPE).

* Tentative patch for buildbot

Unfortunately, I cannot test the buildbot, neither I know about it much.
I suppose that this is a sensible patch to be able to work with previous
changes to SMath build process.

* Update SMath wrapper help
2016-06-06 08:05:46 -06:00
Jorrit Wronski
b67068e1ec Do not update conda files on upload 2016-06-03 10:17:02 +02:00
Jorrit Wronski
d8282e54d3 Typo in master.cfg 2016-05-27 10:27:51 +02:00
Jorrit Wronski
08fd0997aa Changed the docker scripts 2016-05-27 10:25:21 +02:00
Jorrit Wronski
c647124f0e Added the bitness and tags for the docker images 2016-05-25 19:56:30 +02:00
Ian Bell
625b00f8d8 Prep for version 6 release 2016-05-10 22:12:51 -06:00
Ian Bell
4dd6a9860e Add rho*sr scaling methodology for viscosity from Bell paper in Purdue conference
closes #816
closes #665
2016-05-10 21:32:20 -06:00
Christoph Buchner
a636bcfdab Align Tmax with REFPROP values (#1053)
* Remove non-operative gitignore rule.

This rule matches the /dev/fluids folder and all its
contents, but those were already in the repo, so the
rule is not in effect.

* Align Tmax with REFPROP values. Fixes #257.

I used the list given in #257.
DME, C12, Neon, SF6 values went down.
R11, R123, R152A had two occurences in EOS, I changed both.
2016-05-08 13:06:02 -06:00
Ian Bell
39675ea5f8 Yet another try with MathCAD 2016-05-07 21:45:37 -06:00
Ian Bell
13941cbc87 One more go for MathCAD+buildbot 2016-05-07 20:09:47 -06:00
Ian Bell
4562e6eb61 Another try at MathCAD buildbot 2016-05-07 19:34:09 -06:00
Ian Bell
4c0fbe4974 Fix MathCAD build? 2016-05-07 16:37:57 -06:00
Ian Bell
fc9cdf1e38 Add MathCAD builders to buildbot 2016-05-07 15:22:36 -06:00
Ian Bell
83ff0a2486 Add acentric factor for Air; closes #1001 2016-05-01 21:36:47 -06:00
Ian Bell
8bf9f14e27 Added a number of new predefined mixtures; see #719 2016-05-01 18:25:16 -06:00
Ian Bell
6d62bb72aa First attempt at #1044 2016-05-01 15:50:09 -06:00
Ian Bell
31d2abe11f Disable the python linux builds in preparation of changeover to manylinux1 builds 2016-04-28 21:22:52 -06:00