Kneader

Overview

Class

A machine that is capable of mixing and working into a uniform mass by, or as if by, folding, pressing, and stretching.

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignRotationalSpeed

0..1

NullableRotationalFrequency

DesignShaftPower

0..1

NullablePower

UpperLimitAllowableDesignPressureDrop

0..1

NullablePressureAbsolute

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: KNEADER

ComponentClass: Kneader

Example

Implementation in Proteus Schema

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

DesignRotationalSpeed

Attribute (data)

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

Implementation in Proteus Schema

<Equipment
    ID="kneader1"
    ComponentClass="Kneader"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Kneader" ...>
  ...
  <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 Kneader 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 kneader1 represents a Kneader with a DesignShaftPower of 400.0 kW.

Implementation in Proteus Schema

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

UpperLimitAllowableDesignPressureDrop

Attribute (data)

The upper limit for the pressure drop for which the Kneader is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitAllowableDesignPressureDrop

Example

The instance kneader1 represents a Kneader with an UpperLimitAllowableDesignPressureDrop of 2.0 bar.

Implementation in Proteus Schema

<Equipment
    ID="kneader1"
    ComponentClass="Kneader"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Kneader" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitAllowableDesignPressureDrop"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitAllowableDesignPressureDrop"
      Format="double"
      Value="2.0"
      Units="Bar"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" />
    ...
  </GenericAttributes>
  ...
</Equipment>