Uses of Class
neqsim.process.util.reconciliation.SteadyStateVariable
Packages that use SteadyStateVariable
Package
Description
Data reconciliation and steady-state detection for online process optimization.
-
Uses of SteadyStateVariable in neqsim.process.util.reconciliation
Fields in neqsim.process.util.reconciliation with type parameters of type SteadyStateVariableModifier and TypeFieldDescriptionprivate final List<SteadyStateVariable> SteadyStateResult.transientVariablesVariables that failed the SSD test.private final List<SteadyStateVariable> SteadyStateDetector.variableListOrdered list of variables (preserves insertion order).private final Map<String, SteadyStateVariable> SteadyStateDetector.variableMapRegistered variables, keyed by name.private final List<SteadyStateVariable> SteadyStateResult.variablesAll monitored variables with their current SSD status.Methods in neqsim.process.util.reconciliation that return SteadyStateVariableModifier and TypeMethodDescriptionSteadyStateDetector.addVariable(String name) Adds a variable by name using the default window size.SteadyStateDetector.getVariable(String name) Returns a variable by name.SteadyStateVariable.setUncertainty(double uncertainty) Sets the measurement uncertainty for linking to the reconciliation engine.Sets the engineering unit string.Methods in neqsim.process.util.reconciliation that return types with arguments of type SteadyStateVariableModifier and TypeMethodDescriptionSteadyStateResult.getTransientVariables()Returns the variables that failed the SSD test.SteadyStateDetector.getVariables()Returns all registered variables.SteadyStateResult.getVariables()Returns all monitored variables.Methods in neqsim.process.util.reconciliation with parameters of type SteadyStateVariableModifier and TypeMethodDescription(package private) voidSteadyStateResult.addTransientVariable(SteadyStateVariable variable) Adds a variable to the transient list.SteadyStateDetector.addVariable(SteadyStateVariable variable) Adds a variable to the detector.private booleanSteadyStateDetector.evaluateVariable(SteadyStateVariable v) Evaluates a single variable against the SSD criteria.Constructor parameters in neqsim.process.util.reconciliation with type arguments of type SteadyStateVariableModifierConstructorDescriptionSteadyStateResult(List<SteadyStateVariable> variables, double rThreshold, double slopeThreshold) Creates a steady-state detection result.