Uses of Class
neqsim.process.fielddevelopment.tieback.capacity.ProductionProfileSeries
Packages that use ProductionProfileSeries
Package
Description
Host tie-in capacity planning, holdback allocation, process-model checks, and debottleneck
decision support for field-development studies.
-
Uses of ProductionProfileSeries in neqsim.process.fielddevelopment.tieback.capacity
Fields in neqsim.process.fielddevelopment.tieback.capacity declared as ProductionProfileSeriesModifier and TypeFieldDescriptionprivate ProductionProfileSeriesTieInCapacityPlanner.hostProductionProfileBase host production profile.private ProductionProfileSeriesTieInCapacityPlanner.satelliteProductionProfileSatellite production profile.Methods in neqsim.process.fielddevelopment.tieback.capacity that return ProductionProfileSeriesModifier and TypeMethodDescriptionProductionProfileSeries.add(ProductionLoad load) Adds a production load to the profile.ProductionProfileSeries.addPeriod(int year, double gasRateMSm3d, double oilRateBopd, double waterRateM3d, double liquidRateM3d) Adds a production period with a default period name.ProductionProfileSeries.addPeriod(String periodName, int year, double gasRateMSm3d, double oilRateBopd, double waterRateM3d, double liquidRateM3d) Adds a named production period.static ProductionProfileSeriesProductionProfileSeries.fromGasRates(String name, int startYear, double[] gasRatesMSm3d) Creates a gas-only profile from an array of rates.static ProductionProfileSeriesProductionProfileSeries.fromOilRates(String name, int startYear, double[] oilRatesBopd) Creates an oil-only profile from an array of rates.Methods in neqsim.process.fielddevelopment.tieback.capacity with parameters of type ProductionProfileSeriesModifier and TypeMethodDescriptionTieInCapacityPlanner.setHostProductionProfile(ProductionProfileSeries hostProductionProfile) Sets the base host production profile.TieInCapacityPlanner.setSatelliteProductionProfile(ProductionProfileSeries satelliteProductionProfile) Sets the satellite production profile.