Uses of Interface
neqsim.process.controllerdevice.ControllerDeviceInterface
Packages that use ControllerDeviceInterface
Package
Description
-
Uses of ControllerDeviceInterface in neqsim.process.controllerdevice
Classes in neqsim.process.controllerdevice that implement ControllerDeviceInterfaceModifier and TypeClassDescriptionclassDiscrete PID controller implementation providing common features for process control in NeqSim.classGeneral-purpose model predictive controller (MPC) for NeqSim process equipment. -
Uses of ControllerDeviceInterface in neqsim.process.controllerdevice.structure
Fields in neqsim.process.controllerdevice.structure declared as ControllerDeviceInterfaceModifier and TypeFieldDescriptionprivate final ControllerDeviceInterfaceRatioControllerStructure.controllerprivate final ControllerDeviceInterfaceFeedForwardControllerStructure.feedbackControllerprivate final ControllerDeviceInterfaceCascadeControllerStructure.primaryControllerprivate final ControllerDeviceInterfaceCascadeControllerStructure.secondaryControllerConstructors in neqsim.process.controllerdevice.structure with parameters of type ControllerDeviceInterfaceModifierConstructorDescriptionCascadeControllerStructure(ControllerDeviceInterface primaryController, ControllerDeviceInterface secondaryController) Create a cascade control structure.FeedForwardControllerStructure(ControllerDeviceInterface feedbackController, MeasurementDeviceInterface disturbanceMeasurement) Create a feed-forward control structure.RatioControllerStructure(ControllerDeviceInterface controller, MeasurementDeviceInterface ratioMeasurement) Create a ratio controller structure. -
Uses of ControllerDeviceInterface in neqsim.process.equipment
Fields in neqsim.process.equipment declared as ControllerDeviceInterfaceModifier and TypeFieldDescriptionprivate ControllerDeviceInterfaceProcessEquipmentBaseClass.controller(package private) ControllerDeviceInterfaceProcessEquipmentBaseClass.flowValveControllerMethods in neqsim.process.equipment that return ControllerDeviceInterfaceModifier and TypeMethodDescriptionProcessEquipmentBaseClass.getController()getController.ProcessEquipmentInterface.getController()getController.Methods in neqsim.process.equipment with parameters of type ControllerDeviceInterfaceModifier and TypeMethodDescriptionvoidProcessEquipmentBaseClass.setController(ControllerDeviceInterface controller) setController.voidProcessEquipmentInterface.setController(ControllerDeviceInterface controller) setController.voidProcessEquipmentBaseClass.setFlowValveController(ControllerDeviceInterface controller) Setter for the fieldflowValveController. -
Uses of ControllerDeviceInterface in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return ControllerDeviceInterfaceMethods in neqsim.process.processmodel with parameters of type ControllerDeviceInterfaceModifier and TypeMethodDescriptionvoidProcessModuleBaseClass.setController(ControllerDeviceInterface controller) setController. -
Uses of ControllerDeviceInterface in neqsim.process.util.example
Classes in neqsim.process.util.example that implement ControllerDeviceInterfaceModifier and TypeClassDescription(package private) static classESD controller implementing SIL-2 logic.(package private) static classHIPPS controller implementing SIL-3 logic.