Replies: 2 comments 3 replies
-
|
A few things:
Could you please post the IPOPT log? Have you tried troubleshooting with the Diagnostics Toolbox and SVD Toolbox yet? For the SVD toolbox, once you run Instead of manually writing constraints between Edit: I don't know how |
Beta Was this translation helpful? Give feedback.
-
|
Last month (?), I created a simple refridgeration cycle simulation/optimization using IDAES. The code is here: https://github.com/dowlinglab/idaes-hvacr-cycles I just switched the repository to public. Feedback either here in this discussion or on the linked repo are appreciated. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I modeled a supercritical CO2 heat pump (see figure) in IDAES and it seems to work, i.e., I get an optimal solution which is consistent with my implementation in Excel. However, I still have 1 degree of freedom which I assume/hope is the heat source. However, when I specify its value (0 DoF), the model never converges. I would like to fix this so that I can specify the heat source, and the model will determine the flowrate of the working fluid. Right now, this 1 DoF entails different optimal solutions (all of them correct) with different heat source/working fluid flowrate values. Any help will be much appreciated. You may find the code below.

Beta Was this translation helpful? Give feedback.
All reactions