Class ProductionProfile.TimePoint

java.lang.Object
neqsim.process.safety.risk.dynamic.ProductionProfile.TimePoint
All Implemented Interfaces:
Serializable
Enclosing class:
ProductionProfile

public static class ProductionProfile.TimePoint extends Object implements Serializable
Time point in production profile.
Version:
1.0
Author:
NeqSim Development Team
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • time

      private double time
    • productionRate

      private double productionRate
    • phase

      private String phase
  • Constructor Details

    • TimePoint

      public TimePoint(double time, double productionRate, String phase)
      Creates a time point.
      Parameters:
      time - time in hours
      productionRate - production rate in kg/hr
      phase - current phase
  • Method Details

    • getTime

      public double getTime()
    • getProductionRate

      public double getProductionRate()
    • getPhase

      public String getPhase()