Sushrut Deshpande

Results 27 comments of Sushrut Deshpande

[noblock] > a `CoolProp` org/package has some say over packages `CoolProp`, so I wanted you to be aware of this registration @goerz @jowr Do I have to change the package...

@goerz . Hello - it is based on Carnot type cycles for example Organic Rankine cycle and Vapor Compression Cycles. Hence the name CarnotCycles.jl I don't have other "nice" names....

Hello, > 1. I pulled and installed `master`. Calling `crit_mix(mix, n)` no longer errors—great! But I now get `(6.737593278553103, 190.50721203516426, 1.0160744078375186)` For me whenever `crit_mix` fails I use the `Clapeyron.mechanical_critical_point(mix,n)`...

Hello, I saw the new modules in the latest update, I was locally trying to make this work as well. Correct me if I am wrong, if we rely on...

Ah I see. I'll check this too. Thanks

I get this error when running the script ```julia ERROR: UndefVarError: `spec` not defined in `Clapeyron` Suggestion: check for spelling errors or missing imports. Stacktrace: [1] Clapeyron.FlashSpecifications(spec1::typeof(pressure), val1::Float64, spec2::typeof(enthalpy), val2::Float64)...

This is actually amazing. This is very close to CoolProp or RefProp

There is a difference in your version or the version on the master branch? Because I cannot precompile it: ```julia (ClapeyronFlash) pkg> precompile Precompiling project... ✗ Clapeyron 0 dependencies successfully...