Dryer¶
Overview¶
Class
An object that has the capability of drying (from http://data.15926.org/rdl/RDS1066939451).
Supertypes
Subtypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
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: DRIER
ComponentClass: Drier
ComponentClassURI: http://data.posccaesar.org/rdl/RDS1066939451
Example
Implementation in Proteus Schema
<Equipment
ID="dryer1"
ComponentClass="Drier"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS1066939451" ...>
...
</Equipment>
DesignMassFlowRate¶
Attribute (data)
The mass flow rate for which the Dryer 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 MASS FLOW RATE
Name: DesignMassFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286182
Example
The instance dryer1 represents a Dryer with a DesignMassFlowRate of 420.0 kg/s.
Implementation in Proteus Schema
<Equipment
ID="dryer1"
ComponentClass="Drier"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS1066939451" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignMassFlowRate"
AttributeURI="http://data.posccaesar.org/rdl/RDS14286182"
Format="double"
Value="420.0"
Units="KilogramPerSecond"
UnitsURI="http://data.posccaesar.org/rdl/RDS1329659" />
...
</GenericAttributes>
...
</Equipment>
DesignRotationalSpeed¶
Attribute (data)
The rotational speed for which the Dryer 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 SPEED
Name: DesignRotationalSpeed
AttributeURI: http://sandbox.dexpi.org/rdl/DesignRotationalSpeed
Example
The instance dryer1 represents a Dryer with a DesignRotationalSpeed of 180.0 min-1.
Implementation in Proteus Schema
<Equipment
ID="dryer1"
ComponentClass="Drier"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS1066939451" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignRotationalSpeed"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignRotationalSpeed"
Format="double"
Value="180.0"
Units="ReciprocalMinute"
UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
...
</GenericAttributes>
...
</Equipment>
DesignShaftPower¶
Attribute (data)
The shaft power for which the Dryer 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 SHAFT POWER
Name: DesignShaftPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignShaftPower
Example
The instance dryer1 represents a Dryer with a DesignShaftPower of 400.0 kW.
Implementation in Proteus Schema
<Equipment
ID="dryer1"
ComponentClass="Drier"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS1066939451" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignShaftPower"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignShaftPower"
Format="double"
Value="400.0"
Units="Kilowatt"
UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
...
</GenericAttributes>
...
</Equipment>
DesignVolumeFlowRate¶
Attribute (data)
The volume flow rate for which the Dryer 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 VOLUME FLOW RATE
Name: DesignVolumeFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286227
Example
The instance dryer1 represents a Dryer with a DesignVolumeFlowRate of 420.0 m3/h.
Implementation in Proteus Schema
<Equipment
ID="dryer1"
ComponentClass="Drier"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS1066939451" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignVolumeFlowRate"
AttributeURI="http://data.posccaesar.org/rdl/RDS14286227"
Format="double"
Value="420.0"
Units="MetreCubedPerHour"
UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
...
</GenericAttributes>
...
</Equipment>