Uses of Class
neqsim.process.automation.SimulationVariable
Packages that use SimulationVariable
Package
Description
Stable automation API for programmatic interaction with running NeqSim process simulations.
-
Uses of SimulationVariable in neqsim.process.automation
Methods in neqsim.process.automation that return types with arguments of type SimulationVariableModifier and TypeMethodDescriptionprivate List<SimulationVariable> ProcessAutomation.buildVariableList(String unitName, ProcessEquipmentInterface unit) Builds the list of variables exposed by a unit operation.ProcessAutomation.getVariableList(String unitName) Returns all available variables for the named unit operation.ProcessAutomation.getVariableList(String unitName, SimulationVariable.VariableType type) Returns variables for the named unit, filtered by type.Method parameters in neqsim.process.automation with type arguments of type SimulationVariableModifier and TypeMethodDescriptionprivate voidProcessAutomation.addOutletStreamVariables(List<SimulationVariable> vars, String unitName, ProcessEquipmentInterface unit) Adds outlet stream variables for single-outlet equipment.private voidProcessAutomation.addStreamOutputVariables(List<SimulationVariable> vars, String prefix, StreamInterface stream) Adds read-only stream variables for an output stream.private voidProcessAutomation.addStreamVariables(List<SimulationVariable> vars, String prefix, StreamInterface stream, boolean isInput) Adds stream variables (temperature, pressure, flowRate) with appropriate INPUT/OUTPUT type.AutomationDiagnostics.diagnosePropertyNotFound(String address, String unitName, String propertyName, List<SimulationVariable> validVariables) Diagnoses a property-not-found error and returns structured remediation. -
Uses of SimulationVariable in neqsim.process.processmodel
Methods in neqsim.process.processmodel that return types with arguments of type SimulationVariableModifier and TypeMethodDescriptionProcessModel.getVariableList(String unitName) Returns all available variables for the named unit operation.ProcessSystem.getVariableList(String unitName) Returns all available variables for the named unit operation.