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

Surface Tension Errors #281

Closed
paarfi opened this issue Dec 4, 2014 · 2 comments
Closed

Surface Tension Errors #281

paarfi opened this issue Dec 4, 2014 · 2 comments
Milestone

Comments

@paarfi
Copy link

paarfi commented Dec 4, 2014

double s1 = CoolProp.PropsSI("surface_tension", "T", 300, "Q", 0, "Ammonia");
double s2 = CoolProp.PropsSI("surface_tension", "T", 300, "P", 101325, "Water");
double s3 = CoolProp.PropsSI("surface_tension", "T", 300, "P", 101325, "INCOMP::TD12");

I get Infinity back for all three calls above using the current 32bit C# Windows development build dll. I assume it is erroring internally.

@ibell
Copy link
Contributor

ibell commented Dec 4, 2014

The first two are confirmed bugs. This should have been caught by the
testing routines, but clearly surface tension slipped through the cracks.

We do not have surface tension curves for incompressible fluids, so the
third is unimplemented.

C# should be converting these errors to exceptions, but for some reason it
doesn't seem to be.

To be continued.

On Thu, Dec 4, 2014 at 9:43 AM, paarfi notifications@github.com wrote:

double s1 = CoolProp.PropsSI("surface_tension", "T", 300, "Q", 0,
"Ammonia");
double s2 = CoolProp.PropsSI("surface_tension", "T", 300, "P", 101325,
"Water");
double s3 = CoolProp.PropsSI("surface_tension", "T", 300, "P", 101325,
"INCOMP::TD12");

I get Infinity back for all three calls above using the current 32bit C#
Windows development build dll. I assume it is erroring internally.


Reply to this email directly or view it on GitHub
#281.

@ibell ibell added this to the v5.0.2 milestone Dec 4, 2014
@ibell
Copy link
Contributor

ibell commented Dec 4, 2014

Closed by 707ee47

@ibell ibell closed this as completed Dec 4, 2014
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