Class CompressorPropertyProfile

java.lang.Object
neqsim.process.equipment.compressor.CompressorPropertyProfile
All Implemented Interfaces:
Serializable

public class CompressorPropertyProfile extends Object implements Serializable

CompressorPropertyProfile class.

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

  • Constructor Details

    • CompressorPropertyProfile

      public CompressorPropertyProfile()

      Constructor for CompressorPropertyProfile.

  • Method Details

    • addFluid

      public void addFluid(SystemInterface inputFLuid)

      addFluid.

      Parameters:
      inputFLuid - a SystemInterface object
    • isActive

      public boolean isActive()

      isActive.

      Returns:
      a boolean
    • setActive

      public void setActive(boolean isActive)

      setActive.

      Parameters:
      isActive - a boolean
    • getFluid

      public ArrayList<SystemInterface> getFluid()

      Getter for the field fluid.

      Returns:
      a ArrayList object
    • setFluid

      public void setFluid(ArrayList<SystemInterface> fluid)

      Setter for the field fluid.

      Parameters:
      fluid - a ArrayList object