Uses of Class
neqsim.process.fielddevelopment.economics.CashFlowEngine.CashFlowResult
Packages that use CashFlowEngine.CashFlowResult
Package
Description
Field concept definition classes for rapid field development screening.
Economics package for field development analysis.
Field development workflow orchestration.
-
Uses of CashFlowEngine.CashFlowResult in neqsim.process.fielddevelopment.concept
Fields in neqsim.process.fielddevelopment.concept declared as CashFlowEngine.CashFlowResultModifier and TypeFieldDescriptionprivate final CashFlowEngine.CashFlowResultDevelopmentCaseTemplate.economicsMethods in neqsim.process.fielddevelopment.concept that return CashFlowEngine.CashFlowResultModifier and TypeMethodDescriptionDevelopmentCaseTemplate.getEconomics()Gets the screening economics.Constructors in neqsim.process.fielddevelopment.concept with parameters of type CashFlowEngine.CashFlowResultModifierConstructorDescriptionDevelopmentCaseTemplate(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) Creates a development case template.DevelopmentCaseTemplate(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. -
Uses of CashFlowEngine.CashFlowResult in neqsim.process.fielddevelopment.economics
Methods in neqsim.process.fielddevelopment.economics that return CashFlowEngine.CashFlowResultModifier and TypeMethodDescriptionCashFlowEngine.calculate(double discountRate) Calculates cash flow for the project. -
Uses of CashFlowEngine.CashFlowResult in neqsim.process.fielddevelopment.workflow
Fields in neqsim.process.fielddevelopment.workflow declared as CashFlowEngine.CashFlowResult