PropertyPackageCalculateCriticalPointForEnvelope Method

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
private void CalculateCriticalPointForEnvelope(
	int n,
	double[] Vm2,
	double[] VTc2,
	double[] VPc2,
	double[] VVc2,
	double[] Vw2,
	double[,] VKij2,
	double[,] VKij3,
	ref ArrayList CP,
	ref double TCR,
	ref double PCR,
	ref double VCR,
	ref bool stopAtCP,
	ref bool recalcCP
)

Parameters

n  Int32
 
Vm2  Double
 
VTc2  Double
 
VPc2  Double
 
VVc2  Double
 
Vw2  Double
 
VKij2  Double
 
VKij3  Double
 
CP  ArrayList
 
TCR  Double
 
PCR  Double
 
VCR  Double
 
stopAtCP  Boolean
 
recalcCP  Boolean
 

See Also