Class HeatExchangerDesignFeasibilityReport.SupplierMatch

java.lang.Object
neqsim.process.mechanicaldesign.heatexchanger.HeatExchangerDesignFeasibilityReport.SupplierMatch
Enclosing class:
HeatExchangerDesignFeasibilityReport

public static class HeatExchangerDesignFeasibilityReport.SupplierMatch extends Object
Data class for a heat exchanger supplier match.
Version:
1.0
Author:
NeqSim
  • Field Details

    • manufacturer

      private String manufacturer
    • exchangerType

      private String exchangerType
    • minDutyKW

      private double minDutyKW
    • maxDutyKW

      private double maxDutyKW
    • minAreaM2

      private double minAreaM2
    • maxAreaM2

      private double maxAreaM2
    • minPressureBara

      private double minPressureBara
    • maxPressureBara

      private double maxPressureBara
    • minTemperatureC

      private double minTemperatureC
    • maxTemperatureC

      private double maxTemperatureC
    • temaTypes

      private String temaTypes
    • materials

      private String materials
    • applications

      private String applications
    • website

      private String website
    • notes

      private String notes
  • Constructor Details

    • SupplierMatch

      public SupplierMatch()
  • Method Details

    • getManufacturer

      public String getManufacturer()
      Get manufacturer.
      Returns:
      manufacturer name
    • setManufacturer

      public void setManufacturer(String manufacturer)
      Set manufacturer.
      Parameters:
      manufacturer - manufacturer name
    • getExchangerType

      public String getExchangerType()
      Get exchanger type.
      Returns:
      exchanger type
    • setExchangerType

      public void setExchangerType(String type)
      Set exchanger type.
      Parameters:
      type - exchanger type
    • getMinDutyKW

      public double getMinDutyKW()
      Get min duty.
      Returns:
      min duty in kW
    • setMinDutyKW

      public void setMinDutyKW(double kw)
      Set min duty.
      Parameters:
      kw - min duty in kW
    • getMaxDutyKW

      public double getMaxDutyKW()
      Get max duty.
      Returns:
      max duty in kW
    • setMaxDutyKW

      public void setMaxDutyKW(double kw)
      Set max duty.
      Parameters:
      kw - max duty in kW
    • getMinAreaM2

      public double getMinAreaM2()
      Get min area.
      Returns:
      min area in m2
    • setMinAreaM2

      public void setMinAreaM2(double m2)
      Set min area.
      Parameters:
      m2 - min area
    • getMaxAreaM2

      public double getMaxAreaM2()
      Get max area.
      Returns:
      max area in m2
    • setMaxAreaM2

      public void setMaxAreaM2(double m2)
      Set max area.
      Parameters:
      m2 - max area
    • getMinPressureBara

      public double getMinPressureBara()
      Get min pressure.
      Returns:
      min pressure in bara
    • setMinPressureBara

      public void setMinPressureBara(double bara)
      Set min pressure.
      Parameters:
      bara - min pressure
    • getMaxPressureBara

      public double getMaxPressureBara()
      Get max pressure.
      Returns:
      max pressure in bara
    • setMaxPressureBara

      public void setMaxPressureBara(double bara)
      Set max pressure.
      Parameters:
      bara - max pressure
    • getMinTemperatureC

      public double getMinTemperatureC()
      Get min temperature.
      Returns:
      min temperature in C
    • setMinTemperatureC

      public void setMinTemperatureC(double c)
      Set min temperature.
      Parameters:
      c - min temperature
    • getMaxTemperatureC

      public double getMaxTemperatureC()
      Get max temperature.
      Returns:
      max temperature in C
    • setMaxTemperatureC

      public void setMaxTemperatureC(double c)
      Set max temperature.
      Parameters:
      c - max temperature
    • getTemaTypes

      public String getTemaTypes()
      Get TEMA types.
      Returns:
      TEMA types string
    • setTemaTypes

      public void setTemaTypes(String types)
      Set TEMA types.
      Parameters:
      types - TEMA types
    • getMaterials

      public String getMaterials()
      Get materials.
      Returns:
      materials string
    • setMaterials

      public void setMaterials(String materials)
      Set materials.
      Parameters:
      materials - materials string
    • getApplications

      public String getApplications()
      Get applications.
      Returns:
      applications string
    • setApplications

      public void setApplications(String applications)
      Set applications.
      Parameters:
      applications - applications string
    • getWebsite

      public String getWebsite()
      Get website.
      Returns:
      website URL
    • setWebsite

      public void setWebsite(String website)
      Set website.
      Parameters:
      website - website URL
    • getNotes

      public String getNotes()
      Get notes.
      Returns:
      notes string
    • setNotes

      public void setNotes(String notes)
      Set notes.
      Parameters:
      notes - notes string