Class CompressorDesignFeasibilityReport.SupplierMatch
java.lang.Object
neqsim.process.mechanicaldesign.compressor.CompressorDesignFeasibilityReport.SupplierMatch
- Enclosing class:
CompressorDesignFeasibilityReport
Data class for a compressor supplier/manufacturer match.
- Version:
- 1.0
- Author:
- NeqSim Development Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet applications string (semicolon-separated).Get compressor type.Get manufacturer name.doubleGet maximum discharge pressure.doubleGet maximum flow capability.doubleGet maximum impeller diameter.doubleGet maximum power capability.doubleGet maximum pressure ratio per stage.doubleGet maximum speed.intGet maximum number of stages.doubleGet minimum flow capability.doubleGet minimum impeller diameter.doubleGet minimum power capability.doubleGet minimum pressure ratio per stage.getNotes()Get notes.doubleGet typical efficiency.Get manufacturer website.voidsetApplications(String applications) Set applications.voidsetCompressorType(String compressorType) Set compressor type.voidsetManufacturer(String manufacturer) Set manufacturer name.voidsetMaxDischargePressureBara(double pressure) Set maximum discharge pressure.voidsetMaxFlowM3hr(double flow) Set maximum flow capability.voidsetMaxImpellerDiameterMM(double diameter) Set maximum impeller diameter.voidsetMaxPowerKW(double maxPowerKW) Set maximum power capability.voidsetMaxPressureRatioPerStage(double ratio) Set maximum pressure ratio per stage.voidsetMaxSpeedRPM(double rpm) Set maximum speed.voidsetMaxStages(int maxStages) Set maximum number of stages.voidsetMinFlowM3hr(double flow) Set minimum flow capability.voidsetMinImpellerDiameterMM(double diameter) Set minimum impeller diameter.voidsetMinPowerKW(double minPowerKW) Set minimum power capability.voidsetMinPressureRatioPerStage(double ratio) Set minimum pressure ratio per stage.voidSet notes.voidsetTypicalEfficiencyPct(double efficiency) Set typical efficiency.voidsetWebsite(String website) Set manufacturer website.toString()
-
Field Details
-
manufacturer
-
compressorType
-
minPowerKW
private double minPowerKW -
maxPowerKW
private double maxPowerKW -
minPressureRatioPerStage
private double minPressureRatioPerStage -
maxPressureRatioPerStage
private double maxPressureRatioPerStage -
minFlowM3hr
private double minFlowM3hr -
maxFlowM3hr
private double maxFlowM3hr -
maxStages
private int maxStages -
maxDischargePressureBara
private double maxDischargePressureBara -
maxSpeedRPM
private double maxSpeedRPM -
minImpellerDiameterMM
private double minImpellerDiameterMM -
maxImpellerDiameterMM
private double maxImpellerDiameterMM -
typicalEfficiencyPct
private double typicalEfficiencyPct -
applications
-
website
-
notes
-
-
Constructor Details
-
SupplierMatch
public SupplierMatch()
-
-
Method Details
-
getManufacturer
-
setManufacturer
Set manufacturer name.- Parameters:
manufacturer- manufacturer name
-
getCompressorType
-
setCompressorType
Set compressor type.- Parameters:
compressorType- compressor type
-
getMinPowerKW
public double getMinPowerKW()Get minimum power capability.- Returns:
- min power in kW
-
setMinPowerKW
public void setMinPowerKW(double minPowerKW) Set minimum power capability.- Parameters:
minPowerKW- min power in kW
-
getMaxPowerKW
public double getMaxPowerKW()Get maximum power capability.- Returns:
- max power in kW
-
setMaxPowerKW
public void setMaxPowerKW(double maxPowerKW) Set maximum power capability.- Parameters:
maxPowerKW- max power in kW
-
getMinPressureRatioPerStage
public double getMinPressureRatioPerStage()Get minimum pressure ratio per stage.- Returns:
- min pressure ratio per stage
-
setMinPressureRatioPerStage
public void setMinPressureRatioPerStage(double ratio) Set minimum pressure ratio per stage.- Parameters:
ratio- min pressure ratio per stage
-
getMaxPressureRatioPerStage
public double getMaxPressureRatioPerStage()Get maximum pressure ratio per stage.- Returns:
- max pressure ratio per stage
-
setMaxPressureRatioPerStage
public void setMaxPressureRatioPerStage(double ratio) Set maximum pressure ratio per stage.- Parameters:
ratio- max pressure ratio per stage
-
getMinFlowM3hr
public double getMinFlowM3hr()Get minimum flow capability.- Returns:
- min flow in m3/hr
-
setMinFlowM3hr
public void setMinFlowM3hr(double flow) Set minimum flow capability.- Parameters:
flow- min flow in m3/hr
-
getMaxFlowM3hr
public double getMaxFlowM3hr()Get maximum flow capability.- Returns:
- max flow in m3/hr
-
setMaxFlowM3hr
public void setMaxFlowM3hr(double flow) Set maximum flow capability.- Parameters:
flow- max flow in m3/hr
-
getMaxStages
public int getMaxStages()Get maximum number of stages.- Returns:
- max stages
-
setMaxStages
public void setMaxStages(int maxStages) Set maximum number of stages.- Parameters:
maxStages- max stages
-
getMaxDischargePressureBara
public double getMaxDischargePressureBara()Get maximum discharge pressure.- Returns:
- max discharge pressure in bara
-
setMaxDischargePressureBara
public void setMaxDischargePressureBara(double pressure) Set maximum discharge pressure.- Parameters:
pressure- max discharge pressure in bara
-
getMaxSpeedRPM
public double getMaxSpeedRPM()Get maximum speed.- Returns:
- max speed in RPM
-
setMaxSpeedRPM
public void setMaxSpeedRPM(double rpm) Set maximum speed.- Parameters:
rpm- max speed
-
getMinImpellerDiameterMM
public double getMinImpellerDiameterMM()Get minimum impeller diameter.- Returns:
- min impeller diameter in mm
-
setMinImpellerDiameterMM
public void setMinImpellerDiameterMM(double diameter) Set minimum impeller diameter.- Parameters:
diameter- min impeller diameter in mm
-
getMaxImpellerDiameterMM
public double getMaxImpellerDiameterMM()Get maximum impeller diameter.- Returns:
- max impeller diameter in mm
-
setMaxImpellerDiameterMM
public void setMaxImpellerDiameterMM(double diameter) Set maximum impeller diameter.- Parameters:
diameter- max impeller diameter in mm
-
getTypicalEfficiencyPct
public double getTypicalEfficiencyPct()Get typical efficiency.- Returns:
- typical polytropic efficiency in percent
-
setTypicalEfficiencyPct
public void setTypicalEfficiencyPct(double efficiency) Set typical efficiency.- Parameters:
efficiency- typical efficiency in percent
-
getApplications
Get applications string (semicolon-separated).- Returns:
- applications
-
setApplications
Set applications.- Parameters:
applications- applications string
-
getWebsite
-
setWebsite
-
getNotes
-
setNotes
-
toString
-