CRITICAL BUGFIX: Repaired memory corruptions thanks to clang AddressSanitizer All users should install this bugfix!!
Bugfix: Fixed mysterious bug referenced in https://github.com/CoolProp/CoolProp/issues/86 .
Bugfix: Thermal conductivity for R404A off by a factor of 1000
Bugfix: Fixed H,P inputs for incompressibles
Bugfix: Fixed crashing behavior with invalid input keys to Props function
Bugfix: Fixed bug in conductivity for Air, argon, oxygen at low densities
Added the fluids R1234ze, DME, R143a, n-Pentane, n-Hexane, n-Octane, n-Heptane, CycleHexane, 1-Butene,trans-2-Butene, cis-2-Butene,IsoButene, MethylLinoleate, MethylLinolenate, MethylOleate, MethylPalmitate, MethylStearate
Added C# wrappers (built for Windows) (r240)
Added Phase_Trho() and Phase_Tp() functions (r240)
Cleanup of the build process. svnrevision is saved to a file that is built in. Can access the svn revision through the functions get_svnrevision() and get_version()
Added a genetic algorithm to build ancillaries to dev folder (r226)
Added third partial derivatives of all the Helmholtz Energy terms (r238)
Added updated correlations for brines and subcooled liquids from Melinder 2010 (r207)
Added aliases to docs and python and DLL (r211)
Excel wrapper updated to catch errors and output them to a message box
Big speed update to p,Q as inputs (as fast as REFPROP now) (r202)
Doxygen now gets updated as well (r200)
P,h and p,s as inputs solve for almost all fluids under almost all conditions
Octave modules for 3.6.1 and 3.6.2 now build and run properly for VS build on Windows
Builds properly on Linux now
MAJOR revision to the internals of CoolProp
Entropy added for humid air (Only fully validated at atmospheric pressure)
Added the fluids R22, R1234yf and the 20 industrial fluids from Lemmon, 2000
Added ECS model for calculation of transport properties (somewhat experimental)
Added surface tension for all fluids. Property key is ‘I’ for surface tension
Tcrit(), Tsat() and pcrit() are gone, in Python call Props(‘R134a’,’Tcrit’) for instance to get Tcrit
Many other bug fixes.
Documentation to follow.