Feeder¶
Overview¶
Class
A closed fluid transporter that is a gathering line tied into a trunk line (from http://data.15926.org/rdl/RDS300644).
Supertypes
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: FEEDER
ComponentClass: Feeder
ComponentClassURI: http://data.posccaesar.org/rdl/RDS300644
Example
Implementation in Proteus Schema
<Equipment
    ID="feeder1"
    ComponentClass="Feeder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS300644" ...>
  ...
</Equipment>
DesignMassFlowRate¶
Attribute (data)
The mass flow rate for which the Feeder 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 feeder1 represents a Feeder with a DesignMassFlowRate of 420.0 kg/s.
Implementation in Proteus Schema
<Equipment
    ID="feeder1"
    ComponentClass="Feeder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS300644" ...>
  ...
  <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 Feeder 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 feeder1 represents a Feeder with a DesignRotationalSpeed of 180.0 min-1.
Implementation in Proteus Schema
<Equipment
    ID="feeder1"
    ComponentClass="Feeder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS300644" ...>
  ...
  <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 Feeder 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 feeder1 represents a Feeder with a DesignShaftPower of 400.0 kW.
Implementation in Proteus Schema
<Equipment
    ID="feeder1"
    ComponentClass="Feeder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS300644" ...>
  ...
  <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>
UpperLimitDesignParticleSize¶
Attribute (data)
The upper limit for the particle size for which the Feeder is designed.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT DESIGN PARTICLE SIZE
Name: UpperLimitDesignParticleSize
Example
The instance feeder1 represents a Feeder with an UpperLimitDesignParticleSize of 47.0 µm.
Implementation in Proteus Schema
<Equipment
    ID="feeder1"
    ComponentClass="Feeder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS300644" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignParticleSize"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitDesignParticleSize"
      Format="double"
      Value="47.0"
      Units="Micrometre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1351529" />
    ...
  </GenericAttributes>
  ...
</Equipment>