Uses of Class
neqsim.process.fielddevelopment.concept.DevelopmentCaseUncertainty
Packages that use DevelopmentCaseUncertainty
Package
Description
Field concept definition classes for rapid field development screening.
-
Uses of DevelopmentCaseUncertainty in neqsim.process.fielddevelopment.concept
Fields in neqsim.process.fielddevelopment.concept declared as DevelopmentCaseUncertaintyModifier and TypeFieldDescriptionprivate final DevelopmentCaseUncertaintyDevelopmentCaseTemplate.uncertaintyMethods in neqsim.process.fielddevelopment.concept that return DevelopmentCaseUncertaintyModifier and TypeMethodDescriptionDevelopmentCaseUncertainty.Builder.build()Builds an immutable uncertainty bundle.private static DevelopmentCaseUncertaintyGreenfieldConceptFactory.createDefaultUncertainty(FieldConcept concept, boolean gasConcept, double totalCapexMusd, int developmentDurationMonths) Creates default probabilistic assumptions for a template.static DevelopmentCaseUncertaintyDevelopmentCaseUncertainty.empty()Creates an empty deterministic uncertainty bundle.DevelopmentCaseTemplate.getUncertainty()Gets the probabilistic assumptions attached to this template.Constructors in neqsim.process.fielddevelopment.concept with parameters of type DevelopmentCaseUncertaintyModifierConstructorDescriptionDevelopmentCaseTemplate(String name, String caseType, FieldConcept concept, FacilityConfig facilityConfig, Map<String, Double> capexBreakdownMusd, Map<Integer, Double> productionProfile, double annualOpexMusd, double powerMw, double annualEmissionsTonnes, int firstProductionYear, int developmentDurationMonths, CashFlowEngine.CashFlowResult economics, String assumptionsSummary, DevelopmentCaseUncertainty uncertainty, LifecycleEmissionsProfile lifecycleEmissionsProfile) Creates a development case template with uncertainty and lifecycle emissions.