Click or drag to resize

PropertyMethodsViscTwu Method

Twu's method for calculation of viscosity at any temperature from two known values.

Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public static double ViscTwu(
	double T,
	double T1,
	double T2,
	double v1,
	double v2
)
Request Example View Source

Parameters

T  Double
Temperature in K.
T1  Double
Temperature of viscosity 1, in K.
T2  Double
Temperature of viscosity 2, in K.
v1  Double
Kinematic viscosity 1, in m2/s.
v2  Double
Kinematic viscosity 2, in m2/s.

Return Value

Double
Kinematic viscosity @ T, in m2/s.
See Also