CoolProp / CoolProp.jl

A Julia wrapper for CoolProp, offering access to thermodynamic properties for fluids and mixtures.
http://www.coolprop.org
Other
32 stars 15 forks source link

Mixing Fluids #37

Open Sush1090 opened 10 months ago

Sush1090 commented 10 months ago

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 in Julia but

apply_simple_mixing_rule()

is not defined.