Uses of Class
neqsim.process.equipment.distillation.DistillationColumn.Builder
Packages that use DistillationColumn.Builder
-
Uses of DistillationColumn.Builder in neqsim.process.equipment.distillation
Methods in neqsim.process.equipment.distillation that return DistillationColumn.BuilderModifier and TypeMethodDescriptionDistillationColumn.Builder.addFeedStream(StreamInterface stream, int trayNumber) Adds a feed stream to the specified tray.DistillationColumn.Builder.bottomPressure(double pressure, String unit) Sets the bottom tray pressure.static DistillationColumn.BuilderCreates a new Builder for constructing DistillationColumn instances.DistillationColumn.Builder.dampedSubstitution()Configures the solver to use damped substitution.DistillationColumn.Builder.directSubstitution()Configures the solver to use direct substitution (default).DistillationColumn.Builder.enthalpyBalanceTolerance(double tolerance) Sets the enthalpy balance convergence tolerance.DistillationColumn.Builder.insideOut()Configures the solver to use inside-out method.DistillationColumn.Builder.internalDiameter(double diameter) Sets the internal diameter of the column.DistillationColumn.Builder.massBalanceTolerance(double tolerance) Sets the mass balance convergence tolerance.DistillationColumn.Builder.maxIterations(int maxIterations) Sets the maximum number of solver iterations.DistillationColumn.Builder.multiPhaseCheck(boolean enable) Enables or disables multi-phase checking.DistillationColumn.Builder.numberOfTrays(int numberOfTrays) Sets the number of trays (excluding condenser and reboiler).Sets both top and bottom pressure to the same value (isobaric column).DistillationColumn.Builder.relaxationFactor(double factor) Sets the relaxation factor for damped solvers.DistillationColumn.Builder.solverType(DistillationColumn.SolverType solverType) Sets the solver type.DistillationColumn.Builder.temperatureTolerance(double tolerance) Sets the temperature convergence tolerance.DistillationColumn.Builder.tolerance(double tolerance) Sets all tolerances to the same value.DistillationColumn.Builder.topPressure(double pressure, String unit) Sets the top tray pressure.DistillationColumn.Builder.withCondenser()Configures the column with a condenser at the top.DistillationColumn.Builder.withCondenserAndReboiler()Configures the column with both condenser and reboiler.DistillationColumn.Builder.withReboiler()Configures the column with a reboiler at the bottom.