Class BlackOilSeparator
java.lang.Object
neqsim.process.equipment.blackoil.BlackOilSeparator
Simple equilibrium Black-Oil separator at given (P_out, T_out).
- Author:
- esol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SystemBlackOilprivate SystemBlackOilprivate final Stringprivate SystemBlackOilprivate final doubleprivate final doubleprivate SystemBlackOil -
Constructor Summary
ConstructorsConstructorDescriptionBlackOilSeparator(String name, SystemBlackOil inlet, double P_out, double T_out) Constructor for BlackOilSeparator. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldgasOut.getInlet()Getter for the fieldinlet.getName()Getter for the fieldname.Getter for the fieldoilOut.Getter for the fieldwaterOut.voidrun()run.voidsetInlet(SystemBlackOil inlet) Setter for the fieldinlet.
-
Field Details
-
name
-
inlet
-
P_out
private final double P_out -
T_out
private final double T_out -
oilOut
-
gasOut
-
waterOut
-
-
Constructor Details
-
BlackOilSeparator
Constructor for BlackOilSeparator.
- Parameters:
name- aStringobjectinlet- aSystemBlackOilobjectP_out- a doubleT_out- a double
-
-
Method Details
-
getName
-
setInlet
Setter for the field
inlet.- Parameters:
inlet- aSystemBlackOilobject
-
getInlet
-
getOilOut
-
getGasOut
-
getWaterOut
-
run
public void run()run.
-