-
Notifications
You must be signed in to change notification settings - Fork 14
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
[SAFT-Gamma-Mie] Question about VLLE for binary mixture #13
Comments
Hi YouHyin, I think there is a problem in your initial guesses for the VLLE. If you get the VLLE correctly you can easily construct the whole diagram. See below. Edit: Initializing the VLLE is not trivial. Ideally you want to have z what is between the VLLE line. Then you can minimize the tpd to obtain possible initial guesses.
I hope that helps, Gustavo |
Thank you so much. Thanks to your advice and code, it helped me a lot. |
Hello, I'm trying to reproduce the following paper's a binary mixture of water and triethylamine (TEA) VLLE results (Figure.3) using sgtpy.
Using the example code, I have created the following code.
Paper : Lee, Y. S., Galindo, A., Jackson, G., & Adjiman, C. S. (2023). Enabling the direct solution of challenging computer-aided molecular and process design problems: Chemical absorption of carbon dioxide. Computers & Chemical Engineering, 174, 108204.
Result :
The figure I want to reproduce :
As a result, there seems to be a problem with the LLE prediction.
What would be the best way to set z and the values of w0, z0, and y0 in this code?
Thanks as always for your help!
I look forward to your response.
The text was updated successfully, but these errors were encountered: