Class SubseaManifold.ValveSkid

java.lang.Object
neqsim.process.equipment.subsea.SubseaManifold.ValveSkid
Enclosing class:
SubseaManifold

public static class SubseaManifold.ValveSkid extends Object
Valve skid configuration for each slot.
Version:
1.0
Author:
ESOL
  • Field Details

    • slotNumber

      private int slotNumber
      Slot number.
    • wellName

      private String wellName
      Well name connected to slot.
    • productionValve

      private ThrottlingValve productionValve
      Production wing valve.
    • testValve

      private ThrottlingValve testValve
      Test wing valve.
    • crossoverValve

      private ThrottlingValve crossoverValve
      Crossover valve.
    • connectedStream

      private StreamInterface connectedStream
      Connected stream.
    • active

      private boolean active
      Whether slot is active (well connected).
    • routing

      private String routing
      Routing (production or test).
  • Constructor Details

    • ValveSkid

      public ValveSkid(int slotNumber)
      Constructor.
      Parameters:
      slotNumber - slot number
  • Method Details

    • getSlotNumber

      public int getSlotNumber()
    • getWellName

      public String getWellName()
    • setWellName

      public void setWellName(String wellName)
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)
    • getRouting

      public String getRouting()
    • setRouting

      public void setRouting(String routing)
    • getConnectedStream

      public StreamInterface getConnectedStream()
    • setConnectedStream

      public void setConnectedStream(StreamInterface stream)
    • getProductionValve

      public ThrottlingValve getProductionValve()
    • setProductionValve

      public void setProductionValve(ThrottlingValve valve)
    • getTestValve

      public ThrottlingValve getTestValve()
    • setTestValve

      public void setTestValve(ThrottlingValve valve)