Class DexpiLayoutEngine.StreamTableEntry

java.lang.Object
neqsim.process.processmodel.dexpi.DexpiLayoutEngine.StreamTableEntry
Enclosing class:
DexpiLayoutEngine

static final class DexpiLayoutEngine.StreamTableEntry extends Object
Holds stream data for a single column in the stream data table.
Version:
1.0
Author:
NeqSim
  • Field Details

    • name

      final String name
      Stream name/number.
    • temperatureC

      final String temperatureC
      Temperature in Celsius.
    • pressureBara

      final String pressureBara
      Pressure in bara.
    • flowKgHr

      final String flowKgHr
      Mass flow rate in kg/hr.
    • phase

      final String phase
      Phase description (Gas, Liquid, Two-phase).
  • Constructor Details

    • StreamTableEntry

      StreamTableEntry(String name, String temperatureC, String pressureBara, String flowKgHr, String phase)
      Creates a stream table entry.
      Parameters:
      name - stream name
      temperatureC - temperature string
      pressureBara - pressure string
      flowKgHr - flow rate string
      phase - phase description