WangHenkeMethodEvaluateReboilerSpec Method

Evaluates the reboiler 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 EvaluateReboilerSpec(
	ColumnSpec spec,
	int spci,
	double spval,
	double[] xns,
	double Lns,
	double Vns,
	double Tns,
	double[][] z,
	double[] F,
	int ns,
	PropertyPackage pp,
	bool computeError
)

Parameters

spec  ColumnSpec
 
spci  Int32
 
spval  Double
 
xns  Double
 
Lns  Double
 
Vns  Double
 
Tns  Double
 
z  Double
 
F  Double
 
ns  Int32
 
pp  PropertyPackage
 
computeError  Boolean
 

Return Value

Double

See Also