Uses of Class
neqsim.process.util.fielddevelopment.ProductionProfile.ProductionPoint
Packages that use ProductionProfile.ProductionPoint
Package
Description
Field Development Planning utilities for NeqSim.
-
Uses of ProductionProfile.ProductionPoint in neqsim.process.util.fielddevelopment
Fields in neqsim.process.util.fielddevelopment with type parameters of type ProductionProfile.ProductionPointModifier and TypeFieldDescriptionprivate final List<ProductionProfile.ProductionPoint> ProductionProfile.ProductionForecast.profileMethods in neqsim.process.util.fielddevelopment that return types with arguments of type ProductionProfile.ProductionPointModifier and TypeMethodDescriptionProductionProfile.ProductionForecast.getProfile()Gets the production profile as an unmodifiable list.Constructor parameters in neqsim.process.util.fielddevelopment with type arguments of type ProductionProfile.ProductionPointModifierConstructorDescriptionProductionForecast(List<ProductionProfile.ProductionPoint> profile, double plateauRate, double actualPlateauRate, double plateauDuration, double actualPlateauDuration, double economicLimit, double totalRecovery, double economicLifeYears, ProductionProfile.DeclineParameters declineParams) Creates a production forecast.