MichelsenFlashTripleSum Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax private double TripleSum(
Array Dn,
double T,
double V,
Array Vz,
Array VTc,
Array VPc,
Array Vw,
Object VKIj,
Object otherargs = null
)
Private Function TripleSum (
Dn As Array,
T As Double,
V As Double,
Vz As Array,
VTc As Array,
VPc As Array,
Vw As Array,
VKIj As Object,
Optional otherargs As Object = Nothing
) As Double
Request Example
View SourceParameters
- Dn Array
-
- T Double
-
- V Double
-
- Vz Array
-
- VTc Array
-
- VPc Array
-
- Vw Array
-
- VKIj Object
-
- otherargs Object (Optional)
-
Return Value
DoubleSee Also