DistillationCurveConversionPEVsubToPEV_MaxwellBonnel Method

Converts sub-atmospheric TBP to atmospheric TBP curve.

Definition

Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public static double PEVsubToPEV_MaxwellBonnel(
	double T,
	double P,
	double Kw
)

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