Class ProductionOptimizationSpecLoader.VariableSpec

java.lang.Object
neqsim.process.util.optimizer.ProductionOptimizationSpecLoader.VariableSpec
Enclosing class:
ProductionOptimizationSpecLoader

private static final class ProductionOptimizationSpecLoader.VariableSpec extends Object
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 Details

    • name

      public String name
      Unique name for the variable.
    • stream

      public String stream
      Key to look up the stream in the feeds map.
    • lowerBound

      public double lowerBound
      Lower bound for the variable.
    • upperBound

      public double upperBound
      Upper bound for the variable.
    • unit

      public String unit
      Unit for the variable (e.g., "kg/hr", "bara").
  • Constructor Details

    • VariableSpec

      private VariableSpec()