PropertyPackageDW_CalcFugCoeff(Array, Double, Double, State) 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 abstract double[] DW_CalcFugCoeff(
	Array Vx,
	double T,
	double P,
	State st
)

Parameters

Vx  Array
Vector of doubles containing the molar composition of the mixture.
T  Double
Temperature in K
P  Double
Pressure in Pa
st  State
Mixture state (Liquid or Vapor)

Return Value

Double
A vector of doubles containing fugacity coefficients for the components in the mixture.

Remarks

The composition vector must follow the same sequence as the components which were added in the material stream.

See Also