WangHenkeMethod2RunTridiagonal Method

Runs the tridiagonal-matrix solve step for the material-balance equations in the Modified BP method.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOps.SolvingMethods
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public static Object RunTridiagonal(
	Column rc,
	double[] F,
	double[] V,
	double[] Q,
	double[] L,
	double[] HF,
	double[] VSS,
	double[] LSS,
	double[][] Kval,
	double[][] x,
	double[][] y,
	double[][] z,
	double[][] fc,
	double[] T,
	double[] P,
	Columncondtype condt,
	int ns,
	int nc,
	ColumnColType coltype,
	PropertyPackage pp,
	Dictionary<string, ColumnSpec> specs
)

Parameters

rc  Column
 
F  Double
 
V  Double
 
Q  Double
 
L  Double
 
HF  Double
 
VSS  Double
 
LSS  Double
 
Kval  Double
 
x  Double
 
y  Double
 
z  Double
 
fc  Double
 
T  Double
 
P  Double
 
condt  Columncondtype
 
ns  Int32
 
nc  Int32
 
coltype  ColumnColType
 
pp  PropertyPackage
 
specs  DictionaryString, ColumnSpec
 

Return Value

Object
An object array containing the updated composition and flow profiles.

See Also