Jorrit Wronski
Jorrit Wronski
Linux 32bit, Linux 64bit, Mac64bit, what about the thunk libraries?
If the changes from commit https://github.com/CoolProp/CoolProp/commit/4f52e5242a4536e68ab23e06c79b24632e0bbc64 and issues https://github.com/CoolProp/CoolProp/pull/332 and https://github.com/CoolProp/CoolProp/pull/335 do not throw any errors in the future, we would like to them here as well. The header files...
As a follow up on Eric Lemmon's mail, we should replace `refprop` with `REFPROP` for further integration with the Windows world.
There seem to be some problems with the master branch. Unpushed commits anyone? @ibell ?
There seems to be a problem with a certain high pressure for water. Errors occur, for example, at 183.9 bar and 194.1 bar... ``` import CoolProp.CoolProp as CP CP.PropsSI('S','H',171911.59693,'P',18391818.4351,'water') CP.PropsSI('S','H',71345.2030982,'P',18391818.4351,'water')...
There seems to be a bug with the TTSE range detection. ``` In [1]: import CoolProp.CoolProp as CP In [2]: fluid = "n-Pentane" In [3]: CP.enable_TTSE_LUT(fluid) Out[3]: True In [4]:...
The SI units for molecular weight should be kg/mol and not g/mol...
For absorption and Kalina cycles, Ammonia-Water mixtures are important. Even though we do not handle mixtures, I think this http://dx.doi.org/10.1016/0140-7007(95)00006-W could be a preliminary approach.
Viscosity fits are of a rather poor quality. The simple equation exp(A/(T-B)+C) can describe the general trends. At high temperatures, many fluids exhibit a relative error of up to 100%,...
The solver classes in the ExternalMedia package contain function definitions that need to be overwritten by the actual solver implementation. Even though these functions might not be implement, they still...