Yoel
Yoel
Heads up, I made some updates for the chemical phases to be more in-line with Humbird's: https://github.com/BioSTEAMDevelopmentGroup/Bioindustrial-Park/commit/4243655c7a284627995014b465c2774ffe0a0a76 Note that these are not yet in the master branch and it will...
@om11kar, I will let @yalinli2 take the first look at this issue (whenever she gets a chance... she may be busy). In the mean while, could you please update your...
Hi Ben, Thanks for posting this issue! Thermosteam reaction objects do not perform phase equilibrium (yet). You can perform phase equilibrium with just adding one line: ```python import thermosteam as...
@yalinli2, turns out that Anaconda for python 3.11 is now main distribution since July. I plan to skip the transition to python 3.10 and wait until end of October to...
@zasddsgg, thanks for posting this issue! Recently matplotlib restructured their imports. Yesterday I made updates to the bioindustrial-park and fixed this issue. Could you try updating your local bioindustrial-park, biosteam,...
@zasddsgg, did you get a new computer or reset your old one? Please follow these steps to install graphviz on your computer: https://forum.graphviz.org/t/new-simplified-installation-procedure-on-windows/224#format-svg-not-recognized-use-one-of You may need to add graphviz to...
@1226Wang1226, Happy to help: 1. Valve is an abstract class (not meant for the user). I will plan on changing the name later so others do not get confused. Use...
@1226Wang1226, thanks for the follow up. There was an error when creating diagrams with process heat exchangers with missing streams (quite an oddly specific error, I know). Please `pip install...
@1226Wang1226, I believe it has to do with your specification. I am getting the following after running your code: ```python >>> sys.flowsheet.amine.show() Stream: amine to phase: 'l', T: 298.15 K,...
@1226Wang1226, sorry for the delay! I plan to address this issue on Saturday.