-
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
R513A #15
Comments
Hi AndreaVIC, R513A is not yet in SharpFluids's official List however it is in CoolProp's list, thats why it kinda works for you. I have created a new release that should work for you. |
Thank you MadsFoged! It works perfectly! Andrea |
Probably there is the same problem also here: my_fluid.UpdatePS(Pressure.FromBars(9), UnitsNet.Entropy.FromJoulesPerKelvin(1699.7)); Could you fix the issue? Thanks again Andrea |
Coolprop gives me this error when I try: It looks like it is a CoolProp problem: ibell commented on 14 Feb This is the reason I haven't yet been supporting mixtures, it is simply not stable enough. |
However if you want you could build a binary search to search for the entropy you need. If you use Does that make sense? |
Thanks for the suggestion. It is probably more time-consuming procedure but it could work. Before moving to Refprop I am going to follow this approach and if you are interested I can share the algorithm. Thanks again Andrea |
It could be as simple as this:
|
With the neweste verion you can get the fluid using:
|
Thanks, the new string for R513A works for me. Following my custom UpdatePS function:
|
Hello,
I am trying to use the NuGet pack and I am interested in some R513A properties. Following my code:
Is it the right way to initialize R513A? Is R513A in the FluidList?
From the call my_fluid.UpdatePX(Pressure.FromBars(9), 0.0) I don’t obtain any exceptions however all the properties are equal to zero. I am particular interested to obtain the saturation temperature at a given pressure. Are there any ways to obtain this value?
Thanks in advanced.
Andrea
The text was updated successfully, but these errors were encountered: