Property PackageDW_ Calc Kvalue_ Ideal_ Wilson Method
Calculates Ideal K-values using Critical Properties.
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#
public double[] DW_CalcKvalue_Ideal_Wilson(
double T,
double P
)VB
Public Function DW_CalcKvalue_Ideal_Wilson (
T As Double,
P As Double
) As Double()