24 Commits

Author SHA1 Message Date
whunter7
b2289e91b6 Update BaseObjects.py
Fixes https://github.com/CoolProp/CoolProp/issues/1931
2020-08-03 21:01:37 +02:00
Jorrit Wronski
bbbde3b164 Feature/docs py3 (#1814)
* Add main example

* Modified the writer object in an attempt to fix #1786

* More Python 3 fixes, see #1786

* Added more Python 3
2019-04-06 11:33:48 -06:00
Ian Bell
3b1eb50324 More pep8 whitespace; see #1612 2019-01-12 20:45:25 -07: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
Jorrit Wronski
ddf74cc0de Added normalised root-mean-square fitting error to json files for later use, and fixed some bugs with freezing temperature calculation. 2015-02-18 22:31:14 +01:00
Jorrit Wronski
2591bdd056 Added new incompressibles, cleaned the docs, and improved the log fitting procedures 2014-09-22 19:47:55 +02:00
Jorrit Wronski
0868356b91 Working on the docs... 2014-09-11 14:01:02 +02:00
jowr
14b03d6059 More adjustments 2014-08-05 11:42:34 +02:00
jowr
a2a4d0fb9f Minor changes to the fitting of SecCool fluids 2014-08-05 11:26:39 +02:00
jowr
efa46c2f7f Added new criterion for equation selection 2014-08-04 16:45:09 +02:00
jowr
8f43622439 Added the new JSON files 2014-08-01 16:40:19 +02:00
jowr
165298d41e Renamed the enumeration and still no luck 2014-08-01 15:44:02 +02:00
jowr
eddeee54e0 Added more fitting stuff, still some problems with the enumerations in C++ 2014-08-01 15:15:35 +02:00
jowr
b8badfba2c fits, fits, fits 2014-08-01 15:13:48 +02:00
jowr
e8f0e2d11b Fixed temperature data sets, now everything is local in the incompressible object, fixed equation selection, exponential fit works, some polynomials have too high orders... 2014-08-01 15:13:48 +02:00
jowr
8ff8332e77 Added some reporting to Python. Untested changes in C++ 2014-08-01 15:13:48 +02:00
jowr
ace8d67e15 Added data for T66, added Freezium and TVP 1869 2014-07-25 19:09:49 +02:00
jowr
f294d3c5e3 Added all fluids from SecCoolFit (not SecCool), tests are apssing 2014-07-24 11:05:04 +02:00
jowr
46df4a6510 Added all pure fluids from Melinder's book, incompressible JSON files now check hashes before write, equation based fluids can be fitted as well 2014-07-18 12:40:48 +02:00
jowr
8e66da5d09 Added LiBr and some more fitting scripts 2014-07-17 15:27:40 +02:00
jowr
2bb3e182e5 Fitting works, some tests do not pass. 2014-07-17 11:52:12 +02:00
jowr
e946d84dec Incompressible library and backend work, still need to convert the coefficients from v4. 2014-07-16 13:18:45 +02:00
jowr
8a888cdf9d Fitting works, still a little sensitive, but there was progress 2014-07-15 18:56:07 +02:00
jowr
a62048d9d8 Started to rework the python files to form a module 2014-07-15 16:41:38 +02:00