Turbine¶
Overview¶
Class
An object that is a rotary mechanical device that extracts energy from a fluid flow and converts it into useful work (from http://data.15926.org/rdl/RDS313289).
Supertypes
Subtypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: TURBINE
ComponentClass: Turbine
ComponentClassURI: http://data.posccaesar.org/rdl/RDS313289
Example
Implementation in Proteus Schema
<Equipment
    ID="turbine1"
    ComponentClass="Turbine"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS313289" ...>
  ...
</Equipment>
DesignPower¶
Attribute (data)
The power for which the Turbine is designed.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN POWER
Name: DesignPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignPower
Example
The instance turbine1 represents a Turbine with a DesignPower of 500.0 kW.
Implementation in Proteus Schema
<Equipment
    ID="turbine1"
    ComponentClass="Turbine"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS313289" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignPower"
      Format="double"
      Value="500.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>
DesignRotationalFrequency¶
Attribute (data)
The rotational frequency for which the Turbine is designed.
Multiplicity: 0..1
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN ROTATIONAL FREQUENCY
Name: DesignRotationalFrequency
AttributeURI: http://sandbox.dexpi.org/rdl/DesignRotationalFrequency
Example
The instance turbine1 represents a Turbine with a DesignRotationalFrequency of 180.0 min-1.
Implementation in Proteus Schema
<Equipment
    ID="turbine1"
    ComponentClass="Turbine"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS313289" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignRotationalFrequency"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignRotationalFrequency"
      Format="double"
      Value="180.0"
      Units="ReciprocalMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
    ...
  </GenericAttributes>
  ...
</Equipment>