Agglomerator

Overview

Class

A machine that is capable of agglomerating. It is usually vertically aligned.

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

DesignLiquidFeedMassFlowRate

0..1

NullableMassFlowRate

DesignMassFlowRate

0..1

NullableMassFlowRate

DesignRotationalSpeed

0..1

NullableRotationalFrequency

DesignShaftPower

0..1

NullablePower

DesignSolidFeedMassFlowRate

0..1

NullableMassFlowRate

DesignVolumeFlowRate

0..1

NullableVolumeFlowRate

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

RDL reference: AGGLOMERATOR

ComponentClass: Agglomerator

Example

Implementation in Proteus Schema

<Equipment
    ID="agglomerator1"
    ComponentClass="Agglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Agglomerator" ...>
  ...
</Equipment>

DesignLiquidFeedMassFlowRate

Attribute (data)

The liquid feed mass flow rate for which the Agglomerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignLiquidFeedMassFlowRate

Example

The instance agglomerator1 represents an Agglomerator with a DesignLiquidFeedMassFlowRate of 240.0 kg/h.

Implementation in Proteus Schema

<Equipment
    ID="agglomerator1"
    ComponentClass="Agglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Agglomerator" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignLiquidFeedMassFlowRate"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignLiquidFeedMassFlowRate"
      Format="double"
      Value="240.0"
      Units="KilogramPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1329344" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignMassFlowRate

Attribute (data)

The mass flow rate for which the Agglomerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: DESIGN MASS FLOW RATE

Name: DesignMassFlowRate

Example

The instance agglomerator1 represents an Agglomerator with a DesignMassFlowRate of 420.0 kg/s.

Implementation in Proteus Schema

<Equipment
    ID="agglomerator1"
    ComponentClass="Agglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Agglomerator" ...>
  ...
  <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 Agglomerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignRotationalSpeed

Example

The instance agglomerator1 represents an Agglomerator with a DesignRotationalSpeed of 180.0 min-1.

Implementation in Proteus Schema

<Equipment
    ID="agglomerator1"
    ComponentClass="Agglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Agglomerator" ...>
  ...
  <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 Agglomerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

RDL reference: DESIGN SHAFT POWER

Name: DesignShaftPower

Example

The instance agglomerator1 represents an Agglomerator with a DesignShaftPower of 400.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="agglomerator1"
    ComponentClass="Agglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Agglomerator" ...>
  ...
  <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>

DesignSolidFeedMassFlowRate

Attribute (data)

The solid feed mass flow rate for which the Agglomerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignSolidFeedMassFlowRate

Example

The instance agglomerator1 represents an Agglomerator with a DesignSolidFeedMassFlowRate of 220.0 kg/h.

Implementation in Proteus Schema

<Equipment
    ID="agglomerator1"
    ComponentClass="Agglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Agglomerator" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignSolidFeedMassFlowRate"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignSolidFeedMassFlowRate"
      Format="double"
      Value="220.0"
      Units="KilogramPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1329344" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignVolumeFlowRate

Attribute (data)

The volume flow rate for which the Agglomerator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignVolumeFlowRate

Example

The instance agglomerator1 represents an Agglomerator with a DesignVolumeFlowRate of 420.0 m3/h.

Implementation in Proteus Schema

<Equipment
    ID="agglomerator1"
    ComponentClass="Agglomerator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Agglomerator" ...>
  ...
  <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>