Property MethodsTc_ Lee Kesler Method
Calculates the Critical Temperature of a petroleum fraction with Lee-Kesler method (1976).
Definition
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Critical Temperature of the fraction, K.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public static double Tc_LeeKesler(
double PEMe,
double d15
)VB
Public Shared Function Tc_LeeKesler (
PEMe As Double,
d15 As Double
) As DoubleParameters
- PEMe Double
- Median Boiling Point of the fraction, K.
- d15 Double
- Specific Gravity of the fraction at 15,6/15,6 °C.
Return Value
DoubleCritical Temperature of the fraction, K.
Remarks
Recommended method.