Class SimpleFlowLine

All Implemented Interfaces:
Serializable, Runnable, ProcessEquipmentInterface, TwoPortInterface, SimulationInterface, NamedInterface

public class SimpleFlowLine extends TwoPortEquipment

SimpleFlowLine class.

Version:
$Id: $Id
Author:
asmund
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization version UID.
      See Also:
    • height

      private double height
    • length

      public double length
    • outletTemperature

      double outletTemperature
    • pipeline

  • Constructor Details

    • SimpleFlowLine

      public SimpleFlowLine(String name, StreamInterface inStream)
      Constructor for SimpleFlowLine.
      Parameters:
      name - Name of SimpleFlowLine object
      inStream - a StreamInterface object
  • Method Details