PropertyMethodsViscWaltherASTM_B Method |
Calculates the B-parameter of the Walther-ASTM equation for 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 ViscWaltherASTM_B(
double T1,
double v1,
double T2,
double v2
)
Public Shared Function ViscWaltherASTM_B (
T1 As Double,
v1 As Double,
T2 As Double,
v2 As Double
) As Double
Request Example
View SourceParameters
- 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
DoubleB-parameter of the Walther-ASTM equation.
See Also