Uses of Class
neqsim.process.fielddevelopment.tieback.capacity.HostTieInPoint
Packages that use HostTieInPoint
Package
Description
Host tie-in capacity planning, holdback allocation, process-model checks, and debottleneck
decision support for field-development studies.
-
Uses of HostTieInPoint in neqsim.process.fielddevelopment.tieback.capacity
Fields in neqsim.process.fielddevelopment.tieback.capacity declared as HostTieInPointModifier and TypeFieldDescriptionprivate HostTieInPointTieInCapacityPlanner.tieInPointOptional process-model tie-in point.Methods in neqsim.process.fielddevelopment.tieback.capacity that return HostTieInPointModifier and TypeMethodDescriptionHostTieInPoint.setBaseProcessRate(double baseProcessRate) Sets a fixed base process rate in the process-rate unit.HostTieInPoint.setGasToProcessRateFactor(double factor) Sets the gas conversion factor.HostTieInPoint.setLiquidToProcessRateFactor(double factor) Sets the total-liquid conversion factor.HostTieInPoint.setOilToProcessRateFactor(double factor) Sets the oil conversion factor.HostTieInPoint.setWaterToProcessRateFactor(double factor) Sets the water conversion factor.Methods in neqsim.process.fielddevelopment.tieback.capacity with parameters of type HostTieInPointModifier and TypeMethodDescriptionTieInCapacityPlanner.setTieInPoint(HostTieInPoint tieInPoint) Sets the process-model tie-in point.