Class LNGBOGHandlingNetwork.BOGDisposition

java.lang.Object
neqsim.process.equipment.lng.LNGBOGHandlingNetwork.BOGDisposition
All Implemented Interfaces:
Serializable
Enclosing class:
LNGBOGHandlingNetwork

public static class LNGBOGHandlingNetwork.BOGDisposition extends Object implements Serializable
BOG disposition breakdown across handling modes.
Version:
1.0
Author:
NeqSim
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
    • bogGenerated

      public double bogGenerated
      Total BOG generated (kg/hr).
    • bogToFuel

      public double bogToFuel
      BOG consumed as fuel (kg/hr).
    • bogReliquefied

      public double bogReliquefied
      BOG reliquefied and returned to cargo (kg/hr).
    • bogToGCU

      public double bogToGCU
      BOG burned in GCU (kg/hr).
    • bogVented

      public double bogVented
      BOG vented (emergency only) (kg/hr).
    • netCargoLoss

      public double netCargoLoss
      Net cargo loss (kg/hr) = generated - reliquefied.
    • reliquefactionPowerKW

      public double reliquefactionPowerKW
      Reliquefaction 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

      public String toString()
      Overrides:
      toString in class Object