Class Well
java.lang.Object
neqsim.util.NamedBaseClass
neqsim.process.equipment.reservoir.Well
- All Implemented Interfaces:
Serializable, NamedInterface
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longSerialization version UID.private StreamInterface(package private) double(package private) double(package private) doubleFields inherited from class NamedBaseClass
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetGOR()getGOR.doublegetStdGasProduction.doublegetStdOilProduction.doublegetStdWaterProduction.Getter for the fieldstream.voidsetStream(StreamInterface stream) Setter for the fieldstream.Methods inherited from class NamedBaseClass
getName, getTagName, setName, setTagName
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
stream
-
x
double x -
y
double y -
z
double z
-
-
Constructor Details
-
Well
-
-
Method Details
-
getStream
-
setStream
Setter for the field
stream.- Parameters:
stream- aStreamInterfaceobject
-
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
-