Uses of Class
neqsim.process.equipment.compressor.Compressor.Builder
Packages that use Compressor.Builder
-
Uses of Compressor.Builder in neqsim.process.equipment.compressor
Methods in neqsim.process.equipment.compressor that return Compressor.BuilderModifier and TypeMethodDescriptionstatic Compressor.BuilderCreates a new Builder for constructing a Compressor with a fluent API.Compressor.Builder.compressionRatio(double ratio) Sets the compression ratio (outlet/inlet pressure).Compressor.Builder.inletStream(StreamInterface stream) Sets the inlet stream for the compressor.Compressor.Builder.interpolateMapLookup()Enables interpolated map lookup for compressor chart.Compressor.Builder.isentropicEfficiency(double efficiency) Sets the isentropic efficiency.Compressor.Builder.maxOutletPressure(double pressure) Sets the maximum outlet pressure limit.Compressor.Builder.maxSpeed(double maxSpeed) Sets the maximum allowed speed in RPM.Compressor.Builder.minSpeed(double minSpeed) Sets the minimum allowed speed in RPM.Compressor.Builder.numberOfCompressorCalcSteps(int steps) Sets the number of calculation steps for polytropic calculations.Compressor.Builder.outletPressure(double pressure) Sets the outlet pressure in bara.Compressor.Builder.outletPressure(double pressure, String unit) Sets the outlet pressure with unit specification.Compressor.Builder.outletTemperature(double temperature) Sets the target outlet temperature (used for back-calculating efficiency).Compressor.Builder.outletTemperature(double temperature, String unit) Sets the outlet temperature with unit specification.Compressor.Builder.polytropicEfficiency(double efficiency) Sets the polytropic efficiency.Compressor.Builder.polytropicMethod(String method) Sets the polytropic calculation method.Compressor.Builder.speed(double speed) Sets the compressor speed in RPM.Compressor.Builder.useCompressorChart()Enables use of a compressor performance chart.Compressor.Builder.useGERG2008()Enables GERG-2008 equation of state for calculations.Compressor.Builder.useLeachman()Enables Leachman equation of state for hydrogen calculations.Compressor.Builder.useRigorousPolytropicMethod()Enables the rigorous polytropic calculation method with many steps.Compressor.Builder.useVega()Enables VEGA equation of state for helium calculations.