MadsKirkFoged / SharpFluids

Lightweight CoolProp C# Wrapper - for easy fluid properties lookups
MIT License
29 stars 9 forks source link

Updating Fluid Volume #30

Open brhol opened 2 years ago

brhol commented 2 years ago

Why is it not possible to update the volume of the fluid? I can update the presure, density, temperature, enthalpy, etc, but the volume is set to 'get;' only. Is there another way to set the property of the fluid to either constant or to update the volume? Sorry if I posted this in the wrong section and thanks for your help.

MadsKirkFoged commented 2 years ago

Hi Brhol,

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