Commit Graph

  • 6a0dca926e Support isobaric_expansion_coefficient; Closes #517 Ian Bell 2015-03-02 21:32:34 -07:00
  • 8832b4475a Allow tabular backends to be disabled by setting NO_TABULAR_BACKENDS macro; closes #507 Ian Bell 2015-03-02 21:27:46 -07:00
  • ac4f01fcd7 Fix wstring on non-windows platform Ian Bell 2015-03-02 21:26:07 -07:00
  • ceef2cd960 Actually check the size of the directory of tables and warn or error appropriately; Closes #43 Ian Bell 2015-03-02 21:17:11 -07:00
  • 2682799307 Merge pull request #518 from CoolProp/tabular Ian Bell 2015-03-03 04:45:38 +01:00
  • e4d28ecaa0 Fixed problems from faulty merge Ian Bell 2015-03-02 20:43:52 -07:00
  • d9e16a77f3 Merge branch 'master' into tabular Ian Bell 2015-03-02 20:20:51 -07:00
  • 9bdfb8a5d5 Merge branch 'master' of https://github.com/coolprop/coolprop Ian Bell 2015-03-02 20:13:26 -07:00
  • 3e88a3216d Fixed swig wrapper to repair CoolPropDbl wrapped function Ian Bell 2015-03-02 20:13:08 -07:00
  • c2667db344 Make the submodules be init as well as updated Ian Bell 2015-03-02 19:54:08 -07:00
  • c063a40183 Implement a wrapper of AbstractState that can be called through the shared library Ian Bell 2015-03-01 15:30:31 -07:00
  • 2e0f267b77 Only silence CRT warning if compiler is MSVC Ian Bell 2015-03-01 13:23:12 -07:00
  • 07fa830975 Merge pull request #515 from mikekaganski/master Ian Bell 2015-03-01 21:20:33 +01:00
  • 0858d98223 Kill off the CRT deprecate warning (#512) mikekaganski 2015-03-01 20:11:14 +10:00
  • 00e3071926 Merge pull request #513 from mikekaganski/master Ian Bell 2015-03-01 08:55:12 +01:00
  • 44d508b8e1 Python should also get dev part of version; Closes #511 Ian Bell 2015-03-01 00:10:57 -07:00
  • b52a76408f fix warning about deleting void* mikekaganski 2015-03-01 16:59:06 +10:00
  • b288b0c096 undo adding unnecessary header mikekaganski 2015-03-01 16:49:33 +10:00
  • 212182d95a Primitive structures simplification attempt 2 mikekaganski 2015-03-01 16:39:29 +10:00
  • 1a27912400 Bump the revision to 5.1.0dev Ian Bell 2015-02-28 22:50:15 -07:00
  • bd14f00ba8 5.0.8 release Ian Bell 2015-02-28 22:43:04 -07:00
  • c603f990a4 Merge branch 'release' of https://github.com/coolprop/coolprop into release v5.0.8 Ian Bell 2015-02-28 21:28:03 -07:00
  • 421a6e050a Bump revision for 5.0.8 release Ian Bell 2015-02-28 21:26:27 -07:00
  • 11af811d45 Reverted some C++11 only code Ian Bell 2015-02-28 20:26:44 -07:00
  • f053de76b1 Kill warning about initialization order in Helmholtz.h Ian Bell 2015-02-28 20:12:59 -07:00
  • ecbeaed8fc include "crossplatform_shared_ptr.h" Ian Bell 2015-02-28 20:12:12 -07:00
  • b28583f4b6 Fix for shared_ptr Ian Bell 2015-02-28 20:01:05 -07:00
  • c674ff5aa8 Merge pull request #510 from mikekaganski/master Ian Bell 2015-02-28 19:55:10 -07:00
  • c3026be768 Added compressibility factor for humid air; closes #503 Ian Bell 2015-02-28 19:52:37 -07:00
  • 6cd7307a06 Fix preprocessor for non-clang compilers Ian Bell 2015-02-28 19:09:56 -07:00
  • 63b5fd938d Disable thread_local for apple clang that is not up-to-date (new clang is fine, but I can't update clang on the IPU slave) Ian Bell 2015-02-28 18:57:35 -07:00
  • 864904f61d Destructor for CoolPropBaseError has to be throw() Ian Bell 2015-02-28 18:07:01 -07:00
  • 28691e8e75 const, ref and iterator optimization mikekaganski 2015-03-01 10:51:01 +10:00
  • 130c880d83 Docs for low-level interface; Closes #492 Ian Bell 2015-02-28 16:56:43 -07:00
  • edd82bbb73 Fixed c++11 incompatibility with Exception refactor; Ian Bell 2015-02-28 16:46:56 -07:00
  • 8503e37c0f Merge pull request #509 from mikekaganski/master Ian Bell 2015-02-28 16:36:45 -07:00
  • 09f8976605 Back to PQ for water for humid air visc and conductivity Ian Bell 2015-02-28 16:00:04 -07:00
  • 526a241ccc Updated docs for Tabular Interpolation; fixed bugs in interpolation code Ian Bell 2015-02-28 15:54:27 -07:00
  • e9c1d6ad60 Exceptions restructured mikekaganski 2015-02-28 17:56:44 +10:00
  • 65543cf26e Merge branch 'master' into tabular Ian Bell 2015-02-27 22:54:28 -07:00
  • 5fee6f63b9 Added tabular interpolation docs Ian Bell 2015-02-27 22:40:43 -07:00
  • 2e413d3de4 Allow the user to get the HOME directory through get_global_param_string() Ian Bell 2015-02-27 22:16:45 -07:00
  • 84bdcb1aee Add configuration key for maximum table directory size Ian Bell 2015-02-27 22:12:59 -07:00
  • 527bac72d0 Implemented a number of functions to python's AbstractState that were missing; Closes #505 Ian Bell 2015-02-27 21:24:22 -07:00
  • 1ac08f5c10 Refactor TTSE to remove duplication in single-phase evaluation Ian Bell 2015-02-27 20:36:28 -07:00
  • 0e73f5bda7 Hmolar is now a valid output; invalid inputs throw error Ian Bell 2015-02-26 22:26:40 -07:00
  • d4553aca3e Abstract can now throw for T(), rhomolar() etc. Ian Bell 2015-02-26 22:25:58 -07:00
  • 2dbd82f490 Fixed up p-T table with bicubic Ian Bell 2015-02-26 22:07:00 -07:00
  • d916872569 Updated tabular checks for speed and accuracy for bicubic Ian Bell 2015-02-26 22:00:43 -07:00
  • cf7ea4c49d Bicubic tables work and are VERY fast Ian Bell 2015-02-26 22:00:04 -07:00
  • 6eaea3e642 Bicubic coefficients are calculated in all cells Ian Bell 2015-02-26 20:54:30 -07:00
  • 52a123437c Merge branch 'master' into tabular Ian Bell 2015-02-26 10:02:31 -07:00
  • 8381859326 Commit Catch submodule Ian Bell 2015-02-26 10:02:17 -07:00
  • f50bf8bbf9 Fixed default unit system for TTSE tests Jorrit Wronski 2015-02-26 17:53:31 +01:00
  • 5c3cb6f9a4 Fix templated output type for min3 and min4 functions Ian Bell 2015-02-26 09:43:12 -07:00
  • 1dafe24f48 Merge pull request #504 from mikekaganski/master Ian Bell 2015-02-26 09:34:02 -07:00
  • 869d1afc71 More ref args mikekaganski 2015-02-27 00:56:38 +10:00
  • f31a75e1ed Trying to write a Python script to compare the speed of TTSE in v4 and v5 Jorrit Wronski 2015-02-26 10:47:26 +01:00
  • 308b7d1a28 Beginning efforts on bicubic interpolation, added A inverse, some Eigen speed test code Ian Bell 2015-02-25 23:44:12 -07:00
  • 8b05bcb292 Refactor to move implementation of calc_* functions into base TabularBackend class Ian Bell 2015-02-25 22:19:11 -07:00
  • 0b3036b4e4 Implemented native inputs for P,T with TTSE, allow to switch from PH or PT tables Ian Bell 2015-02-25 22:07:16 -07:00
  • f5be465347 Implemented HmassP_INPUTS for TTSE Ian Bell 2015-02-25 21:24:34 -07:00
  • eebfaa5173 Refactor saturation TTSE and allow for more outputs Ian Bell 2015-02-25 20:00:15 -07:00
  • 11d226b965 TTSE working for single- and two-phase inputs in p,h Ian Bell 2015-02-25 19:47:45 -07:00
  • 0b45ca5c77 Merge branch 'master' into tabular Ian Bell 2015-02-25 16:53:43 -07:00
  • 004d497ec0 Merge pull request #501 from mikekaganski/master Ian Bell 2015-02-25 08:23:26 -07:00
  • f2e23cd5d7 Merge branch 'master' of https://github.com/coolprop/coolprop Ian Bell 2015-02-25 08:22:51 -07:00
  • 77046321b8 Allow user to specify another HMX.BNC path for REFPROP Ian Bell 2015-02-25 08:22:34 -07:00
  • 5cbab2a859 Remove double declaration of UNICODE Ian Bell 2015-02-25 08:10:08 -07:00
  • fcf4287b82 Progress on two-phase with TTSE, not working yet though Ian Bell 2015-02-25 08:07:14 -07:00
  • 4c8421165c thread_local: one more (hopefully portable) attempt mikekaganski 2015-02-25 20:20:05 +10:00
  • de2d5828d3 One more CoolProp namespace on OSX in CoolPropTools.h Ian Bell 2015-02-24 21:59:32 -07:00
  • 2c145d9cc2 Merge branch 'master' into tabular Ian Bell 2015-02-24 21:54:15 -07:00
  • c7ef99e7bf Resolve another bug with OSX compilation Ian Bell 2015-02-24 21:51:54 -07:00
  • 8ef1a75f38 Added CoolProp:: namespace spec to some functions in CoolPropTools.h Ian Bell 2015-02-24 21:47:00 -07:00
  • 14a654f57d Merge branch 'master' into tabular Ian Bell 2015-02-24 21:39:45 -07:00
  • 44ad30bcb0 Fix const ref for strsplit Ian Bell 2015-02-24 21:29:53 -07:00
  • 2f029d40e7 Revert the thread_local; not all our supported compilers can do C++11 Ian Bell 2015-02-24 21:27:14 -07:00
  • 2e270f291f Cleaned up CoolPropTools.h a little bit Ian Bell 2015-02-24 21:25:33 -07:00
  • aeb1fed0ba Merge branch 'master' of https://github.com/coolprop/coolprop Ian Bell 2015-02-24 21:20:17 -07:00
  • e4672f1a98 Merge pull request #500 from mikekaganski/master Ian Bell 2015-02-24 21:19:46 -07:00
  • c054523d40 Removed mistaken input pair; refactored table building function Ian Bell 2015-02-24 21:16:24 -07:00
  • c38c4c468f Fix directory size calculations mikekaganski 2015-02-25 13:58:41 +10:00
  • 716c5a34d0 Merge branch 'master' into tabular Ian Bell 2015-02-24 20:20:00 -07:00
  • 6c58a9fa1d Merge branch 'master' of https://github.com/coolprop/coolprop Ian Bell 2015-02-24 20:05:39 -07:00
  • b0eb894240 Merge pull request #499 from CoolProp/longdouble_remap Ian Bell 2015-02-24 20:05:25 -07:00
  • 729b44ae5d Merge remote-tracking branch 'remotes/origin/longdouble_remap' Ian Bell 2015-02-24 20:03:57 -07:00
  • e5b66b3218 Merge pull request #496 from CoolProp/directory_size Ian Bell 2015-02-23 23:39:11 -07:00
  • d12a4883f9 Fix python build script Ian Bell 2015-02-23 23:27:57 -07:00
  • e74211910f Once more to get rid of min and max macros Ian Bell 2015-02-23 23:15:11 -07:00
  • 2c61b99ffb Undef min and max aggressively Ian Bell 2015-02-23 23:12:11 -07:00
  • 703fd306ee Merge pull request #495 from mikekaganski/CoolPropDbl Ian Bell 2015-02-23 23:08:01 -07:00
  • 01f4b87dae Undef min and max macros for windows Ian Bell 2015-02-23 23:06:36 -07:00
  • b1f28712e8 Fixed uint64_t on visual studio Ian Bell 2015-02-23 22:58:53 -07:00
  • a7116fd6ad Add UNICODE and _UNICODE to CMakeLists.txt Ian Bell 2015-02-23 22:52:03 -07:00
  • fe396aa3f5 Windows uses wstring, *nix uses string Ian Bell 2015-02-23 22:46:49 -07:00
  • 518502145d Fixed string conversions Ian Bell 2015-02-23 22:41:20 -07:00
  • 280e9afc78 Fixed function pointer Ian Bell 2015-02-23 22:36:55 -07:00
  • b93a8e0106 Added directory size functions Ian Bell 2015-02-23 22:24:47 -07:00
  • 1068b724c3 CoolPropDbl mikekaganski 2015-02-24 12:39:56 +10:00