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

CoolProp returns same value for p_critical and p_triple for R503 #941

Closed
mapipolo opened this issue Jan 21, 2016 · 0 comments
Closed

CoolProp returns same value for p_critical and p_triple for R503 #941

mapipolo opened this issue Jan 21, 2016 · 0 comments
Milestone

Comments

@mapipolo
Copy link

I contacted Eric Lemmon at NIST first about this, as I expected that this was more likely something in REFPROP (and possibly related to #874), but he doubts it's a REFPROP bug:

AbstractState s = AbstractState.factory(“REFPROP”, “R503.mix”);
s.p_critical(); // --> 4281310 (correct) 
s.p_triple(); // --> 4281310

Using 1/20 nightly build, REFPROP 9.12.

@ibell ibell modified the milestone: v5.1.3 Jan 22, 2016
@ibell ibell closed this as completed in 9e946c0 Jan 24, 2016
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

2 participants