RadialFan¶
Overview¶
Class
A ‘fan’ with axial inlet and radial outlet (from http://data.posccaesar.org/rdl/RDS414089).
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: RADIAL FAN
ComponentClass: RadialFan
ComponentClassURI: http://data.posccaesar.org/rdl/RDS414089
Example
Implementation in Proteus Schema
<Equipment
    ID="radialFan1"
    ComponentClass="RadialFan"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414089" ...>
  ...
</Equipment>
Impellers¶
Attribute (composition)
The impellers of the RadialFan.
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 RadialFan).
Example
Implementation in Proteus Schema
<Equipment
    ID="radialFan1"
    ComponentClass="RadialFan"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS414089" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />