HeatedSurfaceDryer

Overview

Class

A Dryer that dries a material by radiation and/or conduction caused by a heated surface (from http://data.15926.org/rdl/RDS2228449).

Supertypes

Attributes (data)

Name

Multiplicity

Type

HeatedSurfaceArea

0..1

NullableArea

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: HEATED SURFACE DRYER

ComponentClass: HeatedSurfaceDryer

Example

Implementation in Proteus Schema

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

HeatedSurfaceArea

Attribute (data)

The heated surface area of the HeatedSurfaceDryer.

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

Example

The instance heatedSurfaceDryer1 represents a HeatedSurfaceDryer with a HeatedSurfaceArea of 6.0 m2.

Implementation in Proteus Schema

<Equipment
    ID="heatedSurfaceDryer1"
    ComponentClass="HeatedSurfaceDryer"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/HeatedSurfaceDryer" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="HeatedSurfaceArea"
      AttributeURI="http://sandbox.dexpi.org/rdl/HeatedSurfaceArea"
      Format="double"
      Value="6.0"
      Units="MetreSquared"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1358009" />
    ...
  </GenericAttributes>
  ...
</Equipment>