Class ProductionProfile.TimePoint
java.lang.Object
neqsim.process.safety.risk.dynamic.ProductionProfile.TimePoint
- All Implemented Interfaces:
Serializable
- Enclosing class:
ProductionProfile
Time point in production profile.
- Version:
- 1.0
- Author:
- NeqSim Development Team
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate doubleprivate static final longprivate double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
time
private double time -
productionRate
private double productionRate -
phase
-
-
Constructor Details
-
TimePoint
Creates a time point.- Parameters:
time- time in hoursproductionRate- production rate in kg/hrphase- current phase
-
-
Method Details
-
getTime
public double getTime() -
getProductionRate
public double getProductionRate() -
getPhase
-