Ian Bell

Results 624 comments of Ian Bell

Please use the approach in https://github.com/CoolProp/simple_cmake_example . Full integration with CMake is strongly recommended.

Yes python 3.13 is not yet supported. Are you volunteering to take that on?

There is an open PR for updating the syntax to 1.0: https://github.com/CoolProp/CoolProp/pull/1751 . If you can confirm that this update fixes the code for 1.0, then I am ready to...

Did you make a .julia directory in your home folder? For me I could imagine a flow like: cd mkdir .julia cp ~/Users/somebody/Code/CoolProp/build/shared_library/CoolProp.dylib . Obviously change paths as needed; the...

The .julia folder should be made in your home folder just like on linux, and the instructions should be otherwise identical I believe. Making folders that start with a period...

Do some googling, a number of people have worked on this

You should ignore any state points where quality is between 0 and 1. How about outside that range?

Does this happen with viscosity too? My guess is failures with ECS conformal state solver cause the problems with conductivity.

Please read the paper about CoolProp for an explanation about how the ECS model works. It is unreliable because of the conformal state solver, but I am not sure that...