Tomich Class
Provides the Tomich Tridiagonal Matrix Algorithm (TDMA / Thomas algorithm) for solving
the linearised MESH material-balance equations in stage-wise distillation and absorption
column calculations.
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 TomichVB
<SerializableAttribute>
Public Class Tomich- Inheritance
- Object Tomich
Constructors
Methods
| TDMASolve | Solves a tridiagonal system A·x = d using the Thomas algorithm (modified Gaussian elimination). The arrays c and d are modified in place during the computation. |
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |