WetCoolingTower

Overview

Class

A CoolingTower that derives its primary cooling effect from the evaporation that takes place when air and water are brought into direct contact.

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: WET COOLING TOWER

ComponentClass: WetCoolingTower

Example

Implementation in Proteus Schema

<Equipment
    ID="wetCoolingTower1"
    ComponentClass="WetCoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14071846" ...>
  ...
</Equipment>

CoolingTowerRotor

Attribute (composition)

The cooling tower rotor of the WetCoolingTower.

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 WetCoolingTower).

Example

Implementation in Proteus Schema

<Equipment
    ID="wetCoolingTower1"
    ComponentClass="WetCoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14071846" ...>
  ...
  <Equipment
      ID="coolingTowerRotor1"
      ComponentClass="CoolingTowerRotor"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/CoolingTowerRotor" ...>
    ...
  <Equipment />
  ...
<Equipment />

DesignRotationalSpeed

Attribute (data)

The rotational speed for which the WetCoolingTower is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignRotationalSpeed

Example

The instance wetCoolingTower1 represents a WetCoolingTower with a DesignRotationalSpeed of 180.0 min-1.

Implementation in Proteus Schema

<Equipment
    ID="wetCoolingTower1"
    ComponentClass="WetCoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14071846" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignRotationalSpeed"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignRotationalSpeed"
      Format="double"
      Value="180.0"
      Units="ReciprocalMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignShaftPower

Attribute (data)

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

Example

The instance wetCoolingTower1 represents a WetCoolingTower with a DesignShaftPower of 400.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="wetCoolingTower1"
    ComponentClass="WetCoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14071846" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignShaftPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignShaftPower"
      Format="double"
      Value="400.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignSprayFlowRate

Attribute (data)

The spray volume flow rate for the motive fluid for which the WetCoolingTower 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

Example

The instance wetCoolingTower1 represents a WetCoolingTower with a DesignSprayFlowRate of 40.0 m3/h.

Implementation in Proteus Schema

<Equipment
    ID="wetCoolingTower1"
    ComponentClass="WetCoolingTower"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS14071846" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignSprayFlowRate"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignSprayFlowRate"
      Format="double"
      Value="40.0"
      Units="MetreCubedPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
    ...
  </GenericAttributes>
  ...
</Equipment>