Class Well

java.lang.Object
neqsim.util.NamedBaseClass
neqsim.process.equipment.reservoir.Well
All Implemented Interfaces:
Serializable, NamedInterface

public class Well extends NamedBaseClass

Well class.

Version:
$Id: $Id
Author:
asmund
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
    • stream

      private StreamInterface stream
    • x

      double x
    • y

      double y
    • z

      double z
  • Constructor Details

    • Well

      public Well(String name)

      Constructor for Well.

      Parameters:
      name - a String object
  • Method Details

    • getStream

      public StreamInterface getStream()

      Getter for the field stream.

      Returns:
      a StreamInterface object
    • setStream

      public void setStream(StreamInterface stream)

      Setter for the field stream.

      Parameters:
      stream - a StreamInterface object
    • getGOR

      public double getGOR()

      getGOR.

      Returns:
      a double
    • getStdGasProduction

      public double getStdGasProduction()

      getStdGasProduction.

      Returns:
      a double
    • getStdOilProduction

      public double getStdOilProduction()

      getStdOilProduction.

      Returns:
      a double
    • getStdWaterProduction

      public double getStdWaterProduction()

      getStdWaterProduction.

      Returns:
      a double