Uses of Class
neqsim.process.fielddevelopment.economics.CashFlowEngine
Packages that use CashFlowEngine
Package
Description
Economics package for field development analysis.
Concept evaluation and batch processing for field development.
-
Uses of CashFlowEngine in neqsim.process.fielddevelopment.economics
Fields in neqsim.process.fielddevelopment.economics declared as CashFlowEngineModifier and TypeFieldDescriptionprivate final CashFlowEngineSensitivityAnalyzer.baseCaseBase case engine (used as template).Methods in neqsim.process.fielddevelopment.economics that return CashFlowEngineModifier and TypeMethodDescriptionprivate CashFlowEngineSensitivityAnalyzer.cloneEngine()Creates a clone of the base case engine.Methods in neqsim.process.fielddevelopment.economics with parameters of type CashFlowEngineModifier and TypeMethodDescriptionvoidSensitivityAnalyzer.ParameterSetter.set(CashFlowEngine engine, double factor) Constructors in neqsim.process.fielddevelopment.economics with parameters of type CashFlowEngineModifierConstructorDescriptionSensitivityAnalyzer(CashFlowEngine baseCase, double discountRate) Creates a new sensitivity analyzer for the given base case. -
Uses of CashFlowEngine in neqsim.process.fielddevelopment.evaluation
Fields in neqsim.process.fielddevelopment.evaluation declared as CashFlowEngineModifier and TypeFieldDescriptionprivate CashFlowEngineMonteCarloRunner.cashFlowEngineCash flow engine for economic calculations.Constructors in neqsim.process.fielddevelopment.evaluation with parameters of type CashFlowEngineModifierConstructorDescriptionMonteCarloRunner(CashFlowEngine engine) Creates a new Monte Carlo runner.MonteCarloRunner(CashFlowEngine engine, long seed) Creates a new Monte Carlo runner with specified seed for reproducibility.