PropertyMethodsTc_Farah(Double, Double, Double) Method |
Calculates the Critical Temperature of a petroleum fraction by the API-A/B method of Farah (2006).
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.MethodsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static double Tc_Farah(
double A,
double B,
double PEMe
)
Public Shared Function Tc_Farah (
A As Double,
B 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.
- 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 (Tc = 450~900 K, Pc = 680~4100x10³ Pa).
See Also