Class SeparatorResponse.PerformanceMetrics
java.lang.Object
neqsim.process.util.monitor.SeparatorResponse.PerformanceMetrics
- Enclosing class:
SeparatorResponse
Performance metrics for separator rating studies.
- Version:
- $Id: $Id
- Author:
- asmund
-
Field Summary
FieldsModifier and TypeFieldDescriptionWhether all performance parameters are within limits.Droplet cut size limit per TR3500 in micrometers.Droplet cut size at HLL in micrometers.Whether droplet cut size is within limit.Inlet nozzle momentum flux in Pa.Inlet momentum limit in Pa.Whether inlet momentum is within limit.K-value (Souders-Brown factor) at HLL in m/s.K-value limit per TR3500 in m/s.Whether K-value is within limit.Minimum oil retention time per API 12J in minutes.Minimum water retention time per API 12J in minutes.Whether oil retention time meets minimum.Oil retention time in minutes.Whether water retention time meets minimum.Water retention time in minutes. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
kValueAtHLL
K-value (Souders-Brown factor) at HLL in m/s. -
kValueLimit
K-value limit per TR3500 in m/s. -
kValueWithinLimit
Whether K-value is within limit. -
dropletCutSizeMicrons
Droplet cut size at HLL in micrometers. -
dropletCutSizeLimit
Droplet cut size limit per TR3500 in micrometers. -
dropletCutSizeWithinLimit
Whether droplet cut size is within limit. -
inletMomentumFluxPa
Inlet nozzle momentum flux in Pa. -
inletMomentumLimit
Inlet momentum limit in Pa. -
inletMomentumWithinLimit
Whether inlet momentum is within limit. -
oilRetentionTimeMinutes
Oil retention time in minutes. -
minOilRetentionTime
Minimum oil retention time per API 12J in minutes. -
oilRetentionTimeAboveMinimum
Whether oil retention time meets minimum. -
waterRetentionTimeMinutes
Water retention time in minutes. -
minWaterRetentionTime
Minimum water retention time per API 12J in minutes. -
waterRetentionTimeAboveMinimum
Whether water retention time meets minimum. -
allWithinLimits
Whether all performance parameters are within limits.
-
-
Constructor Details
-
PerformanceMetrics
public PerformanceMetrics()
-