Uses of Class
neqsim.process.equipment.valve.ControlValve
Packages that use ControlValve
Package
Description
-
Uses of ControlValve in neqsim.process.equipment.valve
Subclasses of ControlValve in neqsim.process.equipment.valveModifier and TypeClassDescriptionclassLevel control valve (LCV) for automatic level regulation in vessels.classPressure control valve (PCV) for automatic pressure regulation. -
Uses of ControlValve in neqsim.process.logic.control
Fields in neqsim.process.logic.control declared as ControlValveMethods in neqsim.process.logic.control that return ControlValveModifier and TypeMethodDescriptionPressureControlLogic.getControlValve()Gets the control valve being manipulated.Constructors in neqsim.process.logic.control with parameters of type ControlValveModifierConstructorDescriptionPressureControlLogic(String name, ControlValve controlValve, double targetOpening) Creates pressure control logic without automatic system run.PressureControlLogic(String name, ControlValve controlValve, double targetOpening, ProcessSystem system) Creates pressure control logic with system run. -
Uses of ControlValve in neqsim.process.util.example
Fields in neqsim.process.util.example declared as ControlValveModifier and TypeFieldDescriptionprivate final ControlValveProcessLogicIntegratedExample.GradualPressureReductionLogic.valveConstructors in neqsim.process.util.example with parameters of type ControlValveModifierConstructorDescriptionGradualPressureReductionLogic(String name, ControlValve valve, double targetOpening, double step) Creates gradual pressure reduction logic.