ConvectionDryer

Overview

Class

A Dryer that dries a material by bringing it in contact with a drying gas.

Supertypes

Attributes (data)

Name

Multiplicity

Type

AirConsumption

0..1

NullableVolumeFlowRate

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CONVECTION DRYER

ComponentClass: ConvectionDryer

Example

Implementation in Proteus Schema

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

AirConsumption

Attribute (data)

The consumed air flow of the ConvectionDryer.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: AIR CONSUMPTION

Name: AirConsumption

Example

The instance convectionDryer1 represents a ConvectionDryer with an AirConsumption of 40.0 m3/h.

Implementation in Proteus Schema

<Equipment
    ID="convectionDryer1"
    ComponentClass="ConvectionDryer"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ConvectionDryer" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="AirConsumption"
      AttributeURI="http://data.posccaesar.org/rdl/RDS5875300"
      Format="double"
      Value="40.0"
      Units="MetreCubedPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
    ...
  </GenericAttributes>
  ...
</Equipment>