-
Description
I'm trying to compute the enthalpy of MM at P=19.273 bar and s=638.43 j/(kg K) using PropsSI. Every time that the function in Python:
import CoolProp.CoolProp as CP
CP.PropsSI("H","…
-
I get an inputs out of range error message when attempting to get triple point pressure for an abstract state made from a REFPROP mixture.
If I define an abstract state and then try to get its tr…
-
Hi, Marija!
To obtain the physical properties of various substances (water, antifreeze, etc.) in your application, you can use the [Coolprop](https://github.com/CoolProp/CoolProp). At first you need …
-
According to the coolprop document , "Water is the only fluid name that can be specified, as IF97::Water". In SharpFluid, only water can be specified in fluidlist. I solved the water property with th…
-
I think it is difficult to get started with the online version. Is there any documentation on how to run your own web2py site with CoolProp?
-
### Description
The following PropsSI calls, which aim at getting the temperature of Toluene from its specified enthalpy and entropy, failed for the case of using REFPROP as the backend but can suc…
-
Dear Ian
Thank you for the CoolProp software it is fantastic. I have been using for several months but I have found an issue. I have checked in Python and Matlab and encountered the same problem:
…
MP253 updated
10 years ago
-
### Description
ValueError: PropsSI failed ungracefully :: inputs were:"V","P",2.0000000000000000e+07,"T",2.5000000000000000e+02,"HEOS::CO2[0.01]&N2[0.1]&Methane[0.796]&Ethane[0.057]&Propane[0.02]&…
-
### Description
Hello,
I am using MATLAB to design a cryogenic refrigerator using helium, and coolprop to obtain the properties of helium.
I am using the twoPhaseFluidTables function from MAT…
-
Hello,
When I build a project using the latest SharpProp, 7.3.0, targeted for x86, 32-bit Windows,
at the following statement using CoolProp.PropsSI() method:
- **Console.Write("Density of sat…