PropertyMethodsAcentricFactor_Korsten Method |
Acentric Factor by Korsten's correlation (2000).
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static double AcentricFactor_Korsten(
double Tc,
double Pc,
double PEMV
)
Public Shared Function AcentricFactor_Korsten (
Tc As Double,
Pc As Double,
PEMV As Double
) As Double
Request Example
View SourceParameters
- Tc Double
- Critical Temperature of the fraction, K.
- Pc Double
- Critical Pressure of the fraction, Pa.
- PEMV Double
- Volumetric Mean Boiling Point of the fraction, K.
Return Value
DoubleAcentric Factor of the fraction.
See Also