Skip to content

The Ideal Rankine Cycle Simulator to Demonstrate:Data Structures+ Algorithms = Programs & Computational Thinking

License

Notifications You must be signed in to change notification settings

JinHongkun/PyRankine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyRankine

Step by step codes of the ideal rankine cycle simulator to demonstrate:

  • Data Structures + Algorithms = Programs

  • Computational Thinking

    • step 0 : Zero @ Data Structures,Program architecture, Algorithms
    • step 1 : Basic @ Data Structures,Program architecture, Algorithms
    • step 2 : Forward @ Data Structures,Program architecture, Algorithms

You do not need to do programming step0,1,2.

You need to

  • reading the codes
  • understanding computational thinking and programming skills
  • programing one solution to the rankine cycle

Dependencies:libseuif97

Step by step Codes

StartNB.bat
  • Python
cd step0
python rankine.py
cd step1
python rankine.py
cd step2
python rankine.py

Example Rankine Cycle

  • Michael J . Mora. Fundamentals of Engineering Thermodynamics(7th Edition). John Wiley & Sons, Inc. 2011

    Chapter 8 : Vapour Power Systems Example 8.1:Analyzing an Ideal Rankine Cycle  Page 438
    
    • Steam is the working fluid in an ideal Rankine cycle.

    • Saturated vapor enters the turbine at 8.0 MPa

    • Saturated liquid exits the condenser at a pressure of 0.008 MPa.

    • The net power output of the cycle is 100 MW.

    • Cooling water enters the condenser at 15°C and exits at 35°C.

rankine

  • Determine for the cycle

    • the thermal efficiency, %

    • the back work ratio, %

    • the mass flow rate of the steam,in kg/h,

    • the rate of heat transfer, Qin, into the working fluid as it passes through the boiler, in MW,

    • the rate of heat transfer, Qout, from the condensing steam as it passes through the condenser, in MW,

    • the mass flow rate of the condenser cooling water, in kg/h

Reference

About

The Ideal Rankine Cycle Simulator to Demonstrate:Data Structures+ Algorithms = Programs & Computational Thinking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published