Ian Bell
2285e3b8c9
Removed some more functions
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-26 22:23:01 -05:00
Ian Bell
d064baf230
Fix bug with PhaseSI function (at DLL level) taking Output parameter as first parameter
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-18 18:18:45 -06:00
Ian Bell
71e59e3410
Disable the clearing of FPU exceptions on platforms that do not support it
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-18 16:03:27 -06:00
Ian Bell
b4e8dad1f3
On gcc/clang, always turn on FPU clearing; See #353
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-18 15:16:19 -06:00
Ian Bell
55c0e89609
Clear FPU bits for non-MSVC compilers; See #353
2014-12-18 00:47:15 +01:00
Ian Bell
4a59d578aa
Only check FPU bits with MSVC compiler
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-06 16:48:03 -05:00
Ian Bell
2ae3445810
Resolved bizarre FPU exception error on windows with visual studio
...
Resetting the FPU flags seems to make Excel not error out randomly. This is sort of a bug in Excel.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-12-06 16:14:22 -05:00
Ian Bell
41fc9b1144
saturation ancillaries are now exposed through the high-level API
...
Closes https://github.com/CoolProp/CoolProp/issues/225
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-11-24 13:06:37 -05:00
Ian Bell
71a5944f51
Added tests for global and fluid params
...
Closes https://github.com/CoolProp/CoolProp/issues/239
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-11-24 12:28:29 -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
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
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
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
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
70e9e14226
Exported set_reference_stateD through the library
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-10-27 20:17:38 -04:00
Ian Bell
9299cb8e07
Re-implements HAProps function at the C++ level.
...
Closes https://github.com/CoolProp/CoolProp/issues/182
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-10-22 21:32:22 +00:00
Ian Bell
1416f62682
Fixed bug with second linkage problem with CoolPropLib
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-10-15 21:37:23 +02:00
Ian Bell
3310d1cf11
Fixed (?) splines in critical region
...
I have no explanation for the broken code that used to be in the solve_cubic function. Seems it was related to the linear or quadratic cases but it makes no sense. Removed the code.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-10-14 14:49:19 +02:00
Ian Bell
199ced3f86
Implemented Phase output again
...
Added PhaseSI function which will return phase for given input - exposed to DLL
PropsSI can also return phase as double if "Phase" is the input
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-10-14 11:21:07 +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
f43a0b792b
Humid air properties now use string instead of char*
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-19 21:55:23 +02:00
Ian Bell
802495cad3
Last commit before rename of python module to CoolProp
...
Signed-off-by: Ian Bell <ian.h.bell@gmail.com >
2014-08-12 15:07:57 +02:00
jowr
4f9df69c96
No problems compiling and running the tests...
2014-08-04 17:14:35 +02:00