StaticMixer¶
Overview¶
Class
A physical object that is intended to mix fluid by means of diverging the flow with static obstacles or by increasing locally the velocity.
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: STATIC MIXER
ComponentClass: StaticMixer
ComponentClassURI: http://data.posccaesar.org/rdl/RDS1016684
Example
Implementation in Proteus Schema
<Equipment
    ID="staticMixer1"
    ComponentClass="StaticMixer"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS1016684" ...>
  ...
</Equipment>
UpperLimitAllowableDesignPressureDrop¶
Attribute (data)
The upper limit for the pressure drop for which the StaticMixer is designed.
Multiplicity: 0..1
Type: NullablePressureAbsolute
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT ALLOWABLE DESIGN PRESSURE DROP
Name: UpperLimitAllowableDesignPressureDrop
Example
The instance staticMixer1 represents a StaticMixer with an UpperLimitAllowableDesignPressureDrop of 2.0 bar.
Implementation in Proteus Schema
<Equipment
    ID="staticMixer1"
    ComponentClass="StaticMixer"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS1016684" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitAllowableDesignPressureDrop"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitAllowableDesignPressureDrop"
      Format="double"
      Value="2.0"
      Units="Bar"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1314539" />
    ...
  </GenericAttributes>
  ...
</Equipment>