MadsKirkFoged

Results 32 comments of MadsKirkFoged

The Tmin is set by CoolProp, so it might for some fluids be the same as the freeze point or it might just be the lowest point that the properties...

I haven't really worked with mixtures myself, so that why this part of the interface is a bit buggy :-D I believe I have fixed the error. Fell free to...

The 'FluidList.R454B_mix' is a mixture of two fluids and you can change fraction of the two. You might want to read up on this fluids in CoolProps docs or their...

Hi Brhol, As is it right now you can only set the Mass or MassFlow and then the volume / volumeflow gets calculated for you.

I somethings get the error myself when starting up a new project. I believe it is because the Nuget have to copy over the "Coolprop.dll" and sometimes it just doesn't...

1) Can you try to update to maybe net47 or newer? Just to rule that out 2) After you have build your program can you find the dll files in...

It is not (yet) implemented by CoolProp and it is therefore not supported by this system either. I have just added a more clear Exception for the UpdateHT().

I have had a few times I needed the UpdateHT but I always found other ways of obtaining the same functionality. Feel free to create a post/comment if you need...

Co2 turns into solid at ~5bar - I believe that's the reason for your result. If you run this code you can see its limits: ```C# Console.WriteLine(CO2.LimitPressureMin.ToUnit(PressureUnit.Bar)); //5.18 bar Console.WriteLine(CO2.LimitTemperatureMin.ToUnit(TemperatureUnit.DegreeCelsius));...

CO2 at atmospheric pressure turns into dry ice. I think you'll need to tell me more about what you seek