Skip to content

1D Heat exchanger DAE help #1434

Answered by andrewlee94
bjl25 asked this question in Q&A
Jun 14, 2024 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

@bjl25 That all depends on what model you use (or how you write the model if you create a custom one), but in general you can see everything that goes on inside the model. Given your application, you might want to look at the FeedwaterHeater models: https://github.com/IDAES/idaes-pse/tree/main/idaes/models_extra/power_generation/unit_models

If you use a 1D heat exchanger (or equivalent), you will be able to check the temperatures at any finite element (e.g. print(value(model.hot_side.properties[time, x].temperature)) - note that the name will likely be different for your model). As for varying U, that will depend on whether the model defines U as a scalar variable or a variable indexed by…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@bjl25
Comment options

@bjl25
Comment options

@andrewlee94
Comment options

@bjl25
Comment options

@andrewlee94
Comment options

Answer selected by bjl25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants