PROPSCalc Vapor Diffusivity_ Wilke And Lee Method
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
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 static double CalcVaporDiffusivity_WilkeAndLee(
double T,
double P,
double Ma,
double Mb,
double LNEa,
double LNEb,
double LNDa,
double LNDb
)VB
Public Shared Function CalcVaporDiffusivity_WilkeAndLee (
T As Double,
P As Double,
Ma As Double,
Mb As Double,
LNEa As Double,
LNEb As Double,
LNDa As Double,
LNDb As Double
) As Double