MichelsenFlashTripleSum2 Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax private double TripleSum2(
double V,
Array Vz,
Array VTc,
Array VPc,
Array Vw,
Object VKIj,
Object otherargs = null
)
Private Function TripleSum2 (
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
- V Double
-
- Vz Array
-
- VTc Array
-
- VPc Array
-
- Vw Array
-
- VKIj Object
-
- otherargs Object (Optional)
-
Return Value
DoubleSee Also