GearBox

Overview

Class

An artefact that consists of a gear casing with an arrangement of two or more gear-wheels transmitting rotating motion from the input shaft to the output shaft.

Supertypes

Attributes (data)

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: GEARBOX

ComponentClass: Gearbox

Example

Implementation in Proteus Schema

<Equipment
    ID="gearBox1"
    ComponentClass="Gearbox"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS889514" ...>
  ...
</Equipment>

DesignInletPower

Attribute (data)

The inlet power for which the GearBox is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN INLET POWER

Name: DesignInletPower

Example

The instance gearBox1 represents a GearBox with a DesignInletPower of 300.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="gearBox1"
    ComponentClass="Gearbox"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS889514" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignInletPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignInletPower"
      Format="double"
      Value="300.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignInletRotationalFrequency

Attribute (data)

The inlet rotational frequency for which the GearBox is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignInletRotationalFrequency

Example

The instance gearBox1 represents a GearBox with a DesignInletRotationalFrequency of 180.0 min-1.

Implementation in Proteus Schema

<Equipment
    ID="gearBox1"
    ComponentClass="Gearbox"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS889514" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignInletRotationalFrequency"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignInletRotationalFrequency"
      Format="double"
      Value="180.0"
      Units="ReciprocalMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignOutletPower

Attribute (data)

The outlet power for which the GearBox is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN OUTLET POWER

Name: DesignOutletPower

Example

The instance gearBox1 represents a GearBox with a DesignOutletPower of 500.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="gearBox1"
    ComponentClass="Gearbox"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS889514" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignOutletPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignOutletPower"
      Format="double"
      Value="500.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignOutletRotationalFrequency

Attribute (data)

The outlet rotational frequency for which the GearBox is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignOutletRotationalFrequency

Example

The instance gearBox1 represents a GearBox with a DesignOutletRotationalFrequency of 840.0 min-1.

Implementation in Proteus Schema

<Equipment
    ID="gearBox1"
    ComponentClass="Gearbox"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS889514" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignOutletRotationalFrequency"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignOutletRotationalFrequency"
      Format="double"
      Value="840.0"
      Units="ReciprocalMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS4316851589" />
    ...
  </GenericAttributes>
  ...
</Equipment>

SubTagName

Attribute (data)

The sub tag name of the GearBox.

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="gearBox1"
    ComponentClass="Gearbox"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS889514" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubTagNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
      Format="string"
      Value="ST1" />
    ...
  </GenericAttributes>
  ...
</Equipment>