Commit Graph

1617 Commits

Author SHA1 Message Date
Ian Bell
2e176642df Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-23 17:55:03 -05:00
Ian Bell
c69d971eec Updates to Maxwell solver - still problems at pressures < 1 uPa or so.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-23 17:54:47 -05:00
Jorrit Wronski
c0d8a36ebd Fixed #229 - Many thanks to @pmanach for reporting the problem. 2014-11-23 22:15:24 +01:00
Ian Bell
7847d8afae Fixed stupid missing space
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-21 17:17:45 -05:00
Ian Bell
9750fc68cf --config Release is put in the right place for MATLAB - in the build, not in the generate step
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-21 17:06:12 -05:00
Ian Bell
f884f57e2a Make MATLAB builders generate Release builds on windows
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-21 16:30:51 -05:00
Ian Bell
f5ec770c1a Updated MM triple point densities and pressures
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-21 15:40:20 -05:00
Ian Bell
5d9b673ae6 Updated EOS for MM using that of Monika Thol
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-21 15:08:48 -05:00
Ian Bell
f5050bbb23 Passing -C Release to DTU matlab slave
See also https://github.com/CoolProp/CoolProp/issues/226

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-21 12:18:10 -05:00
Ian Bell
f917b33e87 Use -C Release for windows
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 22:15:51 -05:00
Ian Bell
e0a4fe4171 Fix testing of Matlab wrappers hopefully
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 21:45:30 -05:00
Ian Bell
78a59ec348 Maxwell routine stops if the steps get small
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 19:00:29 -05:00
Ian Bell
6eb303d134 Get reducing state works properly - now virtual
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 18:59:59 -05:00
Ian Bell
88472b861a Add molarmass backwards compatibility alias
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 18:59:20 -05:00
Ian Bell
4e6cea7c19 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-20 18:40:30 -05:00
Ian Bell
919d155602 Fixed functions in the dll export to require the length of the output string to be supplied
See https://github.com/CoolProp/CoolProp/issues/228

Should be fixed now

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 18:39:33 -05:00
Ian Bell
2491567602 Fix --config flag for excel builds 2014-11-20 18:04:16 -05:00
Ian Bell
2f94572dad Fixed (?) bug with get_global_param_string always returning empty string
See https://github.com/CoolProp/CoolProp/issues/228

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 17:56:52 -05:00
Ian Bell
be78b4b22f Fixed missing trivial parameters to Props1SI
Closes https://github.com/CoolProp/CoolProp/issues/223

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 14:19:48 -05:00
Ian Bell
657c0269ff Actually run the MATLAB tests
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 13:37:37 -05:00
Ian Bell
5c3d31d011 Add function to check if fluid name is valid
Closes https://github.com/CoolProp/CoolProp/issues/204

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 13:31:47 -05:00
Ian Bell
6507268ade Enable testing for MATLAB in bb
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 13:00:20 -05:00
Ian Bell
cc8d831207 Add test for MATLAB
Closes https://github.com/CoolProp/CoolProp/issues/202

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 12:55:05 -05:00
Ian Bell
a45fe04c50 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-20 12:50:03 -05:00
Ian Bell
8a7c1b9d12 Add dependency for matlab swig so that it rebuilds if there are changes
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 12:49:52 -05:00
Ian Bell
b1f4209501 Add test script for matlab 2014-11-20 18:48:39 +01:00
Ian Bell
c09eac9bf1 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-20 12:23:48 -05:00
Ian Bell
c096d9b455 Update docs for shared libraries
Closes https://github.com/CoolProp/CoolProp/issues/219

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-20 12:23:17 -05:00
Ian Bell
7e1a827bde Updated vxWorks makefile for v5 2014-11-20 16:38:23 +01:00
Ian Bell
babae66294 Fix typo in header
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 23:07:33 -05:00
Ian Bell
ec3f4033f4 Try to fix __assert linking problem on VxWorks according to https://rowley.zendesk.com/entries/46176--Undefined-reference-to-assert-error-message
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 23:04:17 -05:00
Ian Bell
3bcc83a3e4 convert assert to cassert to make VxWorks happier
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 22:14:16 -05:00
Ian Bell
7f0764878c Removed error variables to avoid warning
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 13:22:24 -05:00
Ian Bell
9d6b5a1687 Add get_phase_index function back
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 13:21:47 -05:00
Ian Bell
09bdf671c7 Added generate_update_pair function to python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 13:21:08 -05:00
Ian Bell
914daf3c63 Update docs for locations for source files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 12:25:45 -05:00
Ian Bell
8327d54ea2 Replaced all tabs with spaces (finally) in C++ files
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 12:16:14 -05:00
Ian Bell
4249dc8f4a Add Maxwell solver as default saturation_T solver
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 12:08:36 -05:00
Ian Bell
e2fc2d87c5 Consistency plots default to building all plots
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 12:06:21 -05:00
Ian Bell
755b0da85b Fix tiny typo to make sphinx happier
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 12:05:54 -05:00
Ian Bell
82faac7a14 Improve docs for DLL
See https://github.com/CoolProp/CoolProp/issues/222

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 12:00:26 -05:00
Ian Bell
be69e81916 configuration now works with the X() macros of http://www.drdobbs.com/the-new-c-x-macros/184401387
This is a very nice solution, though a bit confusing at first.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-19 00:11:20 -05:00
Ian Bell
fbc65c66d0 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-18 23:36:06 -05:00
Ian Bell
6f4a4fcc93 getting/setting configuration values from python works
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-18 23:33:32 -05:00
Ian Bell
9ab6d2721e Updated configuration setting and getting - ready for json integration at the python level, finally
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-18 22:40:46 -05:00
Jorrit Wronski
bd45bcd74c Stupid typo 2014-11-18 23:28:58 +01:00
Jorrit Wronski
6816a67c65 Added new MATLAB factory for the DTU slave 2014-11-18 23:24:29 +01:00
Ian Bell
72cfc69712 Updated Maplesoft logo (thanks!)
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-18 11:30:30 -05:00
Ian Bell
58a044b08d Updates for shared library and Labview/FORTRAN docs
See also https://github.com/CoolProp/CoolProp/issues/219

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-11-18 00:28:15 -05:00
Ian Bell
093040dffa Merge branch 'master' of https://github.com/coolprop/coolprop 2014-11-18 00:02:13 -05:00