Commit Graph

4594 Commits

Author SHA1 Message Date
Jorrit Wronski
d3835348f1 updated externals 2018-01-22 10:54:51 +01:00
Jorrit Wronski
1a4dd0a764 updated catch to v2.1.0 2018-01-19 11:46:13 +01:00
Jeff Henning
d394aa1968 Parse out zero mole fraction components in PropsSI() (#1628)
* Parse out zero mole fraction components in PropsSI()
* PropsSI() smallest mixture fraction to ignore = 10*DBL_EPSILON
2018-01-07 14:58:27 -05:00
Ian Bell
73b0b15878 Fix REFPROP phase envelope with predefined mixtures; closes #1629 2018-01-06 17:11:41 -07:00
Ian Bell
7980378001 Predefined mixture can now have uppercase .MIX; closes #1630 2018-01-06 16:46:39 -07:00
Jeff Henning
2658fdfa0e Update Low-Level API documentation for imposed phase [skip ci] (#1626) 2018-01-04 21:22:11 -07:00
Ian Bell
2435739d8b Fix const method on ODE class 2018-01-01 12:19:24 -07:00
Jorrit Wronski
87932a51b6 This fixes the 64bit builds on Linux, but does not help with 32 bit since the libraries are missing on the buildbot worker (and cannot be installed) 2017-12-20 09:19:40 +01:00
Jorrit Wronski
3fac4949f2 upload wheels using buildbot instead of rsync 2017-12-19 16:54:50 +01:00
Ian Bell
fdd5de66ac Skip some of the Props calls and go right to the AbstractState 2017-12-19 08:05:41 -07:00
Jorrit Wronski
cc180db2f9 Use docker cp instead of volumes to fix uid issues, more a hack than a fix. 2017-12-19 09:20:43 +01:00
Ian Bell
dfae574ed2 Remove unused slave from buildbot config 2017-12-18 18:49:22 -07:00
Jorrit Wronski
40e032d2f1 Updated IF97 to the latest tag 2017-12-18 22:55:27 +01:00
Jorrit Wronski
bff23f8123 Added some more buildbot documentation 2017-12-18 22:54:06 +01:00
Jorrit Wronski
c001f876fa a missing comma 2017-12-18 20:57:01 +01:00
Jorrit Wronski
5944cb5992 Changed the master configuration to use the new buildbot passwords 2017-12-18 20:55:35 +01:00
Jorrit Wronski
a14d03711c Update gcc version for new OSX builder 2017-12-18 15:41:34 +01:00
Ian Bell
357a92aae3 Fix some unicode string handling issues 2017-12-16 17:07:25 -07:00
Ian Bell
6042f2a4eb Add ability to retrieve the list of cubic fluids that are loaded 2017-12-14 15:38:12 -07:00
Ian Bell
dadf8857c2 Fix has_melting_line for REFPROP backend 2017-12-14 10:42:43 -07:00
thorade
b2a97330e6 fix syntax: err_count += 1
https://stackoverflow.com/questions/2632677/python-integer-incrementing-with
2017-12-13 16:10:00 +01:00
thorade
ab6de1e5ac ignore IDE settings 2017-12-13 16:03:05 +01:00
Matthis Thorade
19a4875879 More autopep8 (#1621)
* autopep8 rule-groups E101,W1,W2,W3

* autopep8 with rule group E3 (blank lines)

autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .

* tabs and space W191

* autopep8 aggressive
2017-12-13 14:43:41 +01:00
thorade
d3fb738651 pull latest rapidjson master 2017-12-13 13:33:06 +01:00
thorade
59625999e4 update URL
this closes #1608
2017-12-13 13:33:06 +01:00
Ian Bell
4f500ba4bf Add the ability to force the bitness to be the native bitness for cross-compilation for Raspberry PI (and other targets) 2017-12-12 20:53:56 -07:00
Ian Bell
7ea50a832f Implement calc_name and calc_fluid_names for tabular backends; closes #1616 2017-12-12 20:43:38 -07:00
Matthis Thorade
0711a2e66f only clone the last 5 commits (#1610) 2017-12-12 08:32:58 -07:00
Matthis Thorade
526cb198a4 autopep8 whitespace (#1613)
* autopep8 whitespace only:

--select="E101,W1,W2"

* revert single file: web2py_online.py

Should this be a .py file at all?

* revert file Tickets/1443.py because the diff looked strange:

maybe there is an encoding problem?

* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Ian Bell
33dff0be6d Bump REFPROP-headers 2017-12-05 23:25:13 -07:00
Ian Bell
42231068da Bump REFPROP-headers 2017-12-05 20:15:19 -07:00
Ian Bell
491d432ce1 Bump REFPROP-headers 2017-12-05 09:36:55 -07:00
Ian Bell
d2a142a4e3 Add some residual pass-through convenience functions 2017-12-03 17:57:56 -07:00
Ian Bell
034a2d4612 Add include guard for ODEIntegrators.h 2017-12-03 16:18:35 -07:00
Jeff Henning
b8abf167b3 Patch PT_flash() to update _phase with imposed phase, in case it changed (#1606)
Also makes phase_lookup_string(phases Phase) available through CoolProp.h header for use in debug, warning, and error messages.
2017-12-03 18:02:36 -05:00
Ian Bell
614834abb9 Add residual versions of psi derivatives 2017-12-02 13:24:20 -07:00
Ian Bell
9a604420e3 First step of reducing the number of calls for alpha0 2017-12-02 12:42:59 -07:00
Ian Bell
1bb6fccec5 Pre-calcaulate common exp(theta[i]*tau) terms 2017-12-02 11:00:35 -07:00
Jorrit Wronski
fa88860fbb Updated REFRPROP-headers 2017-12-01 14:44:16 +01:00
Jorrit Wronski
a5309a3ecb Added 'name' output to HEOS fluid_param_string 2017-11-22 14:13:01 +01:00
Ian Bell
3b40b6f00c Add GuessesStructure to pybind11 interface 2017-11-20 22:04:25 -07:00
Ian Bell
a0e7c7680d Disable the MATLAB examples 2017-11-19 22:35:11 -07:00
Ian Bell
71a0723e1e Fix ideal curves in pybind11 interface 2017-11-19 22:26:42 -07:00
Ian Bell
23c607d66a Update MSVC for Catch windows build 2017-11-17 21:42:23 -07:00
Ian Bell
c065cacd8a Set the departure function in both ij and ji pairs 2017-11-17 21:24:20 -07:00
Ian Bell
3ef8042ce8 Remove all the remaining MATLAB builders; switch to python for MATLAB 2017-11-17 21:23:15 -07:00
Jeff Henning
52efc9b5b4 Fix slight memory leak when replacing fluid jSON. (#1596) 2017-11-17 17:45:25 -05:00
Ian Bell
7fb71a366b Removed some buildbot builders that are no longer needed 2017-11-15 22:19:21 -07:00
Ian Bell
62fda6f174 Add ability to specify the departure functions as JSON 2017-11-15 00:16:25 -07:00
Ian Bell
51b38ddd21 Add hybrid exponential + gaussian departure terms 2017-11-14 22:17:51 -07:00