Class ReservoirCouplingExporter.VfpTable
java.lang.Object
neqsim.process.fielddevelopment.reservoir.ReservoirCouplingExporter.VfpTable
- All Implemented Interfaces:
Serializable
- Enclosing class:
ReservoirCouplingExporter
VFP table data structure.
- Version:
- 1.0
- Author:
- ESOL
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double[]private double[][][][][]private doubleprivate double[]private double[]private static final longprivate intprivate double[]private double[]private String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[][][][][]Get BHP values array.doubleGet datum depth.double[]Get flow rates.double[]Get GOR values.intGet table number.double[]Get THP values.double[]Get water cut values.Get well name.voidsetDatumDepth(double depth) Set datum depth.voidsetTableNumber(int num) Set table number.voidsetWellName(String name) Set well name.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
tableNumber
private int tableNumber -
wellName
-
datumDepth
private double datumDepth -
flowRates
private double[] flowRates -
thpValues
private double[] thpValues -
wctValues
private double[] wctValues -
gorValues
private double[] gorValues -
almValues
private double[] almValues -
bhpValues
private double[][][][][] bhpValues
-
-
Constructor Details
-
VfpTable
public VfpTable()
-
-
Method Details
-
getTableNumber
public int getTableNumber()Get table number.- Returns:
- the VFP table number
-
setTableNumber
public void setTableNumber(int num) Set table number.- Parameters:
num- the VFP table number to set
-
getWellName
-
setWellName
-
getDatumDepth
public double getDatumDepth()Get datum depth.- Returns:
- the datum depth in meters
-
setDatumDepth
public void setDatumDepth(double depth) Set datum depth.- Parameters:
depth- the datum depth to set in meters
-
getFlowRates
public double[] getFlowRates()Get flow rates.- Returns:
- the array of flow rates in Sm3/d
-
getThpValues
public double[] getThpValues()Get THP values.- Returns:
- the array of tubing head pressure values in bara
-
getWctValues
public double[] getWctValues()Get water cut values.- Returns:
- the array of water cut values (fraction 0-1)
-
getGorValues
public double[] getGorValues()Get GOR values.- Returns:
- the array of gas-oil ratio values
-
getBhpValues
public double[][][][][] getBhpValues()Get BHP values array.- Returns:
- the 5-dimensional array of bottom-hole pressure values
-