Uses of Class
neqsim.process.equipment.distillation.ColumnSolveResult
Packages that use ColumnSolveResult
-
Uses of ColumnSolveResult in neqsim.process.equipment.distillation
Methods in neqsim.process.equipment.distillation that return ColumnSolveResultModifier and TypeMethodDescription(package private) static ColumnSolveResultColumnSolveResult.from(DistillationColumn column, DistillationColumn.SolverType solverType) Build a result from the current column diagnostics.ColumnSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.DampedSubstitutionSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.DirectSubstitutionSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.InsideOutSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.MeshResidualSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.SumRatesSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.TemperatureNewtonSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.ColumnSolverFactory.WegsteinSolver.solve(DistillationColumn column, UUID id) Solve the supplied distillation column.private ColumnSolveResultDistillationColumn.solveSelectedSolver(UUID id) Solve the column using the currently selected inner solver.