ProcessColumn¶
Overview¶
Class
A vertical vessel intended to enable chemical reactions or physical processes utilising differences in density of fluids and/or forced flow of fluid (from http://data.posccaesar.org/rdl/RDS4316825224).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
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: PROCESS COLUMN
ComponentClass: ProcessColumn
ComponentClassURI: http://data.posccaesar.org/rdl/RDS4316825224
Example
Implementation in Proteus Schema
<Equipment
    ID="processColumn1"
    ComponentClass="ProcessColumn"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS4316825224" ...>
  ...
</Equipment>
ColumnSections¶
Attribute (composition)
The column sections of the ProcessColumn.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a SubTaggedColumnSection) is a child of the <Equipment> element for the attribute owner (a ProcessColumn).
Example
Implementation in Proteus Schema
<Equipment
    ID="processColumn1"
    ComponentClass="ProcessColumn"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS4316825224" ...>
  ...
  <Equipment
      ID="subTaggedColumnSection1"
      ComponentClass="ColumnSection"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnSection" ...>
    ...
  <Equipment />
  ...
<Equipment />
NominalCapacity(Volume)¶
Attribute (data)
The nominal volumetric capacity of the ProcessColumn.
Multiplicity: 0..1
Type: NullableVolume
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: NOMINAL CAPACITY VOLUME
Name: NominalCapacityVolume
AttributeURI: http://sandbox.dexpi.org/rdl/NominalCapacityVolume
Example
The instance processColumn1 represents a ProcessColumn with a NominalCapacity(Volume) of 7.2 m3.
Implementation in Proteus Schema
<Equipment
    ID="processColumn1"
    ComponentClass="ProcessColumn"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS4316825224" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NominalCapacityVolume"
      AttributeURI="http://sandbox.dexpi.org/rdl/NominalCapacityVolume"
      Format="double"
      Value="7.2"
      Units="MetreCubed"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1349099" />
    ...
  </GenericAttributes>
  ...
</Equipment>