Class CompressorWashing.WashEvent
java.lang.Object
neqsim.process.equipment.compressor.CompressorWashing.WashEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
CompressorWashing
Record of a wash event.
- Version:
- 1.0
- Author:
- NeqSim Development Team
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate final doubleprivate final CompressorWashing.WashingMethodprivate final doubleprivate final doubleprivate static final longprivate final long -
Constructor Summary
ConstructorsConstructorDescriptionWashEvent(CompressorWashing.WashingMethod method, double hours, double before, double after, double recovery) Creates a wash event record. -
Method Summary
Modifier and TypeMethodDescriptiondoubleGets fouling after wash.doubleGets fouling before wash.Gets the washing method.doubleGets operating hours at wash.doubleGets recovery achieved.longGets timestamp.
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
method
-
operatingHoursAtWash
private final double operatingHoursAtWash -
foulingBefore
private final double foulingBefore -
foulingAfter
private final double foulingAfter -
recovery
private final double recovery -
timestamp
private final long timestamp
-
-
Constructor Details
-
WashEvent
public WashEvent(CompressorWashing.WashingMethod method, double hours, double before, double after, double recovery) Creates a wash event record.- Parameters:
method- washing method usedhours- operating hours at time of washbefore- fouling factor before washafter- fouling factor after washrecovery- performance recovery achieved
-
-
Method Details
-
getMethod
-
getOperatingHoursAtWash
public double getOperatingHoursAtWash()Gets operating hours at wash.- Returns:
- operating hours
-
getFoulingBefore
public double getFoulingBefore()Gets fouling before wash.- Returns:
- fouling factor before
-
getFoulingAfter
public double getFoulingAfter()Gets fouling after wash.- Returns:
- fouling factor after
-
getRecovery
public double getRecovery()Gets recovery achieved.- Returns:
- recovery factor
-
getTimestamp
public long getTimestamp()Gets timestamp.- Returns:
- timestamp in milliseconds
-