Uses of Class
neqsim.process.fielddevelopment.economics.ProductionProfileGenerator.HistoryMatchedDeclineCase
Packages that use ProductionProfileGenerator.HistoryMatchedDeclineCase
Package
Description
Economics package for field development analysis.
-
Uses of ProductionProfileGenerator.HistoryMatchedDeclineCase in neqsim.process.fielddevelopment.economics
Methods in neqsim.process.fielddevelopment.economics that return ProductionProfileGenerator.HistoryMatchedDeclineCaseModifier and TypeMethodDescriptionProductionProfileGenerator.fitHistoryMatchedDecline(Map<Integer, Double> history) Fits an exponential decline case to annual production history.Methods in neqsim.process.fielddevelopment.economics with parameters of type ProductionProfileGenerator.HistoryMatchedDeclineCaseModifier and TypeMethodDescriptionProductionProfileGenerator.generateHistoryMatchedProfile(ProductionProfileGenerator.HistoryMatchedDeclineCase declineCase, int forecastStartYear, int forecastYears, double economicLimit) Generates a forecast profile from a fitted history-matched decline case.