-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
R407F.mix #1
Comments
Hi lodihendriks, |
If you look in "SharpFluids.FluidList." you get a list of all the fluids I have put into this wrapper. If you look at the list in coolprop I cant find R407F: |
This is related with CoolProp itself. Maybe you should check it on GitHub. |
Hi, If I run the following code in coolprops it works. R407F is mix gas. PropsSI("H", "P", 440, "T", 268.15, "R407F.mix") I have attached the excel file, if you look at the list tab, you will find R407F.mix. |
Hi yes, if I use R134a it works fine. I use vb.net. |
Calculating the enthalpy of a mix gas like R407F. Gives an error.
Dim X As New SharpFluids.MediaType("HEOS", "R407F.mix")
Dim R407F As New SharpFluids.Fluid(X)
Exception
System.ApplicationException: 'critical point finding routine found 3 critical points'
Coolprops can calc the enthalpy for this gas, maybe I am using the SharpFluids package wrong.
Thanks
The text was updated successfully, but these errors were encountered: