Burningham Otto Method 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
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
[SerializableAttribute]
public class BurninghamOttoMethod : ColumnSolverVB
<SerializableAttribute>
Public Class BurninghamOttoMethod
Inherits ColumnSolver- Inheritance
- Object ColumnSolver BurninghamOttoMethod
Constructors
Properties
| Description | Gets the solver description (not implemented for this class). (Overrides ColumnSolverDescription) |
| Name | Gets the solver display name (not implemented for this class). (Overrides ColumnSolverName) |
| RelaxCompositionUpdates | Gets or sets whether liquid-composition updates are relaxed (damped) between iterations to aid convergence. |
| RelaxTemperatureUpdates | Gets 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) |