DistillationCurveConversionPEVsubToPEV_MaxwellBonnel Method |
Converts sub-atmospheric TBP to atmospheric TBP curve.
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static double PEVsubToPEV_MaxwellBonnel(
double T,
double P,
double Kw
)
Public Shared Function PEVsubToPEV_MaxwellBonnel (
T As Double,
P As Double,
Kw As Double
) As Double
Request Example
View SourceParameters
- T Double
- Temperature in K.
- P Double
- Pressure in Pa.
- Kw Double
- Watson K
Return Value
DoubleTBP curve temperatures in K.
See Also