Class RateBasedPackedColumn.ColumnState

java.lang.Object
neqsim.process.equipment.distillation.RateBasedPackedColumn.ColumnState
Enclosing class:
RateBasedPackedColumn

private static class RateBasedPackedColumn.ColumnState extends Object
Internal column state reconstructed from equation-oriented unknowns.
Version:
1.0
Author:
NeqSim
  • Field Details

    • gasEntering

      private final List<SystemInterface> gasEntering
      Gas entering each segment from bottom to top.
    • gasLeaving

      private final List<SystemInterface> gasLeaving
      Gas leaving each segment from bottom to top.
    • liquidEntering

      private final List<SystemInterface> liquidEntering
      Liquid entering each segment from bottom to top.
    • liquidLeaving

      private final List<SystemInterface> liquidLeaving
      Liquid leaving each segment from bottom to top.
    • gasOutlet

      private final SystemInterface gasOutlet
      Column gas outlet.
    • liquidOutlet

      private final SystemInterface liquidOutlet
      Column liquid outlet.
  • Constructor Details

    • ColumnState

      private ColumnState(List<SystemInterface> gasEntering, List<SystemInterface> gasLeaving, List<SystemInterface> liquidEntering, List<SystemInterface> liquidLeaving, SystemInterface gasOutlet, SystemInterface liquidOutlet)
      Create a reconstructed column state.
      Parameters:
      gasEntering - gas systems entering each segment
      gasLeaving - gas systems leaving each segment
      liquidEntering - liquid systems entering each segment
      liquidLeaving - liquid systems leaving each segment
      gasOutlet - column gas outlet system
      liquidOutlet - column liquid outlet system