PropertyPackageDW_CalcKvalue3 Method |
Calculates K-values of components in a mixture.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual double[] DW_CalcKvalue3(
double[] Vnx,
double[] Vny,
double T,
double P
)
Public Overridable Function DW_CalcKvalue3 (
Vnx As Double(),
Vny As Double(),
T As Double,
P As Double
) As Double()
Request Example
View SourceParameters
- Vnx Double
- Vector of doubles containing the molar flows of the liquid phase.
- Vny Double
- Vector of doubles containing the molar flows of the vapor phase.
- T Double
- Temperature of the system.
- P Double
- Pressure of the system.
Return Value
DoubleAn array containing K-values for all 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