CustomDryer

Overview

Class

A custom Dryer, i.e., a Dryer that is not covered by any of the other subclasses of Dryer (ConvectionDryer or HeatedSurfaceDryer).

Supertypes

Attributes (data)

Name

Multiplicity

Type

AirConsumption

0..1

NullableVolumeFlowRate

HeatedSurfaceArea

0..1

NullableArea

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CUSTOM DRYER

ComponentClass: CustomDryer

Example

Implementation in Proteus Schema

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

AirConsumption

Attribute (data)

The consumed air flow of the CustomDryer.

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

HeatedSurfaceArea

Attribute (data)

The heated surface area of the CustomDryer.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: HEATED SURFACE AREA

Name: HeatedSurfaceArea