Replies: 1 comment
-
Do you believe that the results are in error, or is the issue that there are multiple steady states (for example, an ignited, quenched, and unstable triplet)? If the issue is multiple steady states, you'll need to specify the desired steady state in a different way than the inputs. To do this, you should run the |
Beta Was this translation helpful? Give feedback.
-
Hi everyone,
I am modelling the autothermal reforming process in IDAES following the flowsheet in the image below. Three heat exchangers are used to make steam from liquid water removing heat from the hot gasses produced by the reactors.
I have created and connected each component like this:
After fully defining the problem (degrees of freedom = 0) I moved to the initialization sequence.
I used I used
SequentialDecomposition
with Wegstein to determine the tear streams:I then provided adequate guesses for the three tear streams: s06, s07, and s12
And finally I used the following function to initialize the flowsheet
However, despite achieveing the desired input conditions for reactor R101 (Gibbs reactor) the results are way different from those that I get with a simplified flowsheet where I assume the three feeds to the mixer to be already at the desired pressure and temperature, which I created and initialized as follow:
I therefore believe the issue lies in the initialization procedure.
What would be the correct way to initialize the flowsheet with the heat exchangers?
Any advice or suggestions would be really helpful. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions