Skip to content

Rankine Cycle - unreasonable results #457

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

You must be logged in to vote

Hi and thanks for reaching out!

The issue here is, that your condensation pressure in the condenser is fixed and independent of the cooling water temperature:

c2.set_attr(p=0.13724)

To connect it with the cooling water temperature, you could for example do this by fixing the terminal temperature difference between condensation temperature and cooling water outlet. After your initial simulation add the following lines of code:

c2.set_attr(p=None)
co.set_attr(ttd_u=5)

Best

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MikeSennis
Comment options

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