Click or drag to resize

PropertyMethodsPc_Farah(Double, Double) Method

Calculates the Critical Pressure of a petroleum fraction by the API-A/B method of Farah (2006).

Namespace: DWSIM.Thermodynamics.Utilities.PetroleumCharacterization.Methods
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public static double Pc_Farah(
	double A,
	double B
)
Request Example View Source

Parameters

A  Double
A-Parameter of the Walther-ASTM viscosity-temperature equation.
B  Double
B-Parameter of the Walther-ASTM viscosity-temperature equation.

Return Value

Double
Critical Pressure of the fraction, Pa.
Remarks
Recommended for MW between 72 and 500 kg/kmol (Tc = 450~900 K, Pc = 680~4100x10³ Pa).
See Also