-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unreasonable Distillation column temperature #169
Comments
@zasddsgg, the bubble and dew points (temperatures at the bottom and top) are correct for these compositions. What is happening is that your separation specification is so small, that you actually need less than a single stage to achieve it. BioSTEAM forces the specification (which was unreasonable to begin with) and results in unreasonable distillate and bottoms temperatures. You can achieve better separation with a flash: D101 = bst.Flash('D101', ins=a, P=101325, V=0.5) It's been busy but I will try get to your other questions on multistage liquid-liquid equilibrium on Wednesday. No worries! I hope this helps, |
@yoelcortes Hello, could you spare some time to look at the problem questions about the physical property method (#167), physical property loss(#168), cooling towers(#163), and HP models(#154). Thanks for your help again. |
Will do! Thanks for your patience. |
Hello, when I called the distillation tower, I found that the temperature of the top flow of the distillation tower was higher than that of the bottom flow of the distillation tower, which seems unreasonable. Could you please see how to solve this problem. Thanks for your help.
The code is as follows.
The text was updated successfully, but these errors were encountered: