Uses of Class
neqsim.process.fielddevelopment.evaluation.ScenarioAnalyzer.ScenarioParameters
Packages that use ScenarioAnalyzer.ScenarioParameters
Package
Description
Concept evaluation and batch processing for field development.
-
Uses of ScenarioAnalyzer.ScenarioParameters in neqsim.process.fielddevelopment.evaluation
Fields in neqsim.process.fielddevelopment.evaluation declared as ScenarioAnalyzer.ScenarioParametersFields in neqsim.process.fielddevelopment.evaluation with type parameters of type ScenarioAnalyzer.ScenarioParametersModifier and TypeFieldDescriptionprivate final Map<String, ScenarioAnalyzer.ScenarioParameters> ScenarioAnalyzer.scenariosMethods in neqsim.process.fielddevelopment.evaluation that return ScenarioAnalyzer.ScenarioParametersModifier and TypeMethodDescriptionScenarioAnalyzer.ScenarioResult.getParameters()Gets parameters used.ScenarioAnalyzer.ScenarioParameters.setGasRate(double rate) Sets gas production rate.ScenarioAnalyzer.ScenarioParameters.setGOR(double gor) Sets gas-oil ratio.ScenarioAnalyzer.ScenarioParameters.setOilRate(double rate) Sets oil production rate.ScenarioAnalyzer.ScenarioParameters.setPressure(double p) Sets pressure.ScenarioAnalyzer.ScenarioParameters.setTemperature(double temp) Sets temperature.ScenarioAnalyzer.ScenarioParameters.setWaterCut(double wc) Sets water cut.ScenarioAnalyzer.ScenarioParameters.setWaterRate(double rate) Sets water production rate.Methods in neqsim.process.fielddevelopment.evaluation with parameters of type ScenarioAnalyzer.ScenarioParametersModifier and TypeMethodDescriptionScenarioAnalyzer.addScenario(String name, ScenarioAnalyzer.ScenarioParameters parameters) Adds a scenario to analyze.private ScenarioAnalyzer.ScenarioResultScenarioAnalyzer.runScenario(String name, ScenarioAnalyzer.ScenarioParameters params) Runs a single scenario.voidScenarioAnalyzer.ScenarioResult.setParameters(ScenarioAnalyzer.ScenarioParameters params) Sets parameters.