Path: Thermal/Rankine
% Simple Rankine Cycle from turbine pressures This models the most basic Rankine Cycle. The steam tables need to accessible to this function: Steam_Tables_Temperature.xlsx Steam_Tables_Pressure.xlsx Steam_Tables_Superheated.xlsx Type RankineCycle for a demo from the reference. -------------------------------------------------------------------------- Form: [power,eff] = RankineCycle(p3,p4) -------------------------------------------------------------------------- ------ Inputs ------ p3 (1,1) Pressure at the turbine inlet (MPa) p4 (1,1) Pressure at the turbine outlet (MPa) doPlot (1,1) Create plot even if outputs are requested ------- Outputs ------- eff (1,1) Cycle efficiency t (1,4) Cycle temperatures -------------------------------------------------------------------------- Reference: https://www.nuclear-power.com/nuclear-engineering/ thermodynamics/thermodynamic-cycles/rankine-cycle-steam- turbine-cycle/example-of-rankine-cycle-problem-with-solution/ -------------------------------------------------------------------------- See also: SteamTablesSuperheatedEnthalpy, TSCurve --------------------------------------------------------------------------
Thermal: Rankine/SteamTablesSuperheatedEnthalpy Thermal: Rankine/TSCurve Thermal: ThermalData/Steam_Tables_Pressure Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/XLabelS Common: Graphics/YLabelS
Back to the Thermal Module page