modelSteamTurbineUnit

Simplified HP+LP turbine unit for steam flows

Extends from Icons.Water.SteamTurbineUnit.

Information

This model describes a simplified steam turbine unit, with a high pressure and a low pressure turbine.

The inlet flowrate is proportional to the inlet pressure, and to the partialArc signal if the corresponding connector is wired. In this case, it is assumed that the flow rate is reduced by partial arc admission, not by throttling (i.e., no loss of thermodynamic efficiency occurs). To simulate throttling, insert a valve before the turbine unit inlet.

The model assumes that a fraction hpFraction of the available hydraulic power is converted by the HP turbine with a time constant of T_HP, while the remaining part is converted by the LP turbine with a time constant of L_HP.

This model does not include any shaft inertia by itself; if that is needed, connect a Modelica.Mechanics.Rotational.Inertia model to one of the shaft connectors.

The model requires the Modelica.Media library (ThermoFluid does not compute the isentropic enthalpy correctly).

Parameters

TypeNameDefaultDescription
Medium.AbsolutePressurepnomInlet nominal pressure
Medium.MassFlowRatewnomInlet nominal flow rate
SI.PerUniteta_isoIsentropic efficiency [PerUnit]
SI.PerUniteta_mech0.98Mechanical efficiency [PerUnit]
SI.PerUnithpFractionFraction of power provided by the HP turbine [PerUnit]
SI.TimeT_HPTime constant of HP mechanical power response
SI.TimeT_LPTime constant of LP mechanical power response
BooleanallowFlowReversalsystem.allowFlowReversal= true to allow flow reversal, false restricts to design direction
Initialization
SI.MassFlowRatewstartwnomFlow rate start value
Medium.AbsolutePressurepstartinpnomInlet start pressure
Medium.SpecificEnthalpyhstartinInlet enthalpy start value
Medium.SpecificEnthalpyhstartoutOutlet enthalpy start value
SI.PowerP_HPstartwstart*(hstartin - hstartout)*hpFractionHP turbine power start value
SI.PowerP_LPstartwstart*(hstartin - hstartout)*(1 - hpFraction)LP turbine power start value
ThermoPower.Choices.Init.OptionsinitOptsystem.initOptInitialization option

Connectors

TypeNameDefaultDescription
FlangeAinlet
FlangeBoutlet
Modelica.Mechanics.Rotational.Interfaces.Flange_ashaft_a
Modelica.Mechanics.Rotational.Interfaces.Flange_bshaft_b
Modelica.Blocks.Interfaces.RealInputpartialArc

Components

TypeNameDefaultDescription
ThermoPower.SystemsystemSystem wide properties
Medium.ThermodynamicStatefluidState_in
Medium.MassFlowRatewMass flowrate
SI.AnglephiShaft rotation angle
SI.AngularVelocityomegaShaft angular velocity
SI.TorquetauNet torque acting on the turbine
RealKvTurbine nominal admittance at full throttle
Medium.SpecificEnthalpyhinInlet enthalpy
Medium.SpecificEnthalpyhoutOutlet enthalpy
Medium.SpecificEnthalpyhisoIsentropic outlet enthalpy
SI.PowerPmMechanical power input
SI.PowerP_HPMechanical power produced by the HP turbine
SI.PowerP_LPMechanical power produced by the LP turbine

Contents

NameDescription
Medium

Revisions