modelExercise6SteamPowerPlant
Exercise 8.6: Steam Power Plant [TUM2019]
Extends from Modelica.Icons.Example (Icon for runnable examples).
Information
Example of a steam power plant.
English problem description
Saturated liquid water (32.90 degC, 50.0 mbar, 84.316 kg/s)
is pumped in a reversible adiabatic feedwater pump to 20.0 bar.
In the isobaric heater, the water is heated, vaporized and superheated (288 MW).
The heater is adiabatic on the outside.
The steam is then expanded in the steam turbine (isentropic efficiency
eta_is = 0.889), condensed in the isobaric condenser and returned to the pump, closing the cycle.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Medium.AbsolutePressure | p_Condensor | 5000 | Condensor pressure |
| Medium.SpecificEnthalpy | h_bubble | Medium.bubbleEnthalpy(Medium.setSat_p(p_Condensor)) | Bubble enthalpy at condensor pressure |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ThermofluidStream.DropOfCommons | dropOfCommons | ||
| ThermofluidStream.Idealized.Processes.Adiabatic | pump | ||
| ThermofluidStream.Idealized.Processes.Adiabatic | turbine | ||
| ThermofluidStream.Idealized.Processes.Isobaric | heater | ||
| ThermofluidStream.Idealized.Boundaries.LoopBreaker_m | loopBreaker | ||
| ThermofluidStream.Idealized.Processes.Isobaric | condensor | ||
| ThermofluidStream.Utilities.showRealValue | efficiency | ||
| ThermofluidStream.Sensors.TwoPhaseSensorSelect | vaporQualitySensor | ||
| ThermofluidStream.Utilities.showRealValue | heaterOutletTemperature | ||
| ThermofluidStream.Utilities.showRealValue | turbineOutletVaporQuality | ||
| ThermofluidStream.Utilities.showRealValue | electricPower | ||
| ThermofluidStream.Idealized.EnergyFlow.Sources.FixedEnergyFlow | heatFlow |
Contents
| Name | Description |
|---|---|
Revisions
-
2026, by Raphael Gebhart (raphael.gebhart@dlr.de):
Initial version.