https://github.com/CoolProp/CoolProp

sort by:
Revision Author Date Message Commit Date
283fcea Add function to change Q in VTPR (#1446) * Add function to change Q in VTPR * Add missing declaration of set_Q_k 06 April 2017, 20:29:59 UTC
8485eab Add low-level interface example (#1467) 06 April 2017, 20:27:48 UTC
ac96aa4 Fix mass density in REFPROP for vapor phase; closes #1466 01 April 2017, 00:26:39 UTC
95ae617 Fix a few REFPROP functions; closes #1422 (#1464) 26 March 2017, 23:40:09 UTC
00f47a3 Update Mathcad wrapper to use MathcadAllocate() for returned strings. (#1463) 24 March 2017, 02:39:43 UTC
eb297d3 Greatly improve the stability of REFPROP mixture calls at saturation by calling SATT and SATP functions (#1460) 19 March 2017, 00:39:55 UTC
6762363 Add ierr checks to calls to SETKTV (#1457) 18 March 2017, 02:13:21 UTC
1ea15fd Actually set the Twu parameters if provided (#1458) 18 March 2017, 02:13:11 UTC
a3807b5 Call SATTP properly when QT inputs are given (#1459) 18 March 2017, 02:13:00 UTC
a6c7789 Fix formula for deuterium; see #1396 Add testing script 15 March 2017, 01:50:06 UTC
1e61aab Fix formulas for dichloroethane and ethylene oxide; closes #1396 15 March 2017, 01:46:27 UTC
a3610c1 Fix apply_simple_mixing_rule; closes #1455 15 March 2017, 01:28:03 UTC
333a8ae Remove main.cxx - watch out @jowr ; this file should not be committed 15 March 2017, 01:10:22 UTC
6924b8d Added the new docker image for manylinux wheels 10 March 2017, 20:55:30 UTC
b6d01a4 More Python 3.6 stuff 10 March 2017, 17:09:50 UTC
6d9b3c0 Added Python 3.6 for #1429 10 March 2017, 17:03:06 UTC
b301db5 Merge pull request #1454 from CoolProp/fix_plotting Fix plotting 10 March 2017, 12:58:10 UTC
64fda4c Replaced hardcoded 20 with value from REFPROP header, changed the setters and getters for the composition vectors to yield the correct size, fixes #1452 10 March 2017, 12:55:09 UTC
414fa7e Merge pull request #1453 from CoolProp/feature/trace_isoline Feature/trace isoline 10 March 2017, 12:54:49 UTC
7a1ee42 More testing of the plotting functions 10 March 2017, 12:48:29 UTC
22f6a3b This seems to be the most sane handling of the guess values 10 March 2017, 11:14:02 UTC
686ca2e The guesses do not help much here, unfortunately 10 March 2017, 10:29:09 UTC
3a33e0a An optimistic approach towards using the guess values 10 March 2017, 10:19:41 UTC
1fb5995 Merge branch 'master' into fix_plotting 10 March 2017, 10:01:34 UTC
25f00a5 Replaced hardcoded 20 with value from REFPROP header, changed the setters and getters for the composition vectors to yield the correct size, fixes #1452 10 March 2017, 10:00:14 UTC
5b198f2 Added more hacks to handle the critical point 10 March 2017, 08:49:04 UTC
4cf5c8a Started working on #1440 10 March 2017, 08:32:32 UTC
ea318e8 Merge branch 'master' into feature/trace_isoline 10 March 2017, 08:31:45 UTC
bf73e00 Added the guesses to the line tracer 10 March 2017, 08:29:18 UTC
b59dc8d This might fix #1449, although the way import are handled here is slightly chaotic :-) 10 March 2017, 07:37:38 UTC
adf71f3 Another attempt at emscripten relocation; see #1449 10 March 2017, 02:30:43 UTC
d6db7f5 Move F2K into emscripten_interface.cxx (#1449) 10 March 2017, 02:05:51 UTC
260ba24 Fix typo in CoolPropLib.h (#1450) 10 March 2017, 02:05:45 UTC
f7af136 Added the line tracer to _PropSI_multi 09 March 2017, 22:24:01 UTC
85ce7d6 Fix typo in step sizing in ODEIntegrators.cpp; see #1448 09 March 2017, 05:52:40 UTC
62587fd Update the ODE integrator to allow it to integrate backwards (#1448) 09 March 2017, 05:34:10 UTC
ff960a8 Editing main file to include the case generators 04 March 2017, 23:36:23 UTC
77679f3 Added a few things to the emscripten interface 04 March 2017, 03:29:58 UTC
6ab19cd Added intermediate main to run the tests 03 March 2017, 20:46:00 UTC
b2fee78 Fix dam_dtau for Twu; closes #1439 02 March 2017, 05:33:23 UTC
1dce5b9 Implemented Limited Error Handling in the Mathcad Wrapper (#1428) * Added Error Handling for Mathad Wrapper * Bump IF97 Revision * Fix typo in Mathcad 15 example docs 15 February 2017, 19:41:47 UTC
c14c609 do not fail if .tables missed (#1433) 14 February 2017, 18:39:23 UTC
1e38992 UNIFAQ compile errors, closes #1426 (#1427) 10 February 2017, 15:32:20 UTC
78b953e UNIFAQ -> UNIFAC, close #1421 (#1423) * UNIFAQ -> UNIFAC, close #1421 * UNIFAQ -> UNIFAC, close #1421 Also file names 10 February 2017, 07:13:04 UTC
7db398f Removes some C4018 warnings, #1413 (#1425) Should correct most of the remaining C4018 10 February 2017, 07:11:42 UTC
f318876 Bump IF97 revision again; see #1415 09 February 2017, 15:09:46 UTC
9eb865e Bump IF97 revision (#1415) 09 February 2017, 14:55:21 UTC
90487c3 Set VTPR constants through the set_binary_interaction_parameter function, closes #1311 (#1420) * Compute pure data less times X and theta for the pure components are not dependent from temperature nor molar fraction. * Small changes Correct a problem where `pure_data[i].lnGamma` was not updated correctly * Stores interaction parameters and Psi Allows for some speed improvement * Some cleaning Seperate interaction parameter where useless. The important is to fill the `std::map<std::pair<int, int>, UNIFAQLibrary::InteractionParameters> interaction;` variable correctly. * Should helps for #1413 And I think it's even a bit faster like this ;) * Set VTPR constants through the set_binary_interaction_parameter function, closes #1311 for instance, for a mixture with ethene and acetone: ```Julia AbstractState_set_binary_interaction_double(AS,1, 9, "aij", 433.6) AbstractState_set_binary_interaction_double(AS,9, 1, "aij", 199) AbstractState_set_binary_interaction_double(AS,1, 9, "bij", 0.1473) AbstractState_set_binary_interaction_double(AS,9, 1, "bij", -0.8709) AbstractState_set_binary_interaction_double(AS,1, 9, "cij", 0) AbstractState_set_binary_interaction_double(AS,9, 1, "cij", 0) ``` Allows to use Dortmund's parameters instead of Poling's. * Improve a comment 09 February 2017, 14:52:46 UTC
0fdc8b2 Roll back Eigen to 3.3.2 - does that fix it? 04 February 2017, 00:51:55 UTC
8a9e7cf Bump revision of Eigen submodule; closes #1411 03 February 2017, 16:44:37 UTC
a227092 Update FAQ.md typo 03 February 2017, 10:31:24 UTC
b276f41 Update Julia wrapper, ref #1293 (#1384) * #1293 * almost all coverd tested documented * T->temp * build tables with and * temp->T * exactly original names | replace with & same for * add non-update methods to update functions, so we dont need ! * return when need * remove unnecessary parameters * sym<->symorigin * add comment for #__precompile__() 31 January 2017, 03:44:53 UTC
2672a92 set_reference_state for AbstractSate (#1403) this allows for setting reference state without changing the state of the JSONLibrary 27 January 2017, 14:51:29 UTC
f638556 Update FAQ.md Extend explanation, mention reference state 27 January 2017, 10:55:13 UTC
041fe45 Update index.rst (#1400) Added T-Props to projects using CoolProp 25 January 2017, 16:01:42 UTC
20d101a Bump IF97 revision 24 January 2017, 02:10:13 UTC
7cc540f IF97 Backend: Additional Input Pairs and Transport Properties (#1397) * Input pairs (p,h), (p,s), and (h,s) in IF97 Backend * Updated documentation to support IF97 Backend Enhancements * Added support for IF97 Transport Functions 24 January 2017, 02:03:50 UTC
3471e91 Expose get_fluid_constant to AbstractState and to python; closes #1394 19 January 2017, 02:31:56 UTC
6e5c695 Rename the output shared library for auto-generated MATLAB swigged files 16 January 2017, 23:11:20 UTC
302a81e In REFPROP wrapper, always pass around vectors of length 20, not length of components (#1389) Also fix melting line function in REFPROP wrapper 13 January 2017, 22:23:48 UTC
b1451ab Update CoolPropLib.h (#1383) * Update CoolPropLib.h , closes #1379 Update CoolPropLib.h , closes #1379 * Update HumidAirProp.cpp #1379 * Update CoolPropLib.h #1379 04 January 2017, 01:15:22 UTC
0645855 Fix endswith function; closes #1372 02 January 2017, 21:56:52 UTC
8099cc5 Some cleanups to documentation for humid air properties 02 January 2017, 21:17:31 UTC
c33cd13 Clear typo, switch da<->ha in 'C' calc. of moist air (#1377) 02 January 2017, 21:09:16 UTC
c617dbe Fix humid air documentation and validation code 02 January 2017, 20:44:39 UTC
f0ca4fc Fix acentric factor for cubic backends; closes #1381 02 January 2017, 19:37:06 UTC
25758d3 Update HumidAirProp.cpp (#1376) Clear typo in comment about entropy unit 21 December 2016, 04:37:34 UTC
a1dca50 Fix tabs in PropsSI example in C++ 09 December 2016, 03:21:06 UTC
4014f85 Get JSON string for fluid at runtime (#1371) * Add the ability to retrieve the JSON fluid structure for loaded fluids * When overwriting, also remove the old JSON string data for the fluid 09 December 2016, 03:16:30 UTC
6ae9e0d Added a comment for the MSVC flags and fixed the CMake functions 08 December 2016, 11:17:11 UTC
f41724f Return 'n/a' REFPROP version when not loaded or supported. (#1369) * Return 'n/a' on REFPROPMixtureBackend::version() when REFPROP is not supported or not loaded. This should solve issue #1368. * Undo removing white spaces. Return 'n/a' on REFPROPMixtureBackend::version() when REFPROP is not supported or not loaded. This should solve issue #1368. 07 December 2016, 05:39:47 UTC
90ce9f6 Implement derivatives of alpha0 w.r.t. tau, delta, and tests thereof; closes #1253 03 December 2016, 23:01:23 UTC
dfbe9a9 Fix javascript building 03 December 2016, 22:36:51 UTC
b371b75 SMath Wrapper refactoring (#1365) * Full update to latest SS 0.98 APIs - SS: switched to LowLevelEvaluationFast interface; - SS: fixed compiler warnings for deprecated methods/properties; - refactoring; * refactoring - removed not useful try/catch from unit manager; - refactoring of not used methods; * Fix for SMath bug SS-2414 * minor changes * Added folder for Test files * Added test file IF97 test file from CoolProp/CoolProp issue #1249 * changed filename * added script for batch testing * Review of dynamic assistant tootltip * New layout for README.md * Updated README.md * Updated README.md * Fixed combined emphasis in README.md 02 December 2016, 15:41:19 UTC
091a489 Fix typo in CMakeLists.txt 02 December 2016, 07:51:50 UTC
27a3558 Add the ability to have monolithic javascript builds with no async memory load 02 December 2016, 07:37:22 UTC
149183e Allow fluids to be provided (and overwritten) at runtime; closes #1345 (#1366) * Provide fluids at runtime; closes #1345 02 December 2016, 06:20:06 UTC
2b7d735 Add the missing derivatives of the constant reducing function 02 December 2016, 01:35:27 UTC
5e460cd Inlcude more conversion in the tabular backends, fixes #1363 01 December 2016, 13:41:32 UTC
196b27c Implemented caching of splined properties, closes #1354, accelerates calculations for #870, is related to https://github.com/CoolProp/ExternalMedia/commit/7c478a1925c7773c74e21cd3e56077cdb167e1a3 01 December 2016, 09:48:18 UTC
244cacc Re-enable alpha0 mixture derivative tests for cubics; closes #1361 01 December 2016, 06:19:09 UTC
6eb4115 Add some docs on the combination of cubics and multi-fluid models 01 December 2016, 06:17:28 UTC
8aa0b3c Update references to some of my papers from 2016 01 December 2016, 06:16:35 UTC
666375a Fix issues with cubic translations in multi-fluid model (Tr was not being updated in alpha function); see #1346 01 December 2016, 05:34:59 UTC
a062972 Progress towards alpha0 for cubics; see #1348 30 November 2016, 05:16:45 UTC
5939984 Add alpha0 functions and rhoc to cubic JSON data and update schema; see #1348 30 November 2016, 05:15:14 UTC
8f4afd0 Make rapidjson shim functions const-correct 30 November 2016, 05:14:09 UTC
fb82316 Allow for cubic transformations in HEOS multi-fluid model (#1359) * Allow fluids to be used with SRK in multi-fluid model that have a dash in name * Add ability to use SRK and PengRobinson as one-fluid transformations in multi-fluid models;see #1346 * Changed API for AbstractCubic so T_r and rho_r are settable * Also add the ability to set to Peng-Robinson; see #1346 * Actually set the cubic EOS in multi-fluid model * Enable both SRK and PR for cubic transformations in multi-fluid model 29 November 2016, 23:19:14 UTC
6048ad3 replace bytestring (deprecated) with unsafe_string (#1351) * replace bytestring (deprecated) with unsafe_string * backward compatibility of unsafe_string 29 November 2016, 23:03:58 UTC
85e8be7 Implement set_binary_interaction_string for REFPROP backend to allow for setting departure function (#1358) 29 November 2016, 22:58:14 UTC
ed88b4e This one fixes #1352, but some issues remain with the incomplete support of an imposed two phase state 28 November 2016, 22:31:12 UTC
9294e83 Trying to work on #1352 28 November 2016, 21:59:39 UTC
ef0f528 Added calc_first_two_phase_deriv_splined to tabular backend, it works and closes CoolProp/ExternalMedia#16, but #870 should be kept open due to the use of the AbstractState instance that should be avoided 28 November 2016, 20:01:07 UTC
4693de3 Started with the first step towards #870 27 November 2016, 22:26:47 UTC
1cf82b9 Added the initial file by @ibell 27 November 2016, 16:34:31 UTC
acf1f05 Call git in the dev folder; closes #1343 22 November 2016, 06:12:53 UTC
b5df230 Add ability to ignore setup errors for REFPROP mixtures via configuration variable (#1347) 22 November 2016, 06:08:35 UTC
ebd6eb0 Update ECS fitter script for python 3 22 November 2016, 06:07:36 UTC
58a3aed Fix some issues with the ND Newton-Raphson solver (#1341) 18 November 2016, 18:21:17 UTC
5d059a5 Add set_string function to rapidjson wrappers (#1340) 18 November 2016, 17:48:43 UTC
back to top