Mill

Overview

Class

A physical object for grinding or pulverizing materials. Also a machine for shaping metal. In general a machine that manufactures by the continuous repetition of some simple action (from http://data.posccaesar.org/rdl/RDS11589220).

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

DesignCapacityMassFlowRate

0..1

NullableMassFlowRate

DesignRotationalSpeed

0..1

NullableRotationalFrequency

DesignShaftPower

0..1

NullablePower

LowerLimitDesignOutputParticleSize

0..1

NullableLength

UpperLimitDesignInputParticleSize

0..1

NullableLength

UpperLimitDesignOutputParticleSize

0..1

NullableLength

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: MILL

ComponentClass: Mill

Example

Implementation in Proteus Schema

<Equipment
    ID="mill1"
    ComponentClass="Mill"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589220" ...>
  ...
</Equipment>

DesignCapacityMassFlowRate

Attribute (data)

The capacity for the mass flow rate for which the Mill is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignCapacityMassFlowRate

Example

The instance mill1 represents a Mill with a DesignCapacityMassFlowRate of 40.0 kg/min.

Implementation in Proteus Schema

<Equipment
    ID="mill1"
    ComponentClass="Mill"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589220" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignCapacityMassFlowRate"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignCapacityMassFlowRate"
      Format="double"
      Value="40.0"
      Units="KilogramPerMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1350719" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignRotationalSpeed

Attribute (data)

The rotational speed for which the Mill 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 mill1 represents a Mill with a DesignRotationalSpeed of 180.0 min-1.

Implementation in Proteus Schema

<Equipment
    ID="mill1"
    ComponentClass="Mill"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589220" ...>
  ...
  <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 Mill 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 mill1 represents a Mill with a DesignShaftPower of 400.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="mill1"
    ComponentClass="Mill"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589220" ...>
  ...
  <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>

LowerLimitDesignOutputParticleSize

Attribute (data)

The lower limit for the output particle size for which the Mill is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: LowerLimitDesignOutputParticleSize

Example

The instance mill1 represents a Mill with a LowerLimitDesignOutputParticleSize of 7.0 µm.

Implementation in Proteus Schema

<Equipment
    ID="mill1"
    ComponentClass="Mill"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589220" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="LowerLimitDesignOutputParticleSize"
      AttributeURI="http://sandbox.dexpi.org/rdl/LowerLimitDesignOutputParticleSize"
      Format="double"
      Value="7.0"
      Units="Micrometre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1351529" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitDesignInputParticleSize

Attribute (data)

The upper limit for the input particle size for which the Mill is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitDesignInputParticleSize

Example

The instance mill1 represents a Mill with an UpperLimitDesignInputParticleSize of 47.0 µm.

Implementation in Proteus Schema

<Equipment
    ID="mill1"
    ComponentClass="Mill"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589220" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignInputParticleSize"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitDesignInputParticleSize"
      Format="double"
      Value="47.0"
      Units="Micrometre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1351529" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitDesignOutputParticleSize

Attribute (data)

The upper limit for the output particle size for which the Mill is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitDesignOutputParticleSize

Example

The instance mill1 represents a Mill with an UpperLimitDesignOutputParticleSize of 47.0 µm.

Implementation in Proteus Schema

<Equipment
    ID="mill1"
    ComponentClass="Mill"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589220" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDesignOutputParticleSize"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitDesignOutputParticleSize"
      Format="double"
      Value="47.0"
      Units="Micrometre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1351529" />
    ...
  </GenericAttributes>
  ...
</Equipment>