PropertyPackageDW_CalcFugCoeff(Double, Double, Double) Method

Calculates fugacity coefficients for the specified composition at the specified conditions.

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public virtual double[] DW_CalcFugCoeff(
	double[] Vz,
	double T,
	double V
)

Parameters

Vz  Double
Vector of doubles containing the molar composition of the mixture.
T  Double
Temperature in K
V  Double
Volume in m3/mol

Return Value

Double

See Also