Reheat Rankine Cycle #405
Replies: 2 comments 4 replies
-
@alinuman15, this sounds like some homework or something. Therefore two things:
|
Beta Was this translation helpful? Give feedback.
-
hello. I am also considering a similar exercise, the problem occurs when connecting the superheater to the high pressure turbine, it happens that when simulating an error appears that says that the superheater is waiting for an output, that response is not logical because the connection goes from the high pressure turbine as output, enters the superheater, leaves the superheater and enters the low pressure turbine. Translated with www.DeepL.com/Translator (free version) |
Beta Was this translation helpful? Give feedback.
-
Hi fwitte:
Thank you for replying. The problem I have written was not a HW or so rater than a solved example chosen from a known textbook to compare the resuts with those obtained from Tespy.
The sketch of the problem is as shown below. I doubt the following connection since it is not reflect the reheater-boiler interaction. How could we tackle that.
#connections
c1 = Connection(CycleCloser, 'out1', HPT, 'in1', label='1')
c2 = Connection(HPT, 'out1', Reheater, 'in1', label='2')
c3 = Connection(Reheater, 'out1', LPT, 'in1', label='3')
c4 = Connection(LPT, 'out1', Condenser, 'in1', label='4')
c5 = Connection(Condenser, 'out1', Pump, 'in1', label='5')
c6 = Connection(Pump, 'out1', Boiler, 'in1', label='6')
c0 = Connection(Boiler, 'out1', CycleCloser, 'in1', label='0')
Beta Was this translation helpful? Give feedback.
All reactions