Class ProcessDerivativeCalculator.VariableSpec
java.lang.Object
neqsim.process.mpc.ProcessDerivativeCalculator.VariableSpec
- Enclosing class:
ProcessDerivativeCalculator
Specification for an input or output variable.
- Version:
- 1.0
- Author:
- NeqSim Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleCustom step size (optional, 0 means use default).Variable path (e.g., "Feed.flowRate").Variable type hint for step size calculation.Unit of measurement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninferVariableType(String path) Infer variable type from path for optimal step sizing.
-
Field Details
-
path
Variable path (e.g., "Feed.flowRate"). -
unit
Unit of measurement. -
customStepSize
public double customStepSizeCustom step size (optional, 0 means use default). -
type
Variable type hint for step size calculation.
-
-
Constructor Details
-
VariableSpec
-
-
Method Details
-
inferVariableType
Infer variable type from path for optimal step sizing.- Parameters:
path- the variable path to analyze- Returns:
- the inferred variable type
-