Class LNGBOGHandlingNetwork.BOGDisposition
java.lang.Object
neqsim.process.equipment.lng.LNGBOGHandlingNetwork.BOGDisposition
- All Implemented Interfaces:
Serializable
- Enclosing class:
LNGBOGHandlingNetwork
BOG disposition breakdown across handling modes.
- Version:
- 1.0
- Author:
- NeqSim
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleTotal BOG generated (kg/hr).doubleBOG reliquefied and returned to cargo (kg/hr).doubleBOG consumed as fuel (kg/hr).doubleBOG burned in GCU (kg/hr).doubleBOG vented (emergency only) (kg/hr).doubleNet cargo loss (kg/hr) = generated - reliquefied.doubleReliquefaction power consumption (kW).private static final longSerialization version UID. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the effective net BOG rate considering reliquefaction return.doubleGet the reliquefaction return fraction.booleanCheck if any BOG is being vented.toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerialization version UID.- See Also:
-
bogGenerated
public double bogGeneratedTotal BOG generated (kg/hr). -
bogToFuel
public double bogToFuelBOG consumed as fuel (kg/hr). -
bogReliquefied
public double bogReliquefiedBOG reliquefied and returned to cargo (kg/hr). -
bogToGCU
public double bogToGCUBOG burned in GCU (kg/hr). -
bogVented
public double bogVentedBOG vented (emergency only) (kg/hr). -
netCargoLoss
public double netCargoLossNet cargo loss (kg/hr) = generated - reliquefied. -
reliquefactionPowerKW
public double reliquefactionPowerKWReliquefaction power consumption (kW).
-
-
Constructor Details
-
BOGDisposition
public BOGDisposition()
-
-
Method Details
-
getNetBOGRate
public double getNetBOGRate()Get the effective net BOG rate considering reliquefaction return.- Returns:
- net BOG rate (kg/hr)
-
isVenting
public boolean isVenting()Check if any BOG is being vented.- Returns:
- true if BOG is being vented
-
getReliquefactionFraction
public double getReliquefactionFraction()Get the reliquefaction return fraction.- Returns:
- fraction of BOG reliquefied (0-1)
-
toString
-