AxialBlower¶
Overview¶
Class
A blower in which the flow direction is parallel to the shaft (from http://data.posccaesar.org/rdl/RDS433259).
Supertypes
Attributes (composition)
| Name | Multiplicity | Type | 
|---|---|---|
| * | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: AXIAL BLOWER
ComponentClass: AxialBlower
ComponentClassURI: http://data.posccaesar.org/rdl/RDS433259
Example
Implementation in Proteus Schema
<Equipment
    ID="axialBlower1"
    ComponentClass="AxialBlower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS433259" ...>
  ...
</Equipment>
Impellers¶
Attribute (composition)
The impellers of the AxialBlower.
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 (an AxialBlower).
Example
Implementation in Proteus Schema
<Equipment
    ID="axialBlower1"
    ComponentClass="AxialBlower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS433259" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />