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 |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: CUSTOM TURBINE
ComponentClass: CustomTurbine
ComponentClassURI: http://sandbox.dexpi.org/rdl/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
Type: NullableMassFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN INLET MASS FLOW
Name: DesignInletMassFlow
AttributeURI: http://sandbox.dexpi.org/rdl/DesignInletMassFlow
DesignInletVolumeFlow¶
Attribute (data)
The inlet volume flow for which the CustomTurbine is designed.
Multiplicity: 0..1
Type: NullableVolumeFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN INLET VOLUME FLOW
Name: DesignInletVolumeFlow
AttributeURI: http://sandbox.dexpi.org/rdl/DesignInletVolumeFlow
FuelType¶
Attribute (data)
The fuel type of the CustomTurbine.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.