Uses of Class
neqsim.process.fielddevelopment.concept.UncertaintyRange
Packages that use UncertaintyRange
Package
Description
Field concept definition classes for rapid field development screening.
-
Uses of UncertaintyRange in neqsim.process.fielddevelopment.concept
Fields in neqsim.process.fielddevelopment.concept declared as UncertaintyRangeModifier and TypeFieldDescriptionprivate UncertaintyRangeDevelopmentCaseUncertainty.Builder.capexprivate final UncertaintyRangeDevelopmentCaseUncertainty.capexprivate UncertaintyRangeDevelopmentCaseUncertainty.Builder.priceprivate final UncertaintyRangeDevelopmentCaseUncertainty.priceprivate UncertaintyRangeDevelopmentCaseUncertainty.Builder.productionFactorprivate final UncertaintyRangeDevelopmentCaseUncertainty.productionFactorprivate UncertaintyRangeDevelopmentCaseUncertainty.Builder.resourceprivate final UncertaintyRangeDevelopmentCaseUncertainty.resourceprivate UncertaintyRangeDevelopmentCaseUncertainty.Builder.scheduleMonthsprivate final UncertaintyRangeDevelopmentCaseUncertainty.scheduleMonthsMethods in neqsim.process.fielddevelopment.concept that return UncertaintyRangeModifier and TypeMethodDescriptionstatic UncertaintyRangeUncertaintyRange.deterministic(String name, String unit, double value) Creates a deterministic range where P10, P50, and P90 are equal.DevelopmentCaseUncertainty.getCapex()Gets the CAPEX uncertainty.DevelopmentCaseUncertainty.getPrice()Gets the commodity price uncertainty.DevelopmentCaseUncertainty.getProductionFactor()Gets the production-factor uncertainty.DevelopmentCaseUncertainty.getResource()Gets the resource uncertainty.DevelopmentCaseUncertainty.getScheduleMonths()Gets the schedule uncertainty.Methods in neqsim.process.fielddevelopment.concept with parameters of type UncertaintyRangeModifier and TypeMethodDescriptionDevelopmentCaseUncertainty.Builder.capex(UncertaintyRange capex) Sets CAPEX uncertainty.DevelopmentCaseUncertainty.Builder.price(UncertaintyRange price) Sets commodity price uncertainty.DevelopmentCaseUncertainty.Builder.productionFactor(UncertaintyRange productionFactor) Sets production-factor uncertainty.DevelopmentCaseUncertainty.Builder.resource(UncertaintyRange resource) Sets resource uncertainty.DevelopmentCaseUncertainty.Builder.scheduleMonths(UncertaintyRange scheduleMonths) Sets schedule uncertainty.Constructors in neqsim.process.fielddevelopment.concept with parameters of type UncertaintyRangeModifierConstructorDescriptionprivateDevelopmentCaseUncertainty(UncertaintyRange resource, UncertaintyRange capex, UncertaintyRange scheduleMonths, UncertaintyRange price, UncertaintyRange productionFactor) Creates an uncertainty bundle.