Commit Graph

34 Commits

Author SHA1 Message Date
Ian Bell
0e7437f95b More pep8 whitespace; see #1612 2019-01-12 20:48:56 -07:00
Ian Bell
3b1eb50324 More pep8 whitespace; see #1612 2019-01-12 20:45:25 -07:00
Ian Bell
8d131a2e59 More safe whitespace changes 2019-01-12 20:24:55 -07:00
scls19fr
5045c96322 Fix Python print (#1746)
* Fix print

* Some manual fixes

* Revert
2018-10-19 22:59:31 +02:00
luzpaz
93f4a986e2 Misc. typos (#1726)
Found via `codespell -i 3 -w -I ../coolprop-word-whitelist.txt` whereby whitelist consists of:
```
cas
formate
hel
nd
te
tim
ue
uint
```
2018-08-14 23:06:49 -06: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
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
Jorrit Wronski
f019ce29e7 Working on the new TTSE plots 2015-07-07 18:14:46 +02:00
Jorrit Wronski
e2b7043ce4 Make Ttriple aware of mixtures, but disable it because it is not part of REFPROP. 2015-05-01 16:49:36 +02:00
Jorrit Wronski
c2b6de21d6 Restored the timing script 2015-04-27 01:21:39 +02:00
Jorrit Wronski
3829150a98 Less insane plotting parameters, see #411 2015-04-26 18:07:37 +02:00
Jorrit Wronski
ce76a8d240 Added the magenta background to the plots, colorbar axis shows thge backend now. 2015-04-26 18:04:14 +02:00
Jorrit Wronski
07ccadbca4 The scriopt is still quite fragile, but it runs, see #411 for details. Water does not work :( 2015-04-26 15:28:24 +02:00
Jorrit Wronski
052180e490 The timing script should run on any computer now, see #411 2015-04-26 00:42:54 +02:00
Ian Bell
bfcff45491 Add some docs for Tabular methods; See #506
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-03-02 22:28:49 -07:00
Ian Bell
526a241ccc Updated docs for Tabular Interpolation; fixed bugs in interpolation code
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-28 15:54:27 -07:00
Ian Bell
0e73f5bda7 Hmolar is now a valid output; invalid inputs throw error 2015-02-26 22:26:40 -07:00
Ian Bell
2dbd82f490 Fixed up p-T table with bicubic
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-26 22:07:00 -07:00
Ian Bell
d916872569 Updated tabular checks for speed and accuracy for bicubic
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-26 22:00:43 -07:00
Ian Bell
52a123437c Merge branch 'master' into tabular 2015-02-26 10:02:31 -07:00
Jorrit Wronski
f50bf8bbf9 Fixed default unit system for TTSE tests 2015-02-26 17:53:41 +01:00
Jorrit Wronski
f31a75e1ed Trying to write a Python script to compare the speed of TTSE in v4 and v5 2015-02-26 10:47:59 +01:00
Ian Bell
11d226b965 TTSE working for single- and two-phase inputs in p,h 2015-02-25 19:47:45 -07:00
Ian Bell
716c5a34d0 Merge branch 'master' into tabular
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-24 20:20:00 -07:00
Jorrit Wronski
e6353e9c3e Added speed test code 2015-02-23 09:35:54 +01:00
Ian Bell
273ab276c9 Update TTSE checking script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2015-02-22 21:39:25 -07:00
Ian Bell
a43693de58 Single-phase HmolarP_INPUTS are working with TTSE 2015-02-22 21:08:32 -07:00
Jorrit Wronski
9708284c60 cleaned up and added some gitignore files 2014-12-17 10:39:16 +01:00
jowr
132c9b602e More TTSE stuff 2014-06-05 13:21:53 +02:00
jowr
d0dcad755b Changed to R245fa, things start to look worse... 2014-06-02 17:14:08 +02:00
jowr
2c41fc6eb7 Cleaning the script 2014-06-02 17:14:08 +02:00
jowr
aa4889cc4a More graphs to determine the TTSE ranges 2014-06-02 17:14:07 +02:00
jowr
29ba6cf86f Added more plotting routines 2014-05-29 20:06:23 +02:00
jowr
4e12c4cdf4 Added TTSE scripts, just a starting point 2014-05-28 18:28:30 +02:00