DistillationCurveConversionASTMD86ToPEV_Riazi Method |
Converts ASTM D86 points to ASTM D2892 (TBP).
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static double[] ASTMD86ToPEV_Riazi(
double[] Tastmd86
)
Public Shared Function ASTMD86ToPEV_Riazi (
Tastmd86 As Double()
) As Double()
Request Example
View SourceParameters
- Tastmd86 Double
- Temperatures of the D86 distillation curve, in K.
Return Value
DoubleTemperatures of the TBP distillation curve, in K.
See Also