IExternalColumnSolverSolveColumn Method

Solves the column to convergence using the supplied initial estimates.

Definition

Namespace: DWSIM.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
ColumnSolverOutputData SolveColumn(
	Column column,
	ColumnSolverInputData initialestimates
)

Parameters

column  Column
The column to solve.
initialestimates  ColumnSolverInputData
Initial temperature, flow, and composition profiles.

Return Value

ColumnSolverOutputData
A ColumnSolverOutputData containing the converged results.

See Also