You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there will be a new module in the COSMO-SAC-dsp model that can handle multi-component mixtures in addition to binary mixtures. This will be very helpful for my applications.
The text was updated successfully, but these errors were encountered:
Yes, thanks. I am trying to predict the dispersive contribution to the activity coefficient using "get_lngamma_disp(z)," where z contains a mixture of three components say a, b, and c with different mole fractions. When I try to execute the following lines of code in Python, I get the response: "Multi-component mixtures not supported for dispersive contribution yet"
I looked through the C++ source code and it seems that the dispersive contribution can only be estimated for binary mixtures. Is there any way to extend it to multi-component mixtures? Can you somehow use a summation of binary mixtures to come up with the dispersive contribution of component a in both b and c?
I spoke with my colleagues, and the answer is that we intended to reproduce the existing approaches published in the literature (covering binary mixtures only), but with a small bit of work, we could get it working for multi-component mixtures as well. In order to help me help you, can you please provide a copy-pastable and runnable example in Python so that I have something to test?
I was wondering if there will be a new module in the COSMO-SAC-dsp model that can handle multi-component mixtures in addition to binary mixtures. This will be very helpful for my applications.
The text was updated successfully, but these errors were encountered: