Property MethodsPc_ Farah(Double, Double, Double, Double) Method
Calculates the Critical Pressure of a petroleum fraction by the API-A/B method of Farah (2006).
Definition
Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Critical Pressure of the fraction, Pa.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public static double Pc_Farah(
double A,
double B,
double PEMe,
double d15
)VB
Public Shared Function Pc_Farah (
A As Double,
B As Double,
PEMe As Double,
d15 As Double
) As DoubleParameters
- 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.
- d15 Double
- Specific Gravity of the fraction at 15,6/15,6 °C.
Return Value
DoubleCritical Pressure of the fraction, Pa.
Remarks
Recommended for MW between 72 and 500 kg/kmol (Tc = 450~900 K, Pc = 680~4100x10³ Pa).