WasteGasEmitter

Overview

Class

A physical object that is intended to release/emit waste gas from the process.

Supertypes

Subtypes

Attributes (data)

Name

Multiplicity

Type

DesignVolumeFlowRate

0..1

NullableVolumeFlowRate

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: WASTE GAS EMITTER

ComponentClass: WasteGasEmitter

Example

Implementation in Proteus Schema

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

DesignVolumeFlowRate

Attribute (data)

The volume flow rate for which the WasteGasEmitter 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 wasteGasEmitter1 represents a WasteGasEmitter with a DesignVolumeFlowRate of 420.0 m3/h.

Implementation in Proteus Schema

<Equipment
    ID="wasteGasEmitter1"
    ComponentClass="WasteGasEmitter"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/WasteGasEmitter" ...>
  ...
  <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>