WangHenkeMethod2Solve_Internal Method

Internal solver loop that performs the Modified Wang–Henke iteration.

Definition

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

Parameters

rc  Column
 
nc  Int32
 
ns  Int32
 
maxits  Int32
 
tolerance  Double
 
F  Double
 
V  Double
 
Q  Double
 
L  Double
 
VSS  Double
 
LSS  Double
 
Kval  Double
 
x  Double
 
y  Double
 
z  Double
 
fc  Double
 
HF  Double
 
T  Double
 
P  Double
 
condt  Columncondtype
 
stopatitnumber  Int32
 
eff  Double
 
coltype  ColumnColType
 
pp  PropertyPackage
 
specs  DictionaryString, ColumnSpec
 
IdealK  Boolean
 
IdealH  Boolean
 
flashalgs  ListFlashAlgorithm
 

Return Value

Object
An object array containing the converged column profiles.

See Also