Click or drag to resize

PropertyMethodsAcentricFactor_LeeKesler Method

Acentric Factor by the Lee-Kesler method (1976).

Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public static double AcentricFactor_LeeKesler(
	double Tc,
	double Pc,
	double PEMM
)
Request Example View Source

Parameters

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

Double
Acentric Factor of the fraction.
See Also