Class Recombine
java.lang.Object
neqsim.thermo.characterization.Recombine
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) SystemInterfaceprivate double(package private) SystemInterfaceprivate doubleprivate SystemInterface -
Constructor Summary
ConstructorsConstructorDescriptionRecombine(SystemInterface gas, SystemInterface oil) Constructor for Recombine. -
Method Summary
Modifier and TypeMethodDescriptiondoublegetGOR()getGOR.doubleGetter for the fieldoilDesnity.Getter for the fieldrecombinedSystem.runRecombination.voidsetGOR(double GOR) setGOR.voidsetOilDesnity(double oilDesnity) Setter for the fieldoilDesnity.
-
Field Details
-
gas
SystemInterface gas -
oil
SystemInterface oil -
recombinedSystem
-
GOR
private double GOR -
oilDesnity
private double oilDesnity
-
-
Constructor Details
-
Recombine
Constructor for Recombine.
- Parameters:
gas- aSystemInterfaceobjectoil- aSystemInterfaceobject
-
-
Method Details
-
runRecombination
-
getGOR
public double getGOR()getGOR.
- Returns:
- the GOR
-
setGOR
public void setGOR(double GOR) setGOR.
- Parameters:
GOR- the GOR to set
-
getOilDesnity
public double getOilDesnity()Getter for the field
oilDesnity.- Returns:
- the oilDesnity
-
setOilDesnity
public void setOilDesnity(double oilDesnity) Setter for the field
oilDesnity.- Parameters:
oilDesnity- the oilDesnity to set
-
getRecombinedSystem
Getter for the field
recombinedSystem.- Returns:
- the recombinedSystem
-