CentrifugalBlower

Overview

Class

A blower in which one ore more impellers accelerate the flow and where the main flow through the impeller is radial.

Supertypes

Attributes (composition)

Name

Multiplicity

Type

Impellers

*

Impeller

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CENTRIFUGAL BLOWER

ComponentClass: CentrifugalBlower

Example

Implementation in Proteus Schema

<Equipment
    ID="centrifugalBlower1"
    ComponentClass="CentrifugalBlower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS16766514" ...>
  ...
</Equipment>

Impellers

Attribute (composition)

The impellers of the CentrifugalBlower.

Multiplicity: *

Type: Impeller

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

Example

Implementation in Proteus Schema

<Equipment
    ID="centrifugalBlower1"
    ComponentClass="CentrifugalBlower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS16766514" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />