Class EclipseVFPExporter.VFPScenario
java.lang.Object
neqsim.process.util.optimizer.EclipseVFPExporter.VFPScenario
- All Implemented Interfaces:
Serializable
- Enclosing class:
EclipseVFPExporter
VFP scenario configuration.
- Version:
- 1.0
- Author:
- NeqSim Development Team
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate double[][][][][]private Stringprivate double[]private double[]private static final longprivate intprivate double[]private double[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[][][][][]double[]double[]getGORs()intdouble[]getTHPs()double[]voidsetBHPTable(double[][][][][] table) voidsetDescription(String desc) voidsetFlowRates(double[] rates) voidsetGORs(double[] gors) voidsetTableNumber(int num) voidsetTHPs(double[] thps) voidsetWaterCuts(double[] wcs)
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
tableNumber
private int tableNumber -
flowRates
private double[] flowRates -
THPs
private double[] THPs -
waterCuts
private double[] waterCuts -
GORs
private double[] GORs -
BHPTable
private double[][][][][] BHPTable -
description
-
-
Constructor Details
-
VFPScenario
public VFPScenario()
-
-
Method Details
-
getTableNumber
public int getTableNumber() -
setTableNumber
public void setTableNumber(int num) -
getFlowRates
public double[] getFlowRates() -
setFlowRates
public void setFlowRates(double[] rates) -
getTHPs
public double[] getTHPs() -
setTHPs
public void setTHPs(double[] thps) -
getWaterCuts
public double[] getWaterCuts() -
setWaterCuts
public void setWaterCuts(double[] wcs) -
getGORs
public double[] getGORs() -
setGORs
public void setGORs(double[] gors) -
getBHPTable
public double[][][][][] getBHPTable() -
setBHPTable
public void setBHPTable(double[][][][][] table) -
getDescription
-
setDescription
-