PropertyMethodsMW_Farah(Double, Double, Double, Double) Method |
API-A/B method by Farah (2006) for calculation of the molecular weight of petroleum fractions.
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static double MW_Farah(
double A,
double B,
double d15,
double PEMe
)
Public Shared Function MW_Farah (
A As Double,
B As Double,
d15 As Double,
PEMe As Double
) As Double
Request Example
View SourceParameters
- A Double
- A-Parameter of the Walther-ASTM viscosity-temperature equation.
- B Double
- B-Parameter of the Walther-ASTM viscosity-temperature equation.
- d15 Double
- Specific Gravity of the fraction at 15,6/15,6 °C.
- PEMe Double
- Median Boiling Point of the fraction, K.
Return Value
DoubleCritical Temperature of the fraction, K.
Remarks Recommended for MW between 72 and 500 kg/kmol.
See Also