Uses of Class
neqsim.process.fielddevelopment.reservoir.TransientWellModel
Packages that use TransientWellModel
Package
Description
Enhanced reservoir modeling package for field development.
-
Uses of TransientWellModel in neqsim.process.fielddevelopment.reservoir
Methods in neqsim.process.fielddevelopment.reservoir that return TransientWellModelModifier and TypeMethodDescriptionTransientWellModel.addRateChange(double timeHours, double rate) Adds a rate change to the history.TransientWellModel.clearRateHistory()Clears the rate history.TransientWellModel.setBoundaryType(TransientWellModel.BoundaryType type) Sets boundary type.TransientWellModel.setDrainageRadius(double radius, String unit) Sets drainage radius.TransientWellModel.setFluidViscosity(double viscosity, String unit) Sets fluid viscosity.TransientWellModel.setFormationThickness(double thickness, String unit) Sets formation thickness.TransientWellModel.setFormationVolumeFactor(double bFactor) Sets formation volume factor.TransientWellModel.setPermeability(double permeability, String unit) Sets formation permeability.TransientWellModel.setPorosity(double porosity) Sets porosity.TransientWellModel.setReservoirPressure(double pressure, String unit) Sets reservoir initial pressure.TransientWellModel.setSkinFactor(double skin) Sets skin factor.TransientWellModel.setTotalCompressibility(double compressibility, String unit) Sets total compressibility.TransientWellModel.setWellboreRadius(double radius, String unit) Sets wellbore radius.TransientWellModel.setWellType(TransientWellModel.WellType type) Sets well type.