Uses of Class
neqsim.process.util.optimizer.LiftCurveTable
Packages that use LiftCurveTable
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of LiftCurveTable in neqsim.process.util.optimizer
Methods in neqsim.process.util.optimizer that return LiftCurveTableModifier and TypeMethodDescriptionLiftCurveGenerator.generateFlowRateTable(double[] bhpValues, double[] thpValues, String pressureUnit, String flowRateUnit) Generates a lift curve table by calculating flow rates for given BHP and THP combinations.LiftCurveGenerator.generateTable(double[] flowRates, double[] thpValues, String pressureUnit, String flowRateUnit) Generates a lift curve table with BHP values for given flow rates and THP values.LiftCurveGenerator.generateTableAutoRange(int numFlowPoints, int numPressurePoints, double minTHP, double maxTHP, String pressureUnit, String flowRateUnit) Generates a table with automatic range determination based on equipment limits.