IExternalColumnSolver Interface

Defines an external solver that can solve a rigorous distillation or absorption column given a set of initial estimates, returning converged stage-by-stage results.

Definition

Namespace: DWSIM.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public interface IExternalColumnSolver

Methods

SolveColumn Solves the column to convergence using the supplied initial estimates.

See Also