Click or drag to resize

PropertyMethodsViscWaltherASTM_A Method

Calculates the A-parameter of the Walther-ASTM equation for 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 ViscWaltherASTM_A(
	double T1,
	double v1,
	double T2,
	double v2
)
Request Example View Source

Parameters

T1  Double
Temperature relative to viscosity 1, in K.
v1  Double
Kinematic viscosity at T1, in m2/s.
T2  Double
Temperature relative to viscosity 2, in K.
v2  Double
Kinematic viscosity at T2, in m2/s.

Return Value

Double
A-parameter of the Walther-ASTM equation.
See Also