-
Notifications
You must be signed in to change notification settings - Fork 52
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
dew temperature abnormality with water? #290
Comments
Hi @Sush1090, This is indeed very odd. I quickly checked with an auto-plotter and I think the issue lies in While this plot looks worse, those 'loops' at lower temperatures are actually indicative of the presence of VLLE. This is very typical in a water+ethanol system when you don't include a fitted binary interaction parameter. You'll need to be careful when trying to make a 'clean' version of this plot. Btw, you don't need to include ReidIdeal when doing phase equilibrium calculations. Hope this helps! Best regards, Pierre |
Hello, I have found another possible error with dew and bubble point calculations and maybe it is related to the above mentioned abnormality (Its just a guess -- I am not sure). Here is my code block (same as before but different fluids)
I get the following error:
If I change the pressure There is something different happening in It is possible these these two are not related, in that case I'll make another issue. Thanking you, |
Hi Sushrut, This bug is unrelated and is honestly weird / frustrating. As I'm sure you've figured out, our @longemen3000 Is it already fixed with these commits? The tests seem to be failing before reaching the new bug. Best, Pierre |
The saturation temperature bug is fixed, but there are other things failing right now, I plan to merge that branch as soon as possible |
Hello, ERROR: LoadError: saturation temperataure for PR{ReidIdeal, TwuAlpha, NoTranslation, vdW1fRule}("isobutane") not found at p = 1.7855513185537157e6 ERROR: LoadError: saturation temperataure for PR{ReidIdeal, TwuAlpha, NoTranslation, vdW1fRule}("propane") not found at p = 2.1298218093361156e6 ERROR: LoadError: saturation temperataure for PR{ReidIdeal, TwuAlpha, NoTranslation, vdW1fRule}("r134a") not found at p = 2.201981727901889e6 A side note I am using the |
i got a fix in the latest master, probably a bugfix release will come soon |
Thank you |
Hello,
I am interested in computing the bubble and dew temperatures for a given mixture with one component being water. I have the following code block
There seems like an abnormality in the output
For most cases without water I have decent answer. I know that in some cases
bubble_temperature
anddew_temperature
returnNaN
values but that is due to initialization of the non-linear solver.But for such abnormality I am not sure what might be causing it.
Thank you
The text was updated successfully, but these errors were encountered: