modelSteamTurbineBase

Steam turbine

Information

This base model contains the basic interface, parameters and definitions for steam turbine models. It lacks the actual performance characteristics, i.e. two more equations to determine the flow rate and the efficiency.

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.

Modelling options

The following options are available to calculate the enthalpy of the outgoing steam:

  • explicitIsentropicEnthalpy = true: the isentropic enthalpy hout_iso is calculated by the Medium.isentropicEnthalpy function.
  • explicitIsentropicEnthalpy = false: the isentropic enthalpy is given equating the specific entropy of the inlet steam steam_in and of a fictional steam state steam_iso, which has the same pressure of the outgoing steam, both computed with the function Medium.specificEntropy.

Parameters

TypeNameDefaultDescription
BooleanexplicitIsentropicEnthalpytrueOutlet enthalpy computed by isentropicEnthalpy function
Medium.MassFlowRatewnomInlet nominal flowrate
Medium.AbsolutePressurepnomNominal inlet pressure
Realeta_mech0.98Mechanical efficiency
BooleanusePartialArcInputfalseUse the input connector for the partial arc opening
Initialisation
Medium.MassFlowRatewstartwnomMass flow rate start value
SI.PerUnitPRstartPressure ratio start value

Connectors

TypeNameDefaultDescription
Modelica.Blocks.Interfaces.RealInputpartialArcPartial arc opening in p.u.
Modelica.Mechanics.Rotational.Interfaces.Flange_ashaft_a
Modelica.Mechanics.Rotational.Interfaces.Flange_bshaft_b
FlangeAinlet
FlangeBoutlet

Components

TypeNameDefaultDescription
ThermoPower.SystemsystemSystem wide properties
Medium.ThermodynamicStatesteamState_in
Medium.ThermodynamicStatesteamState_iso
SI.Anglephishaft rotation angle
SI.Torquetaunet torque acting on the turbine
SI.AngularVelocityomegashaft angular velocity
Medium.MassFlowRatewMass flow rate
Medium.SpecificEnthalpyhinInlet enthalpy
Medium.SpecificEnthalpyhoutOutlet enthalpy
Medium.SpecificEnthalpyhisoIsentropic outlet enthalpy
Medium.SpecificEntropysinInlet entropy
Medium.AbsolutePressurepinOutlet pressure
Medium.AbsolutePressurepoutOutlet pressure
SI.PerUnitPRpressure ratio
SI.PowerPmMechanical power input
SI.PerUniteta_isoIsentropic efficiency
SI.PerUnitthetaPartial arc opening in p.u.

Contents

NameDescription
Medium

Revisions