PropertyMethodsAcentricFactor_LeeKesler Method |
Acentric Factor by the Lee-Kesler method (1976).
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static double AcentricFactor_LeeKesler(
double Tc,
double Pc,
double PEMM
)
Public Shared Function AcentricFactor_LeeKesler (
Tc As Double,
Pc As Double,
PEMM As Double
) As Double
Request Example
View SourceParameters
- Tc Double
- Critical Temperature of the fraction, K.
- Pc Double
- Critical Pressure of the fraction, Pa.
- PEMM Double
- Molar Mean Boiling Point of the fraction, K.
Return Value
DoubleAcentric Factor of the fraction.
See Also