Class ProductionOptimizationSpecLoader.VariableSpec
java.lang.Object
neqsim.process.util.optimizer.ProductionOptimizationSpecLoader.VariableSpec
- Enclosing class:
ProductionOptimizationSpecLoader
Variable specification for multi-variable optimization.
Defines a single manipulated variable with its bounds and associated stream.
- Version:
- 1.0
- Author:
- NeqSim Development Team
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleLower bound for the variable.Unique name for the variable.Key to look up the stream in the feeds map.Unit for the variable (e.g., "kg/hr", "bara").doubleUpper bound for the variable. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
Unique name for the variable. -
stream
Key to look up the stream in the feeds map. -
lowerBound
public double lowerBoundLower bound for the variable. -
upperBound
public double upperBoundUpper bound for the variable. -
unit
Unit for the variable (e.g., "kg/hr", "bara").
-
-
Constructor Details
-
VariableSpec
private VariableSpec()
-