-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add new features #16
Comments
Dear Danlira, Sorry about the late response. Which function are you interested in? I might be able to help to implement it. Gustavo |
Hello, Gustavo! Thanks for the answer. AAT1 = 0.46189 thanks for the reply. I'm trying to implement Aznar-Telles alpha function. The parameters for the compounds I am working on have not yet been estimated, so I used Hysys to generate some pseudo-experimental Psat data. With the Psat data it is possible to estimate AAT1, AAT2, AAT3 for the compounds. The idea was to implement the Aznar-Telles Alpha function and the Heidemann-Kokal mixing rule and make a comparison with other mixing rules and other alpha functions. Could you help me with this implementation? I have trouble compiling the changes I make to PhasePy files and testing. Do you have an email that we could correspond with more quickly? |
Hey Danlira, Implementing the alpha function should take that much time. I'm not familiar with the Heidemann-Kokal mixing rule. Do you suggest any reference to understand it better? And yeah, feel free to email me: [email protected] Regards, |
Dear Danlira, I'm thinking of providing a more flexible function to define custom cubic EoS, with custom
The results are are as expected:
I have also included the I will upload the updated version shortly to GitHub. Regards, |
Thanks a lot! One of the things I've been working on is estimating the AAT1, AAT2, AAT3 parameters for the substances I'm going to work with. Is there possible today in phasepy? Or we should write a specific function? |
Hey Daniel, For the moment, I haven't implemented that function. However, it shouldn't be that hard to code. See for example, Gustavo |
Hello Gustavo, How are you?
I would like to add a new alpha function and a new mixing rule to phasepy. How could I run my modifications? Is it necessary to use a specific compiler? In jupyter notebook I couldn't.
The text was updated successfully, but these errors were encountered: