Uses of Class
neqsim.process.util.fielddevelopment.FieldProductionScheduler
Packages that use FieldProductionScheduler
Package
Description
Field Development Planning utilities for NeqSim.
-
Uses of FieldProductionScheduler in neqsim.process.util.fielddevelopment
Methods in neqsim.process.util.fielddevelopment that return FieldProductionSchedulerModifier and TypeMethodDescriptionFieldProductionScheduler.addReservoir(SimpleReservoir reservoir) Adds a reservoir to the field.FieldProductionScheduler.addReservoir(SimpleReservoir reservoir, String fluidType) Adds a reservoir to the field with specified fluid type.FieldProductionScheduler.setDiscountRate(double rate) Sets the discount rate for NPV calculations.FieldProductionScheduler.setFacility(ProcessSystem facility) Sets the surface facility process system.FieldProductionScheduler.setGasPrice(double price, String unit) Sets the gas price for economic calculations.FieldProductionScheduler.setLowPressureLimit(double pressure) Sets the low pressure limit for reservoir abandonment.FieldProductionScheduler.setMinimumRate(double rate, String unit) Sets the minimum economic rate (production stops below this).FieldProductionScheduler.setOilPrice(double price, String unit) Sets the oil price for economic calculations.FieldProductionScheduler.setOperatingCost(double cost, String unit) Sets the annual operating cost.FieldProductionScheduler.setPlateauDuration(double duration, String unit) Sets the plateau duration.FieldProductionScheduler.setPlateauRate(double rate, String unit) Sets the plateau production rate target.FieldProductionScheduler.setRespectFacilityConstraints(boolean respect) Sets whether to respect facility constraints during scheduling.FieldProductionScheduler.setTrackReservoirDepletion(boolean track) Sets whether to track reservoir depletion dynamically.FieldProductionScheduler.setWellScheduler(WellScheduler scheduler) Sets the well scheduler for intervention tracking.