BurninghamOttoMethod Class

Implements the Burningham–Otto Sum-Rates (SR) method for solving the MESH equations of absorption and stripping columns. Unlike the Bubble-Point method, the SR method tears on stage temperatures rather than compositions, making it more suitable for wide-boiling-range systems.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOps.SolvingMethods
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
[SerializableAttribute]
public class BurninghamOttoMethod : ColumnSolver
Inheritance
Object    ColumnSolver    BurninghamOttoMethod

Constructors

Properties

DescriptionGets the solver description (not implemented for this class).
(Overrides ColumnSolverDescription)
NameGets the solver display name (not implemented for this class).
(Overrides ColumnSolverName)
RelaxCompositionUpdatesGets or sets whether liquid-composition updates are relaxed (damped) between iterations to aid convergence.
RelaxTemperatureUpdatesGets or sets whether temperature updates are relaxed (damped) between iterations to aid convergence.

Methods

Solve Solves the absorption/stripping column using the Burningham–Otto Sum-Rates method.
SolveColumn(ColumnSolverInputData) Solves the column from a ColumnSolverInputData object using the Sum-Rates method.
(Overrides ColumnSolverSolveColumn(ColumnSolverInputData))
SolveColumn(Column, ColumnSolverInputData)
(Inherited from ColumnSolver)

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also