PropertyMethodsViscT_Beg_Amin Method |
'Beg and Amin's method (1989) for calculation of viscosity of petroleum fractions.
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static double ViscT_Beg_Amin(
double T,
double T50ASTM,
double d15
)
Public Shared Function ViscT_Beg_Amin (
T As Double,
T50ASTM As Double,
d15 As Double
) As Double
Request Example
View SourceParameters
- T Double
- Temperature in Kelvin.
- T50ASTM Double
- Temperature relative to 50% vaporized in the ASTM D86 distillation curve.
- d15 Double
- Specific Gravity of the fraction at 15,6/15,6 °C.
Return Value
DoubleViscosity of the petroleum fraction at specified T, in m2/s.
See Also