Uses of Enum Class
neqsim.process.equipment.reservoir.TubingPerformance.PressureDropCorrelation
Packages that use TubingPerformance.PressureDropCorrelation
-
Uses of TubingPerformance.PressureDropCorrelation in neqsim.process.equipment.reservoir
Subclasses with type arguments of type TubingPerformance.PressureDropCorrelation in neqsim.process.equipment.reservoirModifier and TypeClassDescriptionstatic enumAvailable multiphase pressure-drop correlations.Fields in neqsim.process.equipment.reservoir declared as TubingPerformance.PressureDropCorrelationModifier and TypeFieldDescriptionWellSystem.pdCorrelationTubingPerformance.pressureDropCorrelationMethods in neqsim.process.equipment.reservoir that return TubingPerformance.PressureDropCorrelationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TubingPerformance.PressureDropCorrelation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.equipment.reservoir with parameters of type TubingPerformance.PressureDropCorrelationModifier and TypeMethodDescriptionvoidTubingPerformance.setPressureDropCorrelation(TubingPerformance.PressureDropCorrelation correlation) Set the pressure-drop correlation to use.voidWellSystem.setPressureDropCorrelation(TubingPerformance.PressureDropCorrelation correlation) Set pressure-drop correlation for VLP.