Skip to content

Missing node in exergy analysis #539

Answered by fwitte
HaSchneider asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @HaSchneider and thanks for reaching out!

The issue is in the SimpleHeatExchanger being defined as dissipative component by default. I should change it, so the user gets an error, that the component has to be specified as dissipative or not explicitly. You can fix this in the current version of tespy by changing this line:

heat_sink = SimpleHeatExchanger('heat sink', dissipative=False)

A dissipative component has no defined exergy product. This would be the case, if the energy provided to the heat sink would just be considered a heat loss to the ambient.

Replies: 1 comment 5 replies

Comment options

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

@HaSchneider
Comment options

@fwitte
Comment options

@fwitte
Comment options

@HaSchneider
Comment options

Answer selected by HaSchneider
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