Gas Turbine
This model adds the performance characteristics to the GTunit_base
model, by means of 2D interpolation tables.
Unit performance is a function of two referred quantities, i.e.
Zero Loss Power Output referred at ISO conditions (ZLPout_ISO) and
referred speed. In typical performance charts, curves corresponding
to different referred speeds are labelled by synchronous
temperatures (Tsync), i.e. inlet temperatures which would give the
same referred speed if the unit operated at nominal rotational
speed. The performance is thus specified by three functions[1]:
- HI_ISO = f(ZLPout_ISO, Tsync)
- PR = g(ZLPout_ISO, Tsync)
- wia_ISO = h(ZLPout_ISO, Tsync)
which in turn are specified by three tables, in the format of
Modelica.Blocks.Tables.CombiTable2D:
- tableHI, where ZLPout_ISO is the first column
and Tsync the first row
- tablePR, where ZLPout_ISO is the first column
and Tsync the first row
- tableW, where ZLPout_ISO is the first column
and Tsync the first row, respectively.
Modelling options
The packages Medium are redeclared and a mass balance determines
the composition of the outgoing gas.
The following options are available to select the way of
definition of the table:
- Table = 0: the table is explicitly supplied as matrix
parameter.
- Table = 1: the table is read from a file; the string
fileName contains the path to the files where tables are
stored, either in ASCII or Matlab binary format.
References:
- P. P. Walsh, P. Fletcher: Gas Turbine Performance, 2nd
ed., Oxford, Blackwell, 2004, pp. 646.
Generated at 2026-04-14T18:18:34Z by OpenModelicaOpenModelica 1.26.3 using
GenerateDoc.mos