gustavochm
gustavochm
Hi both! I recently attended to the Advanced thermodynamic course and during the course I coded this multiphase flash for Clapyeron. I actually got a running version of the phase...
Hey tlorance, Could you please confirm which version of Python is used and which operative system? I believe the phasepy installation wasn't successful, probably due to the cython code. Phasepy...
Hey tlerance, I haven't used PyCharm before, but if you are using MacOS, the installation shouldn't be a problem. Does PyCharm use a local or other Python installation (from homebrew...
Dear tlorance, I'm glad to read that phasepy is working now. Regardless of your question about the LLE calculation. You are right; in phasepy, you can either use the `flash`...
Hi Govnavid, Thanks for using sgtpy! Can you provide more information on what error are you getting? I just run the same script that you wrote and sgtpy is finding...
Ohh now I see what happened. This was a bug for molecules that had association sites but that wasn't self-associating. I fixed the bug on the GitHub repo but apparently,...
Dear Greg, Do you want to plot and work with that data? If so, you can use `pandas` to read the CSV or Excel file and then `matplotlib` to plot...
Hi Gregory, In [cell 7 of this notebook](https://github.com/gustavochm/phasepy/blob/master/examples/14.%20Fitting%20Pure%20Component%20Data.ipynb) shows how to compute the saturation pressure and saturation densities of a pure component. From there, you can plot the T-density plot...
Dear Defencedog, Apologies for the very late response. That warning is arising from a division by zero, Did you set an influence parameter `ci` when creating the component? Gustavo
Dear Edgar, I'm sorry for not getting back to you sooner. I've been away the last week. I've been looking at your code, and it seems correct. I do have...