SteamTurbine¶
Overview¶
Class
A turbine that is a heat engine in which energy of steam is transformed into kinetic energy by means of expansion through nozzles and the kinetic energy of the resulting jet is in turn converted into force doing work on rings of blading mounted on a rotating shaft (from http://data.posccaesar.org/rdl/RDS416744).
Supertypes
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: STEAM TURBINE
ComponentClass: SteamTurbine
ComponentClassURI: http://data.posccaesar.org/rdl/RDS416744
Example
Implementation in Proteus Schema
<Equipment
ID="steamTurbine1"
ComponentClass="SteamTurbine"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS416744" ...>
...
</Equipment>
DesignInletMassFlow¶
Attribute (data)
The inlet mass flow for which the SteamTurbine 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
Example
The instance steamTurbine1 represents a SteamTurbine with a DesignInletMassFlow of 800.0 kg/h.
Implementation in Proteus Schema
<Equipment
ID="steamTurbine1"
ComponentClass="SteamTurbine"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS416744" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignInletMassFlow"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignInletMassFlow"
Format="double"
Value="800.0"
Units="KilogramPerHour"
UnitsURI="http://data.posccaesar.org/rdl/RDS1329344" />
...
</GenericAttributes>
...
</Equipment>
DesignInletVolumeFlow¶
Attribute (data)
The inlet volume flow for which the SteamTurbine 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
Example
The instance steamTurbine1 represents a SteamTurbine with a DesignInletVolumeFlow of 2.8 l/s.
Implementation in Proteus Schema
<Equipment
ID="steamTurbine1"
ComponentClass="SteamTurbine"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS416744" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignInletVolumeFlow"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignInletVolumeFlow"
Format="double"
Value="2.8"
Units="LitrePerSecond"
UnitsURI="http://data.posccaesar.org/rdl/RDS1331369" />
...
</GenericAttributes>
...
</Equipment>