MichelsenFlashStabTest Method |
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax private Object StabTest(
double T,
double P,
Array Vz,
Object VKij,
Array VTc,
Array VPc,
Array Vw,
double[,] VzArray = null,
Object otherargs = null
)
Private Function StabTest (
T As Double,
P As Double,
Vz As Array,
VKij As Object,
VTc As Array,
VPc As Array,
Vw As Array,
Optional VzArray As Double(,) = Nothing,
Optional otherargs As Object = Nothing
) As Object
Request Example
View SourceParameters
- T Double
-
- P Double
-
- Vz Array
-
- VKij Object
-
- VTc Array
-
- VPc Array
-
- Vw Array
-
- VzArray Double (Optional)
-
- otherargs Object (Optional)
-
Return Value
ObjectSee Also