Uses of Class
neqsim.process.equipment.separator.Separator.Builder
Packages that use Separator.Builder
-
Uses of Separator.Builder in neqsim.process.equipment.separator
Methods in neqsim.process.equipment.separator that return Separator.BuilderModifier and TypeMethodDescriptionstatic Separator.BuilderCreates a new Builder for constructing a Separator with a fluent API.Separator.Builder.designLiquidLevelFraction(double fraction) Sets the design liquid level as a fraction of diameter (0.0-1.0).Separator.Builder.diameter(double diameter) Sets the internal diameter in meters.Separator.Builder.efficiency(double eff) Sets the separation efficiency (0.0-1.0).Separator.Builder.gasCarryunder(double fraction) Sets the gas carryunder fraction to liquid outlet (0.0-1.0).Separator.Builder.gasInLiquid(double value, String spec) Sets gas entrainment in liquid phase.Separator.Builder.heatInput(double heat) Sets heat input to the separator in Watts.Separator.Builder.horizontal()Sets the separator as horizontal orientation.Separator.Builder.inletStream(StreamInterface stream) Sets the inlet stream for the separator.Separator.Builder.length(double length) Sets the separator length in meters.Separator.Builder.liquidCarryover(double fraction) Sets the liquid carryover fraction to gas outlet (0.0-1.0).Separator.Builder.liquidLevel(double level) Sets the liquid level in meters.Sets oil entrainment in gas phase.Separator.Builder.orientation(String orientation) Sets the separator orientation.Separator.Builder.pressureDrop(double dp) Sets the pressure drop across the separator in bar.Separator.Builder.specifiedStream(String streamType) Sets the reference stream for entrainment specifications.Separator.Builder.steadyStateMode()Enables steady-state calculation mode (default).Separator.Builder.transientMode()Enables transient (dynamic) calculation mode.Separator.Builder.vertical()Sets the separator as vertical orientation.Separator.Builder.waterInGas(double value, String spec) Sets water entrainment in gas phase.