WangHenkeMethodEvaluateCondenserSpec Method

Evaluates the condenser spec calculated value and optionally the log-ratio error.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOps.SolvingMethods
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
private static double EvaluateCondenserSpec(
	ColumnSpec spec,
	int spci,
	double spval,
	Columncondtype condt,
	double[] x0,
	double[] y0,
	double Lss0,
	double V0,
	double T0,
	double[][] z,
	double[] F,
	int ns,
	PropertyPackage pp,
	bool computeError
)

Parameters

spec  ColumnSpec
 
spci  Int32
 
spval  Double
 
condt  Columncondtype
 
x0  Double
 
y0  Double
 
Lss0  Double
 
V0  Double
 
T0  Double
 
z  Double
 
F  Double
 
ns  Int32
 
pp  PropertyPackage
 
computeError  Boolean
 

Return Value

Double

See Also