CustomTurbine

Overview

Class

A custom Turbine, i.e., a Turbine that is not covered by any of the other subclasses of Turbine (GasTurbine or SteamTurbine).

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignInletMassFlow

0..1

NullableMassFlowRate

DesignInletVolumeFlow

0..1

NullableVolumeFlowRate

FuelType

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CUSTOM TURBINE

ComponentClass: CustomTurbine

Example

Implementation in Proteus Schema

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

DesignInletMassFlow

Attribute (data)

The inlet mass flow for which the CustomTurbine is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: DESIGN INLET MASS FLOW

Name: DesignInletMassFlow

DesignInletVolumeFlow

Attribute (data)

The inlet volume flow for which the CustomTurbine is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignInletVolumeFlow

FuelType

Attribute (data)

The fuel type of the CustomTurbine.

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