Class Hydrocyclone

All Implemented Interfaces:
Serializable, Runnable, ProcessEquipmentInterface, SeparatorInterface, StateVectorProvider, SimulationInterface, NamedInterface

public class Hydrocyclone extends Separator

Hydrocyclone class.

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

    • serialVersionUID

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

      double PDR
    • rejectRatio

      double rejectRatio
    • underflowPressure

      double underflowPressure
    • overflowPressure

      double overflowPressure
    • separationEfficiency

      double separationEfficiency
    • oilInAqueous

      double oilInAqueous
    • waterOutStream

      StreamInterface waterOutStream
  • Constructor Details

    • Hydrocyclone

      public Hydrocyclone(String name)
      Constructor for Hydrocyclone.
      Parameters:
      name - name of hydrosycolen
    • Hydrocyclone

      public Hydrocyclone(String name, StreamInterface inletStream)

      Constructor for Hydrocyclone.

      Parameters:
      name - a String object
      inletStream - a StreamInterface object
  • Method Details