RotatingExtruder

Overview

Class

An extruder that operates in a continuous process. Typically using a screw to build up pressure in the melt. It can incorporate a mixing stage with a forming stage (from http://data.posccaesar.org/rdl/RDS394045941).

Supertypes

Attributes (composition)

Name

Multiplicity

Type

Screws

*

Screw

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: AUGER EXTRUDER

ComponentClass: AugerExtruder

Example

Implementation in Proteus Schema

<Equipment
    ID="rotatingExtruder1"
    ComponentClass="AugerExtruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS394045941" ...>
  ...
</Equipment>

Screws

Attribute (composition)

The screws of the RotatingExtruder.

Multiplicity: *

Type: Screw

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a Screw) is a child of the <Equipment> element for the attribute owner (a RotatingExtruder).

Example

Implementation in Proteus Schema

<Equipment
    ID="rotatingExtruder1"
    ComponentClass="AugerExtruder"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS394045941" ...>
  ...
  <Equipment
      ID="screw1"
      ComponentClass="Screw"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS7219994" ...>
    ...
  <Equipment />
  ...
<Equipment />