Property PackageCalculate Critical Point For Envelope Method
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
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
)VB
Private Sub CalculateCriticalPointForEnvelope (
n As Integer,
Vm2 As Double(),
VTc2 As Double(),
VPc2 As Double(),
VVc2 As Double(),
Vw2 As Double(),
VKij2 As Double(,),
VKij3 As Double(,),
ByRef CP As ArrayList,
ByRef TCR As Double,
ByRef PCR As Double,
ByRef VCR As Double,
ByRef stopAtCP As Boolean,
ByRef recalcCP As Boolean
)