Skip to content
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

Open
lodihendriks opened this issue Apr 26, 2020 · 5 comments
Open

R407F.mix #1

lodihendriks opened this issue Apr 26, 2020 · 5 comments

Comments

@lodihendriks
Copy link

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

@MadsFoged
Copy link
Collaborator

Hi lodihendriks,
Have you tried to make other things work in this package?
The code you are showing doesnt look like C# code which this package is written in

@MadsFoged
Copy link
Collaborator

If you look in "SharpFluids.FluidList." you get a list of all the fluids I have put into this wrapper.
I can find R407C but not R407F.

If you look at the list in coolprop I cant find R407F:
http://www.coolprop.org/fluid_properties/PurePseudoPure.html#list-of-fluids

@volkan-a
Copy link

This is related with CoolProp itself. Maybe you should check it on GitHub.

@lodihendriks
Copy link
Author

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.

TestExcel.xlsx

@lodihendriks
Copy link
Author

Hi lodihendriks,
Have you tried to make other things work in this package?
The code you are showing doesnt look like C# code which this package is written in

Hi yes, if I use R134a it works fine. I use vb.net.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants