PropertyMethodsVisc37_Abbott Method |
'Abbott's method (1971) 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 Visc37_Abbott(
double PEMe,
double d15
)
Public Shared Function Visc37_Abbott (
PEMe As Double,
d15 As Double
) As Double
Request Example
View SourceParameters
- PEMe Double
- Median Boiling Point of the fraction, K.
- d15 Double
- Specific Gravity of the fraction at 15,6/15,6 °C.
Return Value
DoubleKinematic viscosity at 37.8 °C, in m2/s.
See Also