Uses of Class
neqsim.process.fielddevelopment.reservoir.InjectionWellModel
Packages that use InjectionWellModel
Package
Description
Enhanced reservoir modeling package for field development.
-
Uses of InjectionWellModel in neqsim.process.fielddevelopment.reservoir
Methods in neqsim.process.fielddevelopment.reservoir that return InjectionWellModelModifier and TypeMethodDescriptionInjectionWellModel.setDrainageRadius(double radius) Sets drainage radius.InjectionWellModel.setFormationPermeability(double permeability, String unit) Sets formation permeability.InjectionWellModel.setFormationThickness(double thickness, String unit) Sets formation thickness.InjectionWellModel.setFracturePressure(double pressure, String unit) Sets fracture pressure.Sets maximum BHP (operating limit below fracture pressure).InjectionWellModel.setPumpEfficiency(double efficiency) Sets pump efficiency.InjectionWellModel.setReservoirPressure(double pressure, String unit) Sets reservoir pressure.InjectionWellModel.setReservoirTemperature(double temperature, String unit) Sets reservoir temperature.InjectionWellModel.setSkinFactor(double skin) Sets skin factor.InjectionWellModel.setSurfaceInjectionPressure(double pressure, String unit) Sets surface injection pressure available.InjectionWellModel.setTubingID(double diameter, String unit) Sets tubing ID.InjectionWellModel.setWaterViscosity(double viscosity) Sets water viscosity at reservoir conditions.InjectionWellModel.setWellboreRadius(double radius) Sets wellbore radius.InjectionWellModel.setWellDepth(double depth, String unit) Sets well depth.InjectionWellModel.setWellType(InjectionWellModel.InjectionType type) Sets injection well type.