Click or drag to resize

DistillationCurveConversionPEVsubToPEV_MaxwellBonnel Method

Converts sub-atmospheric TBP to atmospheric TBP curve.

Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public static double PEVsubToPEV_MaxwellBonnel(
	double T,
	double P,
	double Kw
)
Request Example View Source

Parameters

T  Double
Temperature in K.
P  Double
Pressure in Pa.
Kw  Double
Watson K

Return Value

Double
TBP curve temperatures in K.
See Also