PropertyPackageDW_CalcFugCoeff(Double, Double, Double) Method |
Calculates fugacity coefficients for the specified composition at the specified conditions.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual double[] DW_CalcFugCoeff(
double[] Vz,
double T,
double V
)
Public Overridable Function DW_CalcFugCoeff (
Vz As Double(),
T As Double,
V As Double
) As Double()
Request Example
View SourceParameters
- 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
DoubleSee Also