CoolProp.jl icon indicating copy to clipboard operation
CoolProp.jl copied to clipboard

A Julia wrapper for CoolProp, offering access to thermodynamic properties for fluids and mixtures.

Results 13 CoolProp.jl issues
Sort by recently updated
recently updated
newest added

`HAPropsSI("D", "T", 300u"K", "P", 101325u"Pa", "W", 0.01)` returns `287.12981890840064 kg m^-3` instead of `287.12981890840064 K` The number is right, but the units are wrong. I think it might have something...

Would it be possible to add function for second partial derivatives?

Is it possible to get the CP wrapper around mixing fluids cases as well? As of now the CoolProp.jl can only handle pure fluids. I have tried this reference [Link](http://coolprop.org/fluid_properties/Mixtures.html)...

when using `PropsSI`, a new abstract state is created with each call. one option would be to do something like: ``` mutable struct AbstractState #mutable, to register finalizers handle::Clong function...

I've looked through pretty much every source file here and don't seem to see how this package actually downloads the CoolProp shared library and then creates the Global Variable `libcoolprop`...

I think we should look into adding this call to this package to leverage single `AbstractState` setup if a user wants to pull lots of combinations of input parameters. Currently...

I tried to install it on Windows 64 bit machine, using Julia 1.3 and it fails: ``` Error: Error building `CoolProp`: ERROR: LoadError: ArgumentError: isdefined: too few arguments (expected 2)...

I tryed to install CoolProp following this steps: Julia> Pkg.clone("https://github.com/vimalaad/CoolProp.jl.git") %with the following message: ┌ Warning: Pkg.clone is only kept for legacy CI script reasons, please use `add` └ @...

Loading CoolProp on Julia 0.7 return > "ERROR: LoadError: UndefVarError: include not defined". Substituting `Base.include` instead of `include` at "\~\.julia\dev\CoolProp\src\CoolProp.jl:12" fixes this error (although a new warning is introduced) but...

This page should be updated http://www.coolprop.org/coolprop/wrappers/Julia/index.html to also mention this repo here. Correct if I`m wrong, please.