Commit Graph

1261 Commits

Author SHA1 Message Date
Ian Bell
0746859e3d Fixed typo in FORTRAN docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:30:24 +02:00
Ian Bell
b4f288a206 Fortran needs EXTERNC in the static library
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:21:09 +02:00
Ian Bell
c1e9bc4979 Removed deriv terms from CoolProp.h header
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:19:20 +02:00
Ian Bell
2e190f1a9d PropsSI and Props function docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:18:47 +02:00
Ian Bell
5b2f054010 When using CMake, touch CoolProp.pyx to make sure rebuild actually happens
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:17:29 +02:00
Ian Bell
0c5c7ec01c CMake does not use EXTERNC by default for static library
* Unless you ask for -DCOOLPROP_EXTERN_STATIC_LIBRARY=ON

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:06:12 +02:00
Ian Bell
ef95b824d5 Don't use enthalpy/entropy ancillaries if they don't exist
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:03:04 +02:00
Ian Bell
1c18190ca6 moved flag for critical region splines to Configuration
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:01:49 +02:00
Ian Bell
3eab7dcd50 Updated ancillary for SES36 from v4
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 18:01:06 +02:00
Ian Bell
37c3ddc7f7 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-09-27 16:08:09 +02:00
Ian Bell
4ec1f1358f Integrated CMake into python's setup.py
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 12:46:59 +02:00
Ian Bell
fc1484f828 Update critical splines
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 11:22:37 +02:00
Ian Bell
71b95eed6b Added mixtures of R32 and R1234yf and R1234ze(E)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 10:30:42 +02:00
Ian Bell
0bcd965b31 Added R134a/R245fa mixture parameters
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 10:12:44 +02:00
Ian Bell
1a3437b04a Fixed departure functions
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 09:54:20 +02:00
Ian Bell
3b97a0e3f5 Updated departure functions for Gernert
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 09:43:38 +02:00
Ian Bell
8addd38cb0 Added Gernert binary pairs and conversion script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 08:48:39 +02:00
Ian Bell
2f531aaf5e Added departure functions from Gernert
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-27 08:13:41 +02:00
Jorrit Wronski
b5ba07be78 Reworked the documentation generator scripts and the binary mixture table 2014-09-26 18:32:50 +02:00
Jorrit Wronski
2f67422591 Changed Melinder coefficients, fixes #161 2014-09-26 11:31:09 +02:00
Ian Bell
9486b13827 Minor updates to mixture docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 15:17:00 +02:00
Ian Bell
524dd15ea3 binary pair table uses normal bibtex file 2014-09-25 14:59:54 +02:00
Ian Bell
a6621fa0d3 Subprocess call for making binary table uses shell=True
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 14:16:09 +02:00
Ian Bell
1a82468c68 Expose mixture binary pair data all the way through python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 13:43:29 +02:00
Ian Bell
b06a8f8b0e Oops - add the mixture binary pair table builder back
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 13:39:55 +02:00
Ian Bell
351c128f52 Added docs for static library.
Closes https://github.com/CoolProp/CoolProp/issues/155

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 13:34:01 +02:00
Ian Bell
d684fa40f6 Added output table for mixture pair parameters
Some work on cleaning up is still needed

Closes https://github.com/CoolProp/CoolProp/issues/152

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 13:18:52 +02:00
Ian Bell
9a558f4969 Tidied up buildbot docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 01:23:30 +02:00
Ian Bell
e939e82657 Migrate buildbot docs to sphinx.
Closes https://github.com/CoolProp/CoolProp/issues/156

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-25 00:32:11 +02:00
Ian Bell
5c2bc9da00 Fixed Abstract State keyed_output function docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 18:52:22 +02:00
Ian Bell
087fd402d6 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-09-24 18:46:24 +02:00
Ian Bell
5bf0bde218 Update parameter table
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 18:46:10 +02:00
Jorrit Wronski
d3364cc08b New readme 2014-09-24 17:14:55 +02:00
Ian Bell
d0ed27af7b Removed old files from codelite project
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 16:56:48 +02:00
Ian Bell
3e85547bbb Changed path for doxylink (works to a point now)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 16:56:12 +02:00
Ian Bell
3001e4c5f0 Fixed mixtures rst file
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 16:55:25 +02:00
Ian Bell
9d7946b983 Updated python docs for doxylink purposes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 16:54:53 +02:00
Ian Bell
07cd616c38 Implemented access to mixture binary pairs in get_global_param_string
See https://github.com/CoolProp/CoolProp/issues/152

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 16:53:51 +02:00
Ian Bell
ccca000535 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-09-24 15:58:57 +02:00
Ian Bell
9e8a925c10 Updated apidoc files for web
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-24 15:58:38 +02:00
Jorrit Wronski
cf4f93b355 Added base temperatures again, are we really sure that we need them? 2014-09-24 15:42:52 +02:00
Jorrit Wronski
d2c8c5d35a Added IPython notebook again, finished documentation for incopressibles. 2014-09-24 15:42:52 +02:00
Jorrit Wronski
a03b3ec527 Readded the LinearAlgebra notebook 2014-09-24 15:42:51 +02:00
coolprop
46ca2e25ff Merge branch 'master' of https://github.com/CoolProp/CoolProp 2014-09-24 02:43:10 -07:00
coolprop
4245ae8975 Fixed sphinx doxygen issue 2014-09-24 02:42:50 -07:00
Jorrit Wronski
85b2443be3 Fixed the broken reference state setter function 2014-09-24 10:42:38 +02:00
Jorrit Wronski
580fbd15d8 Updated some reference state functions, does not work properly at the moment. 2014-09-24 10:42:38 +02:00
Ian Bell
320907b946 Fixed doxyfile to write tag file to correct location
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-09-23 22:54:33 +02:00
Jorrit Wronski
c98365c580 Fixes #136 and the latexcodec issues 2014-09-23 16:50:30 +02:00
Jorrit Wronski
9b7d47c774 Added Bibtex filter for Pybtex. That should be filed as a bug in Pybtex, footnotes for incompressibles get generated properly 2014-09-23 00:07:59 +02:00