-
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…
-
This issue is related to both PDSim and Coolprop.
I am trying to model mixtures (R454B.mix) using existing PDSim scroll core class. I am getting some errors like "DHSU_T_flash does not exist" or ne…
-
Hello,
I am a new user for CoolProp and I am trying to test some C++ examples using the dynamic library of CoolProp.
I on the master branch and i want to try the C++ example I found on :
http:…
-
Hi guys,
I tried to run the ORC model in Matlab and I have some errors. Can you help me, please, to solve these problems?
Thank you in advance!
The errors are:
**When I try to run the Expand…
-
Hi, we currently use CoolProp to get molar densities for noble gases and some molecules (not mixtures). E.g. helium, argon, hydrogen, nitrogen etc. We need a reasonable span of pressure and temperatur…
-
My coolprop works perfectly. Now I've just tried to use
```
import CoolProp.Plots as CPP
ph_plot = CPP.PropertyPlot('Water','Ph')
ph_plot.savefig('coolprop.png')
```
![coolprop](https://user-ima…
-
Hello.
I am currently trying to compile the CoolProp library on a fresh Xubuntu intall (18.04) for use with OpenModelica but the CMake routine exits with the following error:
CMake Error at /hom…
-
We welcome any suggestions for the following issue using External Media (v3.3.0) within OpenModelica (runing Modelica v3.2.3):
* * * * *
The following Modelica code works:
model CoolPropTest
…
-
Such as:
```
#include
#include
typedef autodiff::dual2nd valuestype;
valuestype function1(valuestype x, valuestype y,valuestype z) {
return log(x) + log(y + z) + sin(x) / pow(y, 2.5);
}
…
-
Hello,
it looks like some of the fluids available in coolprop are not available in the labview wrapper.
In particular R1233ZD(E) and R115.
I am using the coolprop.llb available on the coolprop webs…