AxialFan¶
Overview¶
Class
A fan where the flow is along axis of shaft and the pressure ratio is relatively low (from http://data.posccaesar.org/rdl/RDS414044).
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 FAN
ComponentClass: AxialFan
ComponentClassURI: http://data.posccaesar.org/rdl/RDS414044
Example
Implementation in Proteus Schema
<Equipment
    ID="axialFan1"
    ComponentClass="AxialFan"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414044" ...>
  ...
</Equipment>
Impellers¶
Attribute (composition)
The impellers of the AxialFan.
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 AxialFan).
Example
Implementation in Proteus Schema
<Equipment
    ID="axialFan1"
    ComponentClass="AxialFan"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414044" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />