SprayNozzle

Overview

Class

A nozzle where liquid is introduced under pressure (from http://data.posccaesar.org/rdl/RDS5855670).

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignVolumeFlowRate

0..1

NullableVolumeFlowRate

SubTagName

0..1

NullableString

Attributes (reference)

Name

Multiplicity

Type

Chamber

0..1

Chamber

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: SPRAY NOZZLE

ComponentClass: SprayNozzle

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.

Multiplicity: 0..1

Type: Chamber

Opposite multiplicity: 0..*

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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignVolumeFlowRate

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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: 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>