SprayNozzle¶
Overview¶
Class
A nozzle where liquid is introduced under pressure (from http://data.posccaesar.org/rdl/RDS5855670).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Attributes (reference)
| 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 NOZZLE
ComponentClass: SprayNozzle
ComponentClassURI: http://data.posccaesar.org/rdl/RDS5855670
Example
Implementation in Proteus Schema
<Equipment
    ID="sprayNozzle1"
    ComponentClass="SprayNozzle"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS5855670" ...>
  ...
</Equipment>
Chamber¶
Attribute (reference)
The Chamber in which the SprayNozzle is located, if applicable. The Chamber must be a component of the same object as the SprayNozzle.
Implementation in Proteus Schema
The attribute is implemented using Proteus <Association> elements.
Association type for the attribute ower: "is located in"
Opposite association type: "is the location of"
Example
Implementation in Proteus Schema
<Equipment
    ID="sprayNozzle1"
    ComponentClass="SprayNozzle"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS5855670" ...>
  ...
  <Association
    Type="is located in"
    ItemID="chamber1" />
  ...
<Equipment />
...
<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <Association
    Type="is the location of"
    ItemID="sprayNozzle1" />
  ...
<Equipment />
DesignVolumeFlowRate¶
Attribute (data)
The volume flow rate for which the SprayNozzle 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 VOLUME FLOW RATE
Name: DesignVolumeFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286227
Example
The instance sprayNozzle1 represents a SprayNozzle with a DesignVolumeFlowRate of 420.0 m3/h.
Implementation in Proteus Schema
<Equipment
    ID="sprayNozzle1"
    ComponentClass="SprayNozzle"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS5855670" ...>
  ...
  <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>
SubTagName¶
Attribute (data)
The sub tag name of the SprayNozzle.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB TAG NAME ASSIGNMENT CLASS
Name: SubTagNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass
Example
“ST1” (String)
Implementation in Proteus Schema
<Equipment
    ID="sprayNozzle1"
    ComponentClass="SprayNozzle"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS5855670" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubTagNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
      Format="string"
      Value="ST1" />
    ...
  </GenericAttributes>
  ...
</Equipment>