Distillation Curve ConversionASTMD 86To PEV_ Riazi Method
Converts ASTM D86 points to ASTM D2892 (TBP).
Definition
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Temperatures of the TBP distillation curve, in K.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public static double[] ASTMD86ToPEV_Riazi(
double[] Tastmd86
)VB
Public Shared Function ASTMD86ToPEV_Riazi (
Tastmd86 As Double()
) As Double()Parameters
- Tastmd86 Double
- Temperatures of the D86 distillation curve, in K.
Return Value
DoubleTemperatures of the TBP distillation curve, in K.