DistillationCurveConversionASTMD2887ToPEV_Daubert Method |
Converts ASTM D2887 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[] ASTMD2887ToPEV_Daubert(
double[] Tastmd2887
)
Public Shared Function ASTMD2887ToPEV_Daubert (
Tastmd2887 As Double()
) As Double()
Request Example
View SourceParameters
- Tastmd2887 Double
- Temperatures of the D2887 distillation curve, in K.
Return Value
DoubleTemperatures of the TBP distillation curve, in K.
See Also