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 feed, int trayIndex) Adds a feed stream at the specified tray index.DistillationColumn.Builder.bottomPressure(double pressure, String unit) Sets the bottom tray pressure.DistillationColumn.Builder.bottomSpecification(ColumnSpecification spec) Sets the bottom column specification.static DistillationColumn.BuilderCreates a new Builder for constructing a DistillationColumn with a fluent API.DistillationColumn.Builder.dampedSubstitution()Selects the damped substitution solver.DistillationColumn.Builder.insideOut()Selects the inside-out solver.DistillationColumn.Builder.internalDiameter(double diameter) Sets the internal column diameter.DistillationColumn.Builder.massBalanceTolerance(double tol) Sets the mass balance convergence tolerance.DistillationColumn.Builder.maxIterations(int maxIter) Sets the maximum number of solver iterations.DistillationColumn.Builder.numberOfTrays(int n) Sets the number of simple trays (excluding condenser and reboiler).Sets both top and bottom pressure to the same value.DistillationColumn.Builder.relaxationFactor(double factor) Sets the relaxation factor for damped substitution.DistillationColumn.Builder.temperatureTolerance(double tol) Sets the temperature convergence tolerance.DistillationColumn.Builder.tolerance(double tol) Sets a combined tolerance for temperature and mass balance.DistillationColumn.Builder.topPressure(double pressure, String unit) Sets the top tray pressure.DistillationColumn.Builder.topProductPurity(String componentName, double purity) Sets a top product purity specification.DistillationColumn.Builder.withCondenserAndReboiler()Configures the column with both a condenser and a reboiler.