CustomCoolingTower

Overview

Class

A custom CoolingTower, i.e., a CoolingTower that is not covered by any of the other subclasses of CoolingTower (DryCoolingTower, SprayCooler, or WetCoolingTower).

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignRotationalSpeed

0..1

NullableRotationalFrequency

DesignShaftPower

0..1

NullablePower

DesignSprayFlowRate

0..1

NullableVolumeFlowRate

Attributes (composition)

Name

Multiplicity

Type

CoolingTowerRotor

0..1

CoolingTowerRotor

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CUSTOM COOLING TOWER

ComponentClass: CustomCoolingTower

Example

Implementation in Proteus Schema

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

CoolingTowerRotor

Attribute (composition)

The cooling tower rotor of the CustomCoolingTower.

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

Example

Implementation in Proteus Schema

<Equipment
    ID="customCoolingTower1"
    ComponentClass="CustomCoolingTower"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomCoolingTower" ...>
  ...
  <Equipment
      ID="coolingTowerRotor1"
      ComponentClass="CoolingTowerRotor"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/CoolingTowerRotor" ...>
    ...
  <Equipment />
  ...
<Equipment />

DesignRotationalSpeed

Attribute (data)

The rotational speed for which the CustomCoolingTower is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignRotationalSpeed

DesignShaftPower

Attribute (data)

The shaft power for which the CustomCoolingTower 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

DesignSprayFlowRate

Attribute (data)

The spray volume flow rate for the motive fluid for which the CustomCoolingTower is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN SPRAY FLOW RATE

Name: DesignSprayFlowRate