Click or drag to resize

PropertyMethodsViscT_Beg_Amin Method

'Beg and Amin's method (1989) for calculation of viscosity of petroleum fractions.

Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public static double ViscT_Beg_Amin(
	double T,
	double T50ASTM,
	double d15
)
Request Example View Source

Parameters

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

Double
Viscosity of the petroleum fraction at specified T, in m2/s.
See Also