Property PackageDW_ Calc Fug Coeff(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
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual double[] DW_CalcFugCoeff(
double[] Vz,
double T,
double V
)VB
Public Overridable Function DW_CalcFugCoeff (
Vz As Double(),
T As Double,
V As Double
) As Double()Parameters
- Vz Double
- Vector of doubles containing the molar composition of the mixture.
- T Double
- Temperature in K
- V Double
- Volume in m3/mol