Wang Henke Method 2 Class
Implements a Modified Wang–Henke Bubble-Point (MBP) method that enhances the standard
BP approach with per-stage flash calculations for improved robustness in systems with
non-ideal behaviour. Uses the Tomich TDMA for the material-balance equations.
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 WangHenkeMethod2 : ColumnSolverVB
<SerializableAttribute>
Public Class WangHenkeMethod2
Inherits ColumnSolver- Inheritance
- Object ColumnSolver WangHenkeMethod2
Constructors
Properties
| Description | Gets the solver description. (Overrides ColumnSolverDescription) |
| Name | Gets the solver display name. (Overrides ColumnSolverName) |
Methods
| RunTridiagonal | Runs the tridiagonal-matrix solve step for the material-balance equations in the Modified BP method. |
| Solve | Solves the distillation or absorption column using the Modified Wang–Henke Bubble-Point method. |
| Solve_Internal | Internal solver loop that performs the Modified Wang–Henke iteration. |
| SolveColumn(ColumnSolverInputData) |
Solves the column from a ColumnSolverInputData object using the Modified BP method.
(Overrides ColumnSolverSolveColumn(ColumnSolverInputData)) |
| SolveColumn(Column, ColumnSolverInputData) | (Inherited from ColumnSolver) |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |