CoolingTower

Overview

Class

A cooler and an air cooled heat exchanger that is a tall structure through which air circulates by convection (from http://data.posccaesar.org/rdl/RDS14072341).

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

DesignHeatFlowRate

0..1

NullablePower

DesignVolumeFlowRate

0..1

NullableVolumeFlowRate

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: COOLING TOWER

ComponentClass: CoolingTower

Example

Implementation in Proteus Schema

<Equipment
    ID="coolingTower1"
    ComponentClass="CoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14072341" ...>
  ...
</Equipment>

DesignHeatFlowRate

Attribute (data)

The heat flow rate for which the CoolingTower is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN HEAT FLOW RATE

Name: DesignHeatFlowRate

Example

The instance coolingTower1 represents a CoolingTower with a DesignHeatFlowRate of 313.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="coolingTower1"
    ComponentClass="CoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14072341" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignHeatFlowRate"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignHeatFlowRate"
      Format="double"
      Value="313.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignVolumeFlowRate

Attribute (data)

The volume flow rate for which the CoolingTower is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignVolumeFlowRate

Example

The instance coolingTower1 represents a CoolingTower with a DesignVolumeFlowRate of 420.0 m3/h.

Implementation in Proteus Schema

<Equipment
    ID="coolingTower1"
    ComponentClass="CoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14072341" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignVolumeFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286227"
      Format="double"
      Value="420.0"
      Units="MetreCubedPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
    ...
  </GenericAttributes>
  ...
</Equipment>