GasTurbine

Overview

Class

A machine that is a rotary mechanical device extracting energy from a gas flow and converting it into useful work.

Supertypes

Attributes (data)

Name

Multiplicity

Type

FuelType

0..1

NullableString

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: GAS TURBINE

ComponentClass: GasTurbine

Example

Implementation in Proteus Schema

<Equipment
    ID="gasTurbine1"
    ComponentClass="GasTurbine"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/GasTurbine" ...>
  ...
</Equipment>

FuelType

Attribute (data)

The fuel type of the GasTurbine.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

RDL reference: FUEL TYPE

Name: FuelType

Example

“Diesel fuel” (String)

Implementation in Proteus Schema

<Equipment
    ID="gasTurbine1"
    ComponentClass="GasTurbine"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/GasTurbine" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="FuelType"
      AttributeURI="http://sandbox.dexpi.org/rdl/FuelType"
      Format="string"
      Value="Diesel fuel" />
    ...
  </GenericAttributes>
  ...
</Equipment>