Uses of Class
neqsim.process.fielddevelopment.network.NetworkSolver
Packages that use NetworkSolver
Package
Description
Network solver package for multi-well gathering systems.
-
Uses of NetworkSolver in neqsim.process.fielddevelopment.network
Methods in neqsim.process.fielddevelopment.network that return NetworkSolverModifier and TypeMethodDescriptionNetworkSolver.addWell(WellSystem well, double flowlineLengthKm) Adds a well to the network.NetworkSolver.addWell(WellSystem well, double flowlineLengthKm, double flowlineDiameterM) Adds a well with flowline specifications.NetworkSolver.setChokeOpening(String wellName, double opening) Sets the choke opening for a well.NetworkSolver.setManifoldPressure(double pressure, String unit) Sets the manifold pressure constraint.NetworkSolver.setMaxTotalRate(double rate, String unit) Sets the maximum total production rate constraint.NetworkSolver.setReferenceFluid(SystemInterface fluid) Sets the reference fluid for pressure drop calculations.NetworkSolver.setSolutionMode(NetworkSolver.SolutionMode mode) Sets the solution mode.NetworkSolver.setSolverParameters(double tolerance, int maxIter, double relaxation) Sets solver parameters.NetworkSolver.setTargetTotalRate(double rate, String unit) Sets the target total rate for FIXED_TOTAL_RATE mode.NetworkSolver.setWellEnabled(String wellName, boolean enabled) Enables or disables a well.