SprayCooler¶
Overview¶
Class
A CoolingTower that is based on spraying a coolant on a heated surface to be cooled.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: SPRAY COOLER
ComponentClass: SprayCooler
ComponentClassURI: http://sandbox.dexpi.org/rdl/SprayCooler
Example
Implementation in Proteus Schema
<Equipment
    ID="sprayCooler1"
    ComponentClass="SprayCooler"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SprayCooler" ...>
  ...
</Equipment>
DesignSprayFlowRate¶
Attribute (data)
The spray volume flow rate for the motive fluid for which the SprayCooler is designed.
Multiplicity: 0..1
Type: NullableVolumeFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN SPRAY FLOW RATE
Name: DesignSprayFlowRate
AttributeURI: http://sandbox.dexpi.org/rdl/DesignSprayFlowRate
Example
The instance sprayCooler1 represents a SprayCooler with a DesignSprayFlowRate of 40.0 m3/h.
Implementation in Proteus Schema
<Equipment
    ID="sprayCooler1"
    ComponentClass="SprayCooler"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/SprayCooler" ...>
  ...
  <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>