ThinFilmEvaporator

Overview

Class

A HeatExchanger and evaporator for the purification of temperature-sensitive products by evaporation, where a thin film of the liquid product on the inner side of a vertical evaporation pipe is generated by a rotating wiper system.

Supertypes

Attributes (data)

Attributes (composition)

Name

Multiplicity

Type

Rotor

0..1

HeatExchangerRotor

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: THIN FILM EVAPORATOR

ComponentClass: ThinFilmEvaporator

Example

Implementation in Proteus Schema

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

DesignPower

Attribute (data)

The power for which the ThinFilmEvaporator is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN POWER

Name: DesignPower

Example

The instance thinFilmEvaporator1 represents a ThinFilmEvaporator with a DesignPower of 500.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="thinFilmEvaporator1"
    ComponentClass="ThinFilmEvaporator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ThinFilmEvaporator" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignPower"
      Format="double"
      Value="500.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignRotationalSpeed

Attribute (data)

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

Implementation in Proteus Schema

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

Implementation in Proteus Schema

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

Rotor

Attribute (composition)

The rotor of the ThinFilmEvaporator.

Multiplicity: 0..1

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 HeatExchangerRotor) is a child of the <Equipment> element for the attribute owner (a ThinFilmEvaporator).

Example

Implementation in Proteus Schema

<Equipment
    ID="thinFilmEvaporator1"
    ComponentClass="ThinFilmEvaporator"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ThinFilmEvaporator" ...>
  ...
  <Equipment
      ID="heatExchangerRotor1"
      ComponentClass="HeatExchangerRotor"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/HeatExchangerRotor" ...>
    ...
  <Equipment />
  ...
<Equipment />